Smallbasic crashes on android
grassmik opened this issue · 3 comments
grassmik commented
This code snippet causes smallbasic 12.23 crashes on android:
for i=0 to 100
print i
next i
input "test", t
Joe7M commented
a workaround until the bug is fixed seems to be:
for i=0 to 100
print i
next i
showpage
input "test", t
chrisws commented
Thanks so much for reporting this!
I've seen the corresponding stack trace in the android studio reports, but never found out how to replicate it until now
chrisws commented
The has been now been released so closing the issue as resolved.