Restored webview background color is hardcoded to white #92
-
It's possible with Capacitor to set the webview's background color. Is there a way to recall that color when restoring the webview background? |
Beta Was this translation helpful? Give feedback.
Answered by
robingenz
Nov 6, 2023
Replies: 1 comment
-
Yes, it should be possible to read the current value of |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
robingenz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, it should be possible to read the current value of
webView.backgroundColor
.Do you have any specific problems?