Hi.
I am trying to set the value of a toggle switch with javascript.
It does not work.
I'm using this:
My toggle switch is called "toggle_switch"
On "Page Show"
Apperyio('toggle_switch').val('on');
Apperyio('toggle_switch').slider( "refresh" );
Does not work
I placed a button on the screen to test it with the same code "On Click"
Also does not work.
The tutorials are not correct in the Docs. Some of the do not work.
How do I do this?