0

I've tried to embed webview inside another widget in Flutter and I found some libraries.

But all of libraries I found can only launch webview as a new activity.

1
  • As others said it's not possible yet. Just show it on 1 whole screen by setting AppBar properties and put title to it. Commented Feb 2, 2019 at 18:35

1 Answer 1

1

Having a WebView, MapView, video, camera, etc. inline in a Flutter widget tree is not currently supported. To my understanding, they're working on this currently.

See these GitHub pull requests:

Edit #1: The PRs have landed, and there's a WIP plugin of embedding a native video control inside a Flutter widget tree. To my understanding, WebView / MapView etc. require dispatching the touch/gesture events to the native counterparts, and they're not ready yet.

Sign up to request clarification or add additional context in comments.

1 Comment

Correct. That's not possible yet.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.