11-25-2019, 10:08 PM
(This post was last modified: 11-28-2019, 04:46 PM by simon.schvartzman.)
The following code works OK in iOS (returns "Cloud authentication passed") but never gets to the "answer" line when running on Android (6.0)
on mouseUp
initializeCanelaDB
wait 1 seconds -- give some time to become stable
if cdb_checkInternetStatus() is true then
put cdb_auth("myemail","mypassword","user") into aux
answer cdb_result("response")
end if
end mouseUp
Help please!
on mouseUp
initializeCanelaDB
wait 1 seconds -- give some time to become stable
if cdb_checkInternetStatus() is true then
put cdb_auth("myemail","mypassword","user") into aux
answer cdb_result("response")
end if
end mouseUp
Help please!
To ";" or not to ";" that is the question