-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to set the color according to Light/Dark mode #378
Comments
Just add your CSS to your HTML. I didn't understand what is the problem with my plugin. |
@pichillilorenzo By adding CSS it's working fine. Thanks But Now getting this error. Seems flutter_inappwebview pods are generating. I simply add this "flutter_inappwebview: ^3.3.0+3" in pubspec.yaml file under dependencies and run the "flutter pub get" command. NOTE:- I am adding this plugin in an existing flutter project. |
Then probably you need to add support for |
@pichillilorenzo It is resolved. Thanks |
How we can customize the color for all tags from HTML string according to Light/Dark mode.
Requirement
NOTE:- I am loading HTML content in InAppWebView.
Thanks
The text was updated successfully, but these errors were encountered: