Page 1 of 1

click to go to url not working

Posted: Wed May 13, 2015 8:54 pm
by simon saunders

i have one image on one page and i have set the event to navigate to a link. i have used tap and i have tried click.

works in browser. doesnt work on andorid s4 using your appery app tester.

any ideas, what esle i could try please?


click to go to url not working

Posted: Thu May 14, 2015 12:28 am
by She

Hi,
Have you try to run a javascript insted of using navigate to link?
try this in EVENT=CLICK/TAP RUNJAVASCRIPT:
code
window.open('http://samplelink.com.ph', '_system');
/code
Goodluck,
She


click to go to url not working

Posted: Thu May 14, 2015 10:25 am
by simon saunders

thanks. perfect