Now I'm implementing Facebook credit function with JavaScript SDK. I have been using "FB.ui({method: 'pay', ....}, callback)" and now it works fine.
When I use this FB.ui function with method: 'pay' on mobile site like iPhone or Android, it try to open a another popup window for payment dialog.
But as everybody knows, iPhone or Android browser blocks popup window in default, so we must turn off popup block in settings if we want to work this FB.ui pay method.
Are there any ways not to open another popup window for the payment dialog?