Page 1 of 1

Navigate to link action not working in WindowsPhone app

Posted: Tue May 12, 2015 9:07 pm
by Dan Le Blancq

Hi

My app includes a button which invokes a 'navigate to link' event on click. This takes the user to an external URL, opening in a new window.

This functionality works perfectly in my app in Apple and Android versions. However, it does not work in the Windows version.

Can you advise a fix?

Thanks


Navigate to link action not working in WindowsPhone app

Posted: Wed May 13, 2015 6:50 am
by Serhii Kulibaba

Hello Dan,

Please use inAppBrowser: https://devcenter.appery.io/tutorials...


Navigate to link action not working in WindowsPhone app

Posted: Wed May 13, 2015 9:27 pm
by Dan Le Blancq

Thanks Sergiy. That tutorial was very helpful. I have amended my app so that the button fires the following script:

window.open('[url]', '_blank');

I have republished to WindowsStore and will test tomorrow. Fingers crossed.