I need all the functionalities (e.g., Searching) that a WebView provides on a WebPage but don't want to show any WebPage (provided to the initialUrl
property) in the UI.
Instead, I need to show Custom Widgets inside the WebView widget upon which I can perform operations similar to Web Pages.
So, my queries are:
- Is it possible to achieve this using the WebView widget?
- If not, is there any Widget available similar to the WebView widget that can fulfill my requirements?