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

WebviewScaffold above all widget #289

Open
furuiCQ opened this issue Jan 3, 2019 · 5 comments
Open

WebviewScaffold above all widget #289

furuiCQ opened this issue Jan 3, 2019 · 5 comments

Comments

@furuiCQ
Copy link

furuiCQ commented Jan 3, 2019

WebviewScaffold above all widget 。because i make it as a widget?
WebviewScaffold has to be rootDom?

@furuiCQ
Copy link
Author

furuiCQ commented Jan 3, 2019

this is my dom tree.
Scaffold(
backgroundColor: Color(0xfff3f4f5),
body: ListView(
shrinkWrap: true,
children: [
MainBanner(),
Line(height: 10.0, color: Colors.black12),
Menu(),
Line(height: 10.0, color: Colors.black12),
WebviewScaffold (),//
Bottom(),
],
),

if this WebviewScaffold can't as a widget.
how to insert Multiple WebviewScaffold in my Scaffold

@Nemowxy
Copy link

Nemowxy commented Jan 10, 2019

+1

@furuiCQ
Copy link
Author

furuiCQ commented Jan 10, 2019

now i fork other simple webview plugin and custom myself.
and if you want use a webview widget no a webveiw scaffold.
you can use my webview plugin,
or fork my project and custom your webview .
now my webview plugin only support android webview evlJS.
and hard to support to ios webveiw evlJs.
thanks webviewscaffold porject hlep us .

@Steve-sy
Copy link

is the cookis and lifetime session is working in your custome webview?

@furuiCQ
Copy link
Author

furuiCQ commented Feb 12, 2019

nonsupport

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