Error on Android but not on web?
Posted: Sat Apr 12, 2025 10:27 am
The project I've been working on for a while now suddenly refuses to work on an Android device.
The app stays on the splash screen, and if I look at chrome://inspect/#devices, I see the error:
This error could be due to several things, such as a missing par(), {}, or [], but I actually checked a backup and the problem persists. 
The code works without errors in the IDE and the web browser.
Any ideas?
EDIT: The line in the error message is the last one, so not help to much.
The app stays on the splash screen, and if I look at chrome://inspect/#devices, I see the error:
Code: Select all
C:\Users\Usuario\Documents\SpiderBasic\xxx\mycode.sb:1 error: Uncaught SyntaxError: Unexpected end of input (https://localhost/spiderbasic.js?t=1744449395, line: 15211)

The code works without errors in the IDE and the web browser.
Any ideas?

EDIT: The line in the error message is the last one, so not help to much.