Mobideck / appdeck

AppDeck is a mobile hybrid application engine for iOS and Android.
http://www.appdeck.mobi/
47 stars 22 forks source link

app.service.openLink BROKEN in iOS #70

Open RoboKopf opened 8 years ago

RoboKopf commented 8 years ago

Works as expected under Android, fails silently under iOS (in both your app and emulator). Causes any subsequent js in the same script block to be ignored.

E.g., app.service.openLink('http://www.google.com/');

Is app.loadextern deprecated now in favor of app.service.openLink?