Page 3 of 3

inApp browser / opening in native browser not working as expected - iOS

Posted: Wed Jan 28, 2015 3:13 pm
by Maryna Brodina

Hello!

Tested your app on iPhone 6 (iOS 8.1.1). Here is how it looks like

Image


inApp browser / opening in native browser not working as expected - iOS

Posted: Wed Jan 28, 2015 7:47 pm
by James Appleford

This is a little frustrating isn't it. I have the app installed on my phone. Is this how you also tested it?


inApp browser / opening in native browser not working as expected - iOS

Posted: Thu Jan 29, 2015 9:36 am
by Maryna Brodina

Yes, exported .ipa file and installed on device. Not sure, but maybe the problem is in iOS 8.1.2. Let me upgrade device version and test again. I'll update.


inApp browser / opening in native browser not working as expected - iOS

Posted: Thu Jan 29, 2015 10:16 am
by Maryna Brodina

Same on iOS 8.1.2. What is your device?


inApp browser / opening in native browser not working as expected - iOS

Posted: Mon Apr 27, 2015 6:43 am
by Muneer Mk

In 8.3 it not showing help me


inApp browser / opening in native browser not working as expected - iOS

Posted: Mon Apr 27, 2015 6:44 am
by Muneer Mk

I am Facing same problem
My IOS version is 8.3


inApp browser / opening in native browser not working as expected - iOS

Posted: Wed Apr 29, 2015 2:52 pm
by Evgene Karachevtsev

Hello Muneer,

We checked and code
prewindow.open('http://your_site.com', '_blank', 'location=yes');/pre works correctly in iOS 8.3. It opens InAppBrowser and 'Done' button returns back in the app. Could you please show us how does it works in your app?


inApp browser / opening in native browser not working as expected - iOS

Posted: Sun May 03, 2015 9:34 pm
by Hazzaa Misfer ALhazzaa

hello Evgene,

can I make the the bellow code works for any clicked links in the App without specifying the URL field so InApp browser become the default browser.

Because I have an App contains Gmap with place markers that have embedded URL and i want InApp browser become the defaults when the user click on the place marker.

window.open('Any link in the App', '_blank', 'location=yes');

Thanks Dude


inApp browser / opening in native browser not working as expected - iOS

Posted: Mon May 04, 2015 5:29 am
by Alena Prykhodko

Hello,

Most likely there is such possibility.
Unfortunately we do not have ready solution as this is all about custom logic which falls outside the scope of support.
You can search online for appropriate JavaScript sample.