simon saunders
Posts: 0
Joined: Tue Jun 24, 2014 2:14 pm

click to go to url not working

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?

She
Posts: 0
Joined: Wed Oct 08, 2014 12:46 am

click to go to url not working

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

simon saunders
Posts: 0
Joined: Tue Jun 24, 2014 2:14 pm

click to go to url not working

thanks. perfect

Return to “Issues”