Page 1 of 1

Navigate to Link doesn't work

Posted: Sun Jul 05, 2015 6:18 pm
by Matthew Tae7623861

For my app, the "Navigate to Link" feature does not work. Here's the mobile preview and apk file:

http://appery.io/app/mobile-frame?src...

https://www.dropbox.com/s/3uoa6ldk9jj...

If you click on "Forms" - "Let us help" - the "HIPAA Authorization"... it should go to: https://api.appery.io/rest/1/db/files...

It does do this on the web page through the browser, but when tested on a phone. it does nothing. How do I get this to work on a phone?


Navigate to Link doesn't work

Posted: Sun Jul 05, 2015 7:37 pm
by Evgene Karachevtsev

Hello Matthew,

We are working on it and will reply you via email


Navigate to Link doesn't work

Posted: Mon Jul 06, 2015 2:11 am
by She

Hi Matthew,

if the navigate to link is not working try this code in RUN JAVASCRIPT:

code
//add your url in URL(dont forget to add http://)
window.open('url', '_system');/code

Goodluck,
She