chvanlennep
chvanlennep
Also affected by this on 0.68.2 with correct android MainActivity.java modifications. Again picked up through google play logs (happening often), but unable to reproduce exact steps.
Yes: `import android.os.Bundle;` and then to the MainActivityDelegate class: ```java @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(null); } ```
Looks like it: `java.lang.RuntimeException: at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:4035) at android.app.ActivityThread.handleLaunchActivity (ActivityThread.java:4201) at android.app.servertransaction.LaunchActivityItem.execute (LaunchActivityItem.java:103) at android.app.servertransaction.TransactionExecutor.executeCallbacks (TransactionExecutor.java:135) at android.app.servertransaction.TransactionExecutor.execute (TransactionExecutor.java:95) at android.app.ActivityThread$H.handleMessage (ActivityThread.java:2438) at android.os.Handler.dispatchMessage (Handler.java:106) at android.os.Looper.loopOnce (Looper.java:226) at android.os.Looper.loop...
Also I can confirm this was an issue for our android debug builds, and this patch fixes the issue. Thank you @MartinHarkins!
I can confirm the same crashing behaviour when v13 WebView is using local html content. Downgrading to v12 seems to fix it.