Search found 14 matches

Go to advanced search

by Tro Murphey
Mon Mar 31, 2014 8:44 pm
Forum: Issues
Topic: Problem Showing website page on start page using InAppBrowser
Replies: 16
Views: 3396
 
Jump to post

Problem Showing website page on start page using InAppBrowser

I did that and it still does not show the web page on start.

by Tro Murphey
Fri Mar 28, 2014 6:21 pm
Forum: Issues
Topic: Problem Showing website page on start page using InAppBrowser
Replies: 16
Views: 3396
 
Jump to post

Problem Showing website page on start page using InAppBrowser

I don't understand what you are telling me. I see that you have changed the project to open the web page on the 'show' event. Are you saying 'do not use device ready when using window.open on start page'? I tested the app with the window.open call in the 'show' event. It still does not work on my iP...
by Tro Murphey
Fri Mar 28, 2014 2:45 am
Forum: Issues
Topic: Problem Showing website page on start page using InAppBrowser
Replies: 16
Views: 3396
 
Jump to post

Problem Showing website page on start page using InAppBrowser

Ok, I have shared it with you.

by Tro Murphey
Fri Mar 28, 2014 12:39 am
Forum: Issues
Topic: Problem Showing website page on start page using InAppBrowser
Replies: 16
Views: 3396
 
Jump to post

Problem Showing website page on start page using InAppBrowser

How do I share the app with you?
I use the iPhone with version iOS 7.1

by Tro Murphey
Thu Mar 27, 2014 9:24 pm
Forum: Issues
Topic: Problem Showing website page on start page using InAppBrowser
Replies: 16
Views: 3396
 
Jump to post

Problem Showing website page on start page using InAppBrowser

The problem is not the alert. I just use that for debugging.
The problem is that the web page does not display in the InAppBrowser when called from the start page in the 'load' or 'device ready' event.
If I take the alert out, it still does not show the webpage when the app starts.

by Tro Murphey
Thu Mar 27, 2014 2:56 pm
Forum: Issues
Topic: Problem Showing website page on start page using InAppBrowser
Replies: 16
Views: 3396
 
Jump to post

Problem Showing website page on start page using InAppBrowser

Thanks for the links, but I already discovered those links while researching this problem. I placed a button on my start page with the 'window.open...' above, executing as a button click event. This code works on my iPhone when I click the button. I also replaced my 'window.open...' with your 'windo...
by Tro Murphey
Wed Mar 26, 2014 10:48 pm
Forum: Issues
Topic: Problem Showing website page on start page using InAppBrowser
Replies: 16
Views: 3396
 
Jump to post

Problem Showing website page on start page using InAppBrowser

I have changed the code to :
var URL = encodeURI('http://www.google.com');
var ref = window.open(URL, '_blank');
alert('ref='+ref);

On my iPhone the alert shows that 'ref' is undefined.
Can you tell me what is wrong?

by Tro Murphey
Wed Mar 26, 2014 10:41 pm
Forum: Issues
Topic: Problem Showing website page on start page using InAppBrowser
Replies: 16
Views: 3396
 
Jump to post

Problem Showing website page on start page using InAppBrowser

Well, still doesn't work on iPhone.
The app starts but the webpage does not show.
Testing with Chrome browser, it shows the webpage in a separate browser window.
Suggestions????

by Tro Murphey
Wed Mar 26, 2014 10:36 pm
Forum: Issues
Topic: Problem Showing website page on start page using InAppBrowser
Replies: 16
Views: 3396
 
Jump to post

Problem Showing website page on start page using InAppBrowser

I found the issue, forgot to load url. Duh!

by Tro Murphey
Wed Mar 26, 2014 10:25 pm
Forum: Issues
Topic: Problem Showing website page on start page using InAppBrowser
Replies: 16
Views: 3396
 
Jump to post

Problem Showing website page on start page using InAppBrowser

I have the following javascript on the device ready event (I have also tested it with the "load" event) on the start page. var URL = encodeURI(url); var ref = window.open(' http://www.google.com ', '_blank'); alert('ref='+ref); The web page does not appear on my ApperyIo App on my iphone (...

Go to advanced search