This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
Hi there,
I am using Ionic (capacitor) 6.16.3 to build an app that will run on Android 7 API version 25 but I get a white screen after the splashscreen.
I do get a strange error in Android Studio when running the app on the emulator (see below). I've searched Google for this and it suggests a webview ID needs adding to the activity_main.xml but this doesn't work.
I was wondering if anyone had come across this before.
/Users/xxxxx/www/propay/paytest/node_modules/@capacitor/android/capacitor/src/main/java/com/getcapacitor/Bridge.java:1281: error: incompatible types: bad type in conditional expression
WebView webView = this.fragment != null ? fragment.getView().findViewById(R.id.webview) : activity.findViewById(R.id.webview);
^
View cannot be converted to WebView
Post Details
- Posted
- 2 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/ionic/comme...