javascript execute get error

The place to discuss anything and everything about running your LiveCode on Android

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
bohmgyorgy1990
Posts: 23
Joined: Wed Feb 19, 2014 2:33 am

javascript execute get error

Post by bohmgyorgy1990 » Tue Jul 15, 2014 2:10 pm

Hy!

I have a very simple js script in a web page I can use
mobileControlDo sBrowserId, "execute", "$('body').isImageOpened()"
put the result into Var
when it works it does what its supposed to. Sometimes it will work 3 or 4 times in a row for me, but after for some reason it will fail with a long 10 to 12 second lock after which the result contains "error." Other times it fails on the first try.

Any idea to fix this problem.

I have use LC 6.6.2

Have a nice day,

George

Post Reply