Dan Le Blancq
Posts: 0
Joined: Wed Jul 09, 2014 4:00 pm

Navigate to link action not working in WindowsPhone app

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

Dan Le Blancq
Posts: 0
Joined: Wed Jul 09, 2014 4:00 pm

Navigate to link action not working in WindowsPhone app

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.

Return to “Issues”