Christian Dröge
Christian Dröge
@farfromrefug We also see this in our app, but we use the ui-webview module (version 1.3.5). We get the following traceback: ``` com.tns.NativeScriptException: Cannot find runtime for instance=com.tns.gen.android.webkit.WebViewClient_vendor_2_84540_WebViewExtClientImpl@95626cb at com.tns.Runtime.callJSMethod(Runtime.java:1172)...
I could not reproduce this problem on my own devices yet. I see that about 2-4% of our Android user base had this problem once in about 2 weeks, so...
We saw similiar errors when migrating our codebase to Vue3. In our codebase, this was caused by defining `__VUE_OPTIONS_API__` as `false` (see the [Vue3 documentation](https://github.com/vuejs/core/blob/main/packages/vue/README.md#bundler-build-feature-flags) about this flag). When defining...
@patrick91 If you have some time, can you have a look at this? But it is not really urgent