Hnto7127371
Posts: 0
Joined: Wed Sep 24, 2014 10:21 pm

inappbrowser ios 8.1 not starting

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

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

inappbrowser ios 8.1 not starting

Hi -

Can you show the code you're using in your app?

Hnto7127371
Posts: 0
Joined: Wed Sep 24, 2014 10:21 pm

inappbrowser ios 8.1 not starting

Hello,

I've tried the following codes:

window.open('https://google.com', 'system');
window.open('https://google.com', 'blank', 'location=yes');

Hnto7127371
Posts: 0
Joined: Wed Sep 24, 2014 10:21 pm

inappbrowser ios 8.1 not starting

Please look at this:
Image

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?

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

inappbrowser ios 8.1 not starting

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.

Hnto7127371
Posts: 0
Joined: Wed Sep 24, 2014 10:21 pm

inappbrowser ios 8.1 not starting

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.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

inappbrowser ios 8.1 not starting

Thanks, we'll take a look.

Hnto7127371
Posts: 0
Joined: Wed Sep 24, 2014 10:21 pm

inappbrowser ios 8.1 not starting

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.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

inappbrowser ios 8.1 not starting

Ok, thanks for update. We will check it additionally and we'll report it to our developers.

Thanks again!

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

inappbrowser ios 8.1 not starting

Hello!

Issue is reported to developers.

Return to “Issues”