ipad - Facebook event subscriber: FB.event doesn not appear to work on Ipdas -


fb.event.subscribe('egde.create', function(response) {  alert('can see me on ipad??');  });  

has else had trouble getting code work on ipads? trying react facebook 'like' event. , exact code works everywhere except on ipads. know workaround this?


Comments

Popular posts from this blog

c++ - protocol buffers - generate NON-inline accessors -

c# - issue attaching/adding an entity object which is detached from the DB Context? -