GO acts differentely on mobile?
Posted: Mon Dec 23, 2013 4:14 pm
Coding on Android I realized after many tests that GO acts differently on Desktop and on mobile.
Let's see an example:
On Desktop (Win, Mac, Linux)
the following message is executed all to the end: so the program switch to card 2 and then you see "hello world"
On mobile
You'll never see "hello world":
In other words, when you change card on mobile,the current message is stopped and it doesn't continue anymore...
Am I right?

Let's see an example:
Code: Select all
on myMex
go to card 2
answer "hello world"
end myMex
the following message is executed all to the end: so the program switch to card 2 and then you see "hello world"
On mobile
You'll never see "hello world":
In other words, when you change card on mobile,the current message is stopped and it doesn't continue anymore...
Am I right?