Using WebViews in Flutter - Flutter In Focus

preview_player
Показать описание
WebView is a component to render and display a webpage in your app without opening a browser. Emily Fortuna shows you how to use the WebView widget to avoid having to re-implement a workflow you’ve already created from your page into your application.

Рекомендации по теме
Комментарии
Автор

It's like guys read my mind...I was working on a feature like this on my app and just uploaded a video...so much love I've got for Flutter right now.

busolaomosipe
Автор

Emily you are Genii. I was struggling embedding web view in my project app. And just now I opened YouTube and your video show up on top.
Thanks alot for this timely video

WikkiOnIlluminati
Автор

There is just no way you won't love this lady!. So lovable. Love you Emily.

olabodeolaleye
Автор

This is a new approach to spread new technology. Emily is Always great, keep it up guys.

renotanumber
Автор

Thank you Emily and Flutter team, was waiting for webview plugin. Surely it will save lots of time.

MuhammadMairajUzair
Автор

That's great but one of the things currently missing is loading "raw" HTML into a webview. Sometimes it's HTML that you get from an API response or one that is embedded in your app (e.g. assets).

JosipVincek
Автор

Hope they add the ability of playing videos in full screen mode using webviews. Great video Emily

mohammedsalman
Автор

I am a fan of Emily. And a fan of Flutter. Started with xcode a few month's ago and switched over to Flutter. It is so much easier to understand!

Love this channel. Keep up the good work! ❤️

PlusPassie
Автор

Thank you Emily for this awesome overview 😊😊

AdityaKumar-usbv
Автор

Wow it's getting better and better !!!!

darwin_v_tomy
Автор

Have a blank screen on iOS?

Looks like you have to add the following to your info.plist file found in the iOS/runner/ directory. Place the following lines below in the in the <dict> area:


<string>YES</string>

Perhaps Emily can tell us what this does?

adama
Автор

Still There are keyboard problem in android can't show the keyboard

Muhammad
Автор

really need the android keyboard fix !!, anyway Thank you very much for these videos :)

hasithakn
Автор

Thank you very much, what about App Store, did they accepting webview projects ?

AhmedHamed-hsed
Автор

What are good ways to test inside the webivew besides checking initialUrl or having it close or navigatorDelegate?

neiljaywarner
Автор

how the speed of webview? work as google chrome speed?

JkeyKong
Автор

Any update regarding keyboard issue in android?

niravpatel
Автор

It's great video, I need to open a url who use cookies, How can i resolve that?

carlosisarelhernandezalvar
Автор

Newbie here, I'm not getting clear idea of webviewcontroller setup. I want to use my device navigation (specially backward) bar to control my webview app. Any help?

shahadathossain
Автор

Does the web view save application states like locastorage cookies etc information?

kunalvids