Android and "≤" operator
Posted: Tue Jan 10, 2023 4:22 am
When I run on the Mac the "≤" operator works as expected.
When I run on a Android device or emulator the app just hangs.
Wasted a ton of time troubleshooting to find this.
Might there be some documentation that blacklists what doesn't work on Android?
if sTime ≤ 0 then
-- On Android hangs
-- On Mac works as expected
end if
Thanks
Vincent
When I run on a Android device or emulator the app just hangs.
Wasted a ton of time troubleshooting to find this.
Might there be some documentation that blacklists what doesn't work on Android?
if sTime ≤ 0 then
-- On Android hangs
-- On Mac works as expected
end if
Thanks
Vincent