IPAD Lectora Variable

I'm currently developing an app using lectora for ipad the problem every time i run the build in IPAD i cannot set the variables from a javascript.



if (stopme.left>=822 && stopme.left <= 858){

VarT4Discovered.set('correct');


}else{VarT4Discovered.set(100);}


VarT4Discovered.set('correct'); should set the value of T4Discovered to 'correct' and an action pass the variable to a text box and display it and the result, variable is not change or set and pass its default value instead of the newly set value which is 'correct'


Another example


VarT4Discovered.set(100);

alert(VarT4Discovered.getValue());


the output is 0 which is the default value instead of 100


Is there any another way to set this variable? or IPAD is the problem?


I also notice if running the build in IPAD i can change variable from lectora and sent it to the jscript but i cannot set variable from jscript and sent it to lectora.VarT4Discovered.set('correct')


This Process works perfectly in my Desktop Safari. But not in IPAD.

Discussions have been disabled for this post