I have a simple text on a JQuery Page and have hyper link within it, so when i click on the hyper link then it does open the external browser but in return it makes the App screen white! (blank white), then i have to kill the App and re-start.
I am using Worklight, JQuery Mobile and testing on iPhone.
I am not using WL.App.openURL Or window.open , its just a text coming from DB with hyperlink and on page i am putting inside a Div.
Any suggestion, how i prevent this behavior?
Thanks
I believe you already asked a similar question?
Inner browser in Worklight App using JQuery Mobile
Try using Cordova's InAppBrowser. Clicking 'back' should then return you to the application.