Skip to content
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

Closed
ghost opened this issue Jan 6, 2018 · 3 comments
Closed

Navigation drawer #24

ghost opened this issue Jan 6, 2018 · 3 comments

Comments

@ghost
Copy link

ghost commented Jan 6, 2018

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

@lejard-h
Copy link
Collaborator

lejard-h commented Jan 7, 2018

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.

@ghost
Copy link
Author

ghost commented Jan 7, 2018

ok... good to know...
Will wait

@lejard-h
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant