For my online experiment, I thought I should "
if( /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ) {
quitPsychoJS(‘Mobile device detected. Goodbye!’, false)
}
But when I tried to sync to pavlovia it is stuck at initialising so I am not sure if I add the code correctly.
I would appreciate any suggestion, thanks!