I’m running into a strange problem when trying to start a freshly created app (no code changes) on Android API Level 10. When starting the app on the emulator it goes into a endless loop with the trigger.io startup logo blinking after each loop. I see the following output in the console:
[ INFO] I/Forge ( 328): Loading initial page in webview.
[ INFO] I/Forge ( 328): Application in focus, resuming webview.
[ INFO] D/Forge ( 328): Returning event: {"event":"internal.connectionState
Change","params":{"wifi":false,"connected":true}}
[ INFO] I/Forge ( 344): Loading initial page in webview.
[ INFO] I/Forge ( 344): Application in focus, resuming webview.
[ INFO] D/Forge ( 344): Returning event: {"event":"internal.connectionState
Change","params":{"wifi":false,"connected":true}}
[ INFO] I/Forge ( 356): Loading initial page in webview.
[ INFO] I/Forge ( 356): Application in focus, resuming webview.
[ INFO] D/Forge ( 356): Returning event: {"event":"internal.connectionState
Change","params":{"wifi":false,"connected":true}}
Strangely enough it works well on lower and higher API Levels.
Hrmpf! A classic case of RTFM!
From the docs: