Page 1 of 2
inappbrowser ios 8.1 not starting
Posted: Wed Dec 10, 2014 6:34 pm
by Hnto7127371
Hello,
After the upgrade from the old to the new builder my apps are showing multiple errors. One of them is that links are not being opened in the inappbrowser with close buttons on ios 8+
I've started the app in my simulator and the link is being opened inside the application without a way to go back.
I've tried all the codes on your documentation page and multiple other codes, nothing seems to work. Is this a bug? Or am I doing something wrong?
Thank you
inappbrowser ios 8.1 not starting
Posted: Wed Dec 10, 2014 6:43 pm
by Illya Stepanov
Hi -
Can you show the code you're using in your app?
inappbrowser ios 8.1 not starting
Posted: Wed Dec 10, 2014 6:46 pm
by Hnto7127371
Hello,
I've tried the following codes:
window.open('https://google.com', 'system');
window.open('https://google.com', 'blank', 'location=yes');
inappbrowser ios 8.1 not starting
Posted: Wed Dec 10, 2014 7:30 pm
by Hnto7127371
Please look at this:
If I go to inappbrowser.js it's EMPTY.
If I add js code in there from the cordova website, it doesn't work.
This is a bug right?
inappbrowser ios 8.1 not starting
Posted: Wed Dec 10, 2014 8:29 pm
by Illya Stepanov
Where are you opening your project source files?
I can't confirm if this a bug since I didn't saw your project in Appery.io.
inappbrowser ios 8.1 not starting
Posted: Wed Dec 10, 2014 8:43 pm
by Hnto7127371
I'm opening it in xcode.
If I open it in the appery editor, it is available but still doesn't work.
Here is my app public link:
http://appery.io/app/mobile-frame?src...
To reproduce the bug just click on an article on the page with an ios device.
inappbrowser ios 8.1 not starting
Posted: Wed Dec 10, 2014 8:44 pm
by Illya Stepanov
Thanks, we'll take a look.
inappbrowser ios 8.1 not starting
Posted: Wed Dec 10, 2014 9:33 pm
by Hnto7127371
Hello Illya,
I fixed the problem by exporting the app in xcode and then adding the JS code inappbrowser.js from the appery editor into xcode.
But it still is a bug from Appery. Because if you export the app from appery builder into .ipa the file "inappbrowser.js" does not get included; only "InAppBrowser.js' (with capitals). But in cordova_plugins.js the reference is to the file "inappbrowser.js". I think this has to be reported to the developers.
inappbrowser ios 8.1 not starting
Posted: Wed Dec 10, 2014 9:42 pm
by Illya Stepanov
Ok, thanks for update. We will check it additionally and we'll report it to our developers.
Thanks again!
inappbrowser ios 8.1 not starting
Posted: Thu Dec 11, 2014 3:03 pm
by Maryna Brodina
Hello!
Issue is reported to developers.