Hi,
Trying to build a link that opens a website in a InAppBrowser, the link loads for a second the InAppBrowser but afterwards the InAppBrowser disappear and the website is shown in the app(without a back/done option).
My html code:
Neutrogena Oil-Free Acne Wash Facial Cleanser, Pink Grapefruit, 6 Ounce
My javascript event code (I added an event to the html_180 section:
var a = $('a[name=html_180_link]');
window.open(a.attr('href'), "_blank");
I tried also "_self" but I got the same error...
Thanks!