Page 2 of 2

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

Posted: Sat Oct 22, 2016 3:16 pm
by Evgene Karachevtsev

Dear Vinny,

Please find our reply in the email.


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

Posted: Sat Oct 22, 2016 7:18 pm
by Vinny B

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');


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

Posted: Sun Oct 23, 2016 2:51 pm
by Illya Stepanov

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.


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

Posted: Sun Oct 23, 2016 2:58 pm
by Vinny B

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.


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

Posted: Sat Dec 03, 2016 9:46 pm
by Vinny B

Is the fix for ios10 still coming out this December?