Browser will reload automatically during gameplay
This could be occurring due to too much memory being used causing the browser to automatically reset.
Steps to fix:
- Check the Memory tab in Chrome dev tools either on a desktop computer or using USB debugging on the device.
- If the memory usage is increasing over time, this is likely the reason for the reload.
- Next check that you aren’t assigning any variables which are not later getting removed.
- Further memory debugging information can be found here from Google.