fluttercommunity / fluttercommunity/flutter_webview_plugin
create Web view without dimensions
- Dominant language
- Java
- Stars
- 1.5k
- Forks
- 938
- PR merge metrics
- No merged PRs in 30d
Description
Is there a way of creating a web view without giving it a height so that it can be able to show me the whole content inside the widget's tree without the need of inserting gestureRecognizers for scrolling inside the fixed height that I have gave to the widget ...I have used the "flutter_html" package and it does not force me to give a height to the HTML widget and the container expand to contain the data automatically and I can not find this feature in the "web_view" package....and is there any way to control the text size inside the webview?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reviewing the web_view package's sizing behavior and how the Flutter widget handles its fixed height. Compare the requested behavior with flutter_html and inspect how gestureRecognizers and text sizing are currently exposed. Done means the package has a defined, tested approach for automatic content height and text-size control.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- flutter
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100