onPageFinished: (String url) { _webViewController.runJavascript(''' document.documentElement.style.overflow = 'hidden'; document.body.style.overflow = 'hidden'; '''); onPageFinished is called when the page has finished loading This way you can ensure it doesn't show up again.
Best video so far, Thanks
Wlc ❤
Thanks a lot this was very helpful ❤
Welcome ❤🔥
🔥🔥🔥🔥
thanks a lot
Wlc ❤
Will it give a better performance like usual android app? if we make a website as an app using web view!
While enticing using webview in flutter web apps generally does not offer better performance than native android development
How to hide scrollbar while scrolling? please help
onPageFinished: (String url) {
_webViewController.runJavascript('''
document.documentElement.style.overflow = 'hidden';
document.body.style.overflow = 'hidden';
''');
onPageFinished is called when the page has finished loading
This way you can ensure it doesn't show up again.
@@AK-ki3vo thank you so much
And how to navigate through different pages in one website how can i put different URL and make flutter respond with different widgets
create text filed
TextField(
controller: _urlController,
decoration: const InputDecoration(
hintText: 'Enter URL',
),
and inside WebView
\\\\ initialUrl: _urlController.text, \\\\
@@AK-ki3vo okay
❤🔥❤🔥❤🔥
💙💙
Great 👏👏👏
Thanks ❤
thanks
welcome
🤩🤩🤩
can you please provide the source code here
Okay
Keep learning don't stop
Link :
github.com/alaaKodsi/ak_flutter/tree/9b2dc35822c582be2eb413c78899b83c8cc5f19e
good baby