-
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
<Summarize your issues here> #44
Comments
URL: https://pub.dartlang.org/packages/flutter_webview_plugin routes: {
}, |
Since the webview is not a flutter widget, we draw Android webview or iOS webview on top of the flutter view, so a popup menu is not possible or any flutter widget on top of the webview is not possible |
I see this plugin is able to do it. can you please see if you can make
your plugin work too ..
https://pub.dartlang.org/packages/flutter_web_view
Thanks
Gokul Dharumar
…On Wed, Mar 14, 2018 at 2:59 PM, Hadrien Lejard ***@***.***> wrote:
Since the webview is not a flutter widget, we draw Android webview or iOS
webview on top of the flutter view, so a popup menu is not possible or any
flutter widget on top of the webview is not possible
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#44 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AO-p3TSJTlouXkuv5fYtbl8jlA9NPTo0ks5teWiWgaJpZM4SnRJx>
.
|
From @GokulDharumar on March 12, 2018 19:28
URL: https://pub.dartlang.org/packages/flutter_webview_plugin
when i use PopupmenuButton with webviewscafold. the menus are not displayed on top of webview ... the webview kind of hides the menu
routes: {
"/": () => new MyHomePage(title: "Flutter WebView Demo"),
"/widget": () => new WebviewScaffold(
url: selectedUrl,
appBar: new AppBar(
title: new Text("Test"),
Copied from original issue: dart-lang/pub-dev#1095
The text was updated successfully, but these errors were encountered: