-
Some of my users experiment a black screen due to an unsupported webview version. This PR added a feature to check the webview version and present a message: I have added a .html file here: capacitor.config.ts import { CapacitorConfig } from '@capacitor/cli';
const config: CapacitorConfig = {
server: {
errorPath: 'error.html'
},
};
export default config; Testing with an emulator using Android 7, I just see a black screen. The custom html file is not displaying. I have tried configuring:
None is working, still a black screen. How am I supposed to configure and use this feature correctly? |
Beta Was this translation helpful? Give feedback.
Answered by
RRGT19
Jan 19, 2023
Replies: 1 comment
-
Resolved in ionic-team/capacitor-plugins#1280 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
RRGT19
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Resolved in ionic-team/capacitor-plugins#1280