You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dave Sun, 28 May, 13:34 to DroidScript
You could try using the 'NoPause' option if you are using a webview or app.SetOptions( "NoPause" ) if using an HTML/Hybrid app. Webviews/Browser windows (including the javascript) are normally paused by Android shortly after loosing focus.
Pascal Georges Sun, 28 May, 18:02 to DroidScript
Thanks Dave for your support.
For app.SetOptions( "NoPause" ), there is no such NoPause option in the doc https://symdstools.github.io/Docs/docs/app/SetOptions.htm
Anyway I tried this option but did not notice any difference in the event cycle : OnPause, OnResume, etc. are called in the same way.
Dave Sun, 28 May, 21:17 to me
Hi Alex. 'NoPause' option needs adding to docs.
The text was updated successfully, but these errors were encountered:
Dave Sun, 28 May, 13:34 to DroidScript
You could try using the 'NoPause' option if you are using a webview or app.SetOptions( "NoPause" ) if using an HTML/Hybrid app. Webviews/Browser windows (including the javascript) are normally paused by Android shortly after loosing focus.
Pascal Georges Sun, 28 May, 18:02 to DroidScript
Thanks Dave for your support.
For app.SetOptions( "NoPause" ), there is no such NoPause option in the doc https://symdstools.github.io/Docs/docs/app/SetOptions.htm
Anyway I tried this option but did not notice any difference in the event cycle : OnPause, OnResume, etc. are called in the same way.
Dave Sun, 28 May, 21:17 to me
Hi Alex. 'NoPause' option needs adding to docs.
The text was updated successfully, but these errors were encountered: