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?
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?
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
thanks. perfect