79528981

Date: 2025-03-23 13:04:11
Score: 0.5
Natty:
Report link

All depends on what device you testing on. A few steps that could help you to find the issue:

  1. Inspect your app in Safari to see the console logs, that could tell you if there is a runtime error. You can check your xcode logs too
  2. If you don't see any console error or you get something that is not interpretable eg.:SyntaxError: Unexpected token '{'. Possible that your web app bundle is not supporting older webkit engine. You need to rebuild your web app with a different target so that it can run on older browser.
Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Gergő Kajtár