HI André Vieira,
I made a Map and wanted to locate my position using a click action.
I did the same what you suggested but that was working only when opened in the browser.
When I publish it as an app and try clicking on mobile the click action was not trigging.
Do you have any solution for it.
José Fernandes wrote:
Hi Jose,
you can try using
$actions.clientActionName; I tried it in OnApplicationReady Action calling Screen Client Action, It Works.
thanks
Dileep
Dileep Verma wrote:
I am not sure if Filipe is still interested in the solution.
Filipe,
First thing you need to check is what is that code which closes popup after clicking on button and remove it.
If you want to click button automatically after some time you can use this javascript code.
setInterval(function(){ logic to click button; }, 3000);
Hi, Jose.
Here is a sample for javascript calling server action with parameters:
https://www.outsystems.com/forums/discussion/34080/fancy-multi-select-all-selected-text/
regards,
indra
Dileep, Suraj and Indra,
Please refrain from resurrecting a post almost two years old that was already resurrecting a post from 2010...
Hi Jorge,
Sorry, I did not see the date, thinking this is a new one.
Thank you.