Catching Exceptions in PWA

Unhandled exceptions are freezing the PWA (in Release mode).

  1. Is using Application.OnException the way to catch these?
  2. Should I use ShowMessage to display them?

This seems to be working. on Android. I haven't tested it on iOS