-
Notifications
You must be signed in to change notification settings - Fork 936
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
Navigation drawer #24
Comments
Not possible for now, the webview is not a flutter widget. If you want a drawer you will have to use natives for Android and iOS. But maybe in the next version (blocked by #21), you will be able to hack something, it will be possible to create webview of a specific size and place it where you want it on top of a flutter view so you can still interact with it. |
ok... good to know... |
I am closing this issue since, this the webview is not a Flutter widget and cannot add to the widget tree, it is not possible redraw flutter widget on top of the native view. tracked issue on flutter repo => flutter/flutter#13790 |
Is it possible to add a navigation drawer widget ? The readme suggests that this is not possible but want to get an opinion on this.
The reason being that the navigation drawer is much smoother
The text was updated successfully, but these errors were encountered: