Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

App Slow IOS 10. when using javascript code / child browser.

Dear Vinny,

Please find our reply in the email.

Vinny B
Posts: 0
Joined: Fri Aug 22, 2014 2:22 pm

App Slow IOS 10. when using javascript code / child browser.

Hello:

Code: Select all

 I took your suggestion and turned off all the plugins and tested the app running it through the latest version of xcode on an iphone 7. The only problem is the in-app-browser window does not have the DONE button on the bottom of the page so you cannot get back into the app. 

The issue is with the in app browser plugin. I also downloaded the latest version 1.5.0 and I have the same issue it takes several seconds for the window to open. 

I also tried cordova.InAppBrowser.open() and I have the same issue. 

Is my javascript correct to open a n app browser window ?

window.open('http://sleterfc.com/fdny-nypd-meet-ya...', '_blank', 'location=yes');

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

App Slow IOS 10. when using javascript code / child browser.

Hello -

Yes, with this JS code the InAppBrowser window will be opened including the site URL which is opened and 'DONE' button for returning back in the app.

We have tested this code running on iOS 9.3.5 device and the time of opening of this link in our environment is about 5 sec.

Vinny B
Posts: 0
Joined: Fri Aug 22, 2014 2:22 pm

App Slow IOS 10. when using javascript code / child browser.

ok thank you.

I understand over the next few weeks you will have an update that supports IOS10.

Code: Select all

I just want to make sure you are aware of this issue and they look into a fix.  

Here is a link i found were others were have the same problem.

https://forum.ionicframework.com/t/co...

Thank you.
You can mark this ticket closed as I will wait foe the update.

Vinny B
Posts: 0
Joined: Fri Aug 22, 2014 2:22 pm

App Slow IOS 10. when using javascript code / child browser.

Is the fix for ios10 still coming out this December?

Return to “Issues”