I’ve downloaded the Stopwatch example as is, I run on my android device, and press the “Back” button. Then an exception is thrown in the logcat, and a dialogue appears telling the application has closed.
10-31 16:49:31.076 15079-15079/com.apps.stopwatch E/Stopwatch: Uno.NullReferenceException: Object reference was null
10-31 16:49:31.081 15079-15079/com.apps.stopwatch A/libc: Fatal signal 6 (SIGABRT) at 0x00003ae7 (code=-6), thread 15079 (.apps.stopwatch)
How can I fix the example? It is failing in uno code or in js?