luis901101 / oauth_webauth

BSD 3-Clause "New" or "Revised" License
15 stars 17 forks source link

Inline View #5

Closed jijilpk closed 1 year ago

jijilpk commented 2 years ago

In one of the main features it says full control over the UI, WebView will run inside your app. It means this will support displaying webview as an inline component? . Could you please provide a example if it supports. For eg: Displaying as one of the child widget in a clolumn widget.

luis901101 commented 2 years ago

Yeah it does. Both OauthWebView and BaseWebView are widgets so you can use it in any widget tree. In fact that's what is done in the OAuthWebScreen and BaseWebScreen respectively. You can check example project, or check the plugin code to see further.