Mohammad Salek
Posts: 0
Joined: Fri Oct 03, 2014 9:39 am

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

Hello James,

May I ask you to kindly tell us the steps to reproduce the issue that you're encountering. I'm testing it on iOS 8.1 as well.

James Appleford
Posts: 0
Joined: Wed Jul 09, 2014 11:08 pm

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

Hi
Once I have installed the App onto the iPhone. Navigate form the home page to the "Links" button. Within this page select the top button "Greenpar School Website"
This button takes you to the webpage. But does not function in any way except opening the webpage inApp with no navigation menu.

Mohammad Salek
Posts: 0
Joined: Fri Oct 03, 2014 9:39 am

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

Hi again James,

I tested it a while ago on iOS 8.1 (Mini ipad) and the moment I clicked the "Greenpark School Website" button, it took me to the Appery.io webpage which I'm assuming that it's not the page that the button suppose to navigate. We are looking for a solution for this and will get back to you as soon as possible. Thanks for your patience.

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

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

Hi James -

As I see in your app you're using this code on the "Greenpark School Website" button click event:

Image

if you want to have ability to return to your app after opening this link, should be this code:
pre
codewindow.open('http://your_site_url.com', '_blank');/code
/pre

James Appleford
Posts: 0
Joined: Wed Jul 09, 2014 11:08 pm

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

Hi Yes i had it set to my site originally. I changed it to what you had posted earlier just to test it wasn't a typo error that i had made.

I have tested the code you have above previously and it still functioned the same as the code i had here (but going to the website of my choice rather that the Appery website).

I have tried following this guide and got the same result with each different option
http://devcenter.appery.io/tutorials/...

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

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

James --

Could you please show us the result that you're getting now in your app with above code example.

James Appleford
Posts: 0
Joined: Wed Jul 09, 2014 11:08 pm

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

I don't seem to be able to open the app in the builder anymore. It tries to load but then reloads the app list again. It has been happening the last couple of days. I thought there may have been an issue with the system but now I'm starting to think its just me? Is there anything i can do to get it going?

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

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

Hello James,

Could you please log out from Appery.io, clear browser cache and cookies, re-log in and try to open your app once again?

James Appleford
Posts: 0
Joined: Wed Jul 09, 2014 11:08 pm

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

Thank you Evgene that worked a charm.

I have tested the code stated as above

window.open('[url=http://your_site_url.com]http://your_site_url.com[/url]', '_blank');

and attached a screenshot of what happens on my iPhone. As you can see it opens the webpage with no menu. Image

Return to “Issues”