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

Problems using webview_plugin #240

Closed
xinnai opened this issue Nov 16, 2018 · 2 comments
Closed

Problems using webview_plugin #240

xinnai opened this issue Nov 16, 2018 · 2 comments

Comments

@xinnai
Copy link

xinnai commented Nov 16, 2018

1.I use bottomNavigationBar in my code, but when I open flutter_webview_plugin and call flutterWebviewPlugin.launch the webview totally above my tabbar instead of inside one of my tab. I know I can defind the rect size but I want this webpage auto resize in my tab. And when I select another tab, it can disappear on the screen.
2. I got a link:https://jeromeetienne.github.io/AR.js/three.js/examples/mobile-performance.html which include AR examples. This link can work well on my android with Chrome. But when I use flutter_webview_plugin.launch this url, it cann't work. Is that mean this plugin doesn't support AR or Threejs?
3. I cann't open localhost websites.

@lmcdo
Copy link

lmcdo commented Jun 24, 2019

Hi, did you find a resolution for this?

@charafau
Copy link
Collaborator

  1. This view is not in widget tree, so it won't automatically disappear, you need to close it yourself.

  2. You probably need camera permissions

  3. There is an issue how to do that.

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

3 participants