Browsing index pages (3 articles)
↧
fb.ui feed dialog not working well on IOS
I used FB.ui to create a share dialog. Here my coffeescript code: FB.ui method: "feed" link: "facebook.com" , (response) -> if response and response.post_id console.log("shared") It works well on...
View ArticleAnswer by lsilvs for fb.ui feed dialog not working well on IOS
Try add this to the code: display: 'touch'
View ArticleAnswer by Simon Berton for fb.ui feed dialog not working well on IOS
I was using FB.ui( { method: 'share', href: url, mobile_iframe: true }, function(response){ document.location.href = url; }); But didn't work on iPhone so I decided to redirect the browser to the share...
View Article
Browsing index pages (3 articles)