webf
webf copied to clipboard
Build flutter apps with HTML/CSS and JavaScript.
### Should this be an RFC? - [X] This is not a substantial change ### Description Ignore unknown element eg. "" ### Alternatives and Workarounds Make it works much like...
https://github.com/user-attachments/assets/d6198bf6-6b3f-4fa5-bcd4-cbd78a1508bb This PR adds support for keeping alive every DOM element under the element, which is implemented using Flutter's ListView widget. Keeping DOM elements alive can significantly reduce the cost...
This PR reduces the calling efficiency of sync UI commands and direct API calls from C++ to Dart.
In this demo, the scrolling list with the red rectangle was styled using CSS viewport units: vh and vw. When the app metrics information changed (keyword popup), the list view's...
Fix an crash reported by one of our primary customers. ``` Build fingerprint: 'HUAWEI/ALN-AL00/HWALN:12/HUAWEIALN-AL00/104.0.0.165C00:user/release-keys' #00 0x00000000000db92c /data/app/~~Dn3YtAsInOgqKCZP4g==/Q==/lib/arm64/libwebf.so (BuildId: 0c7f3e4f445ad0da05101c741e1fa30e1e686bec) webf::UICommandBuffer::clear() webf/bridge/foundation/ui_command_buffer.cc:128:46 #01 0x00000000000d5b54 /data/app/~~tAYRj4sInOgqKCZP4g==/4SM56a8_ZSWPTzKpQ==/lib/arm64/libwebf.so (BuildId: 0c7f3e4f445ad0da05101c741e1fa30e1e686bec) webf::SharedUICommand::clear() webf/bridge/foundation/shared_ui_command.cc:57:18 #02 0x00000000000ebdd4...
### Affected version 0.16.2 ### Flutter versions 3.22.3 ### No same issues found. - [X] Yes, I search all issues but not found. ### Steps to Reproduce After clicking the...
### Should this be an RFC? - [X] This is not a substantial change ### Description It seems that the html text is not selectable. It should be possible to...
### Should this be an RFC? - [X] This is not a substantial change ### Description Can we break html page into multiple screen like an ebook viewer when rendering?...