oyvindkinsey / easyXDM

A javascript library providing cross-browser, cross-site messaging/method invocation.
http://easyxdm.net
MIT License
2.37k stars 265 forks source link

Bridge does not work on mobile #250

Open tlovett1 opened 10 years ago

tlovett1 commented 10 years ago

Hey all, the bridge located here does not work on mobile: http://consumer.easyxdm.net/current/example/bridge.html

So far I've test the latest versions of Safari and Chrome on iOS7. Is this documented?

oyvindkinsey commented 10 years ago

Not documented, but expected. Chrome doesn't support popups and safari only executes JavaScript in the foreground window. On Feb 17, 2014 2:09 PM, "Taylor Lovett" notifications@github.com wrote:

Hey all, the bridge located here does not work on mobile: http://consumer.easyxdm.net/current/example/bridge.html

So far I've test the latest versions of Safari and Chrome on iOS7. Is this documented?

Reply to this email directly or view it on GitHubhttps://github.com/oyvindkinsey/easyXDM/issues/250 .

tlovett1 commented 10 years ago

Any suggestion on how to accomplish the bridge effect on mobile?

kkamkou commented 9 years ago

iFrame in iFrame. example