-
Notifications
You must be signed in to change notification settings - Fork 51
[webview_flutter] Update minor things #118
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
Conversation
* Update lightweight web engine binary * Update version && change log * Enable resize function Signed-off-by: MuHong Byun <[email protected]>
Require flutter-tizen/engine#103 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You included an armel binary in the lib/aarch64
directory.
Please update the package versions in the Usage section in README. |
Update) I think I didn't copy updated headers properly. |
Oh my god! 😱 SORRY! |
I couldn't get the example app to run on both TW3 and TM1. On TM1 (running Tizen 6.0):
It sometimes says it cannot open the page even though the device is connected to a Wi-Fi network, and it sometimes cannot render frames properly (flickering + more than half of the page is drawn black). On TW3 (running Tizen 6.0):
In this case the webpage seems to be rendered, but I can't browse the page properly because majority of the frames are skipped due to the above error. |
Thanks for letting me know. I'll check it out asap! |
* Update lightweightwebengine binary (aarch64/armel, tizen 5.5) * Introduce buffer pool Signed-off-by: MuHong Byun <[email protected]>
Now, flicking issue is gone. Binaries have the proper version and architecture. TW3 still seems to have a problem, but it doesn't seem to be a webview problem. We need to check the embedder part. |
Could you share a guide to testing the flicking issue? |
Signed-off-by: MuHong Byun <[email protected]>
Before this, everything is flicking. My test URL is https://css-tricks.com/examples/Circulate/ |
Thanks! I confirmed that flickering issue has been resolved on TM1 |
I just realized that webview is not checked in evasgl backend.(It's not even a quick fix!) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: MuHong Byun <[email protected]>
Signed-off-by: MuHong Byun [email protected]