Search found 3 matches

Go to advanced search

by Lincoln D
Thu Aug 13, 2015 11:35 pm
Forum: Issues
Topic: Apple says my app crashes on loading but I am not able to reproduce the issue
Replies: 1
Views: 88
 
Jump to post

Apple says my app crashes on loading but I am not able to reproduce the issue

Apple has shared a crash report.
How do I go about reproducing the crash.
I tested on simulator as well as 1Phone 5.

by Lincoln D
Tue Jun 16, 2015 7:16 pm
Forum: Issues
Topic: window.open does not have "Back" or "Close" on iOS. Works fine on android and windows phone.
Replies: 3
Views: 164
 
Jump to post

window.open does not have "Back" or "Close" on iOS. Works fine on android and windows phone.

When I do the following code, I get "Undefined Object" for window.plugin.childBrowser. Can you help? try { var cb = window.plugins.childBrowser; if(cb !== null) { cb.showWebPage(url); } else { alert("CB is null"); } } catch (e){ alert(e); }
by Lincoln D
Sat Jun 13, 2015 5:01 pm
Forum: Issues
Topic: window.open does not have "Back" or "Close" on iOS. Works fine on android and windows phone.
Replies: 3
Views: 164
 
Jump to post

window.open does not have "Back" or "Close" on iOS. Works fine on android and windows phone.

var link = 'www.nytimes.com'
window.open(link, '_blank', '');

On iPhone, above code opens the link but there is no way to go back to the application.

Please advise.

Go to advanced search