Hi all,
I have a problem with the usage of a javascript code. When I used the same code in jsfiddle for testing I get a true as a result but in Outsystems mobile I got a false.
This is my fiddle : https://jsfiddle.net/tc24c9u3/
Thanks
Hi Jose,
I have already found the solution for this problem. The callback was the problem. I wanted to run my function before the async script was loaded and that was the reason for the problem. I have made an another screen action to run the function I have made. This action is called now in the callback and this resolves the problem with the async load.
Thanks a lot for your reaction
Furkan
Hi Furkan,
Where are you using the javascript code? Can you share a sample oml?
Cheers,
José