Hi,
I am having this issue where my app randomly reloads my JavaScript.
At the top of my js file I print javascript init
so i csn see when my script starts running. Sometimes when I run the app the console shows javascript init
two or more times without me saving or reloading my script.
After the initial start up I show a login screen where a user can log into my app. On iOS there is no (visible) problem and the user can log in. On Android my app crashes and says the request has already been completed.
I think that this is because the script executes multiple times.=
To filter out my problem I commented out my entire script and added each function one by one. Then I noticed that the script sometimes randomly reloads after the initial running of my code
Is there any know issue about this?