-
-
Notifications
You must be signed in to change notification settings - Fork 893
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
Will the 1.0.0 version also include web support? #237
Comments
Interesting. Thank you for catching this regression. There is a chance that 1.0.0 will not support web right off because of its dependency on third-party plugins that may or may not support web. I plan on releasing a light-weight version of the plugin shortly that only has core functionality and should work on web right away. |
Thanks for your response and I am looking out for that version so I can test it. p.s. I do hope you won't stop supporting this plugin when webview_flutter hits their 1.0 release. I am building an app with your plugin that is faster than a WKWebView (iOS) or WebView (Android) in loading HTML. I know this because we have build about 6 similar Native iOS and Android apps with their native webview counterparts, and I have also tested webview_flutter and both had similar results. |
Yeah, I've mentioned before that I plan on supporting this beyond the 1.0 release of webview_flutter. The README is a bit outdated and will be replaced soon. It seems I've found several use cases that a webview is just plain overkill for. |
Didn't notice that he didn't support the web, so upgraded it, which made it unable to run on the web. I'm looking forward to supporting the web as soon as possible |
Take a look at this. Deleting a third-party plug-in is not available flutter/flutter#42086 |
Good catch @jlcool. I'll look into what it will take to get this plugin to web. |
This fix, made it work. So I am closing this issue! |
The issue
I am have tested the 1.0.0-pre1 version on web and each page using the plugin fails.
This are the logs I get returned every-time:
Another exception was thrown: Assertion failed: file:///Users/vascowerk/Development/flutter/packages/flutter/lib/src/rendering/box.dart:1694:12
Another exception was thrown: NoSuchMethodError: invalid member on null: 'scrollOffsetCorrection'
Another exception was thrown: NoSuchMethodError: invalid member on null: 'debugAssertIsValid'
Another exception was thrown: NoSuchMethodError: invalid member on null: 'visible'
Another exception was thrown: NoSuchMethodError: ''
Other info:
Thanks in advance for any help!
The text was updated successfully, but these errors were encountered: