-
Notifications
You must be signed in to change notification settings - Fork 8
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
Port WebKit 3.0 to WebKit2 4.0 API #3
Conversation
@quozl, kindly review. |
Thanks. Reviewed to fea2c3a.
|
Add set_zoom_level to webview * in the previous commit set_full_zoom_level was removed because it was deprecated and it has been replaced with set_zoom_level, set_full_zoom_level which was True scales the full content view but since it's been removed using set_zoom_level gives you the same effect
…d methods Remove html/es/html as it wasn't there before
Changes made
Images are loading properly for me, the back button isn't available on the first click it is on the second - click on something else first, could be home button; also occurs in v20 -
Noted. |
In my tests, it does not occur in v20 on Fedora 18, or v20 on Ubuntu 18.04.
Reviewed to 3af8291.
|
Just thought i should share, I'll see if i can implement them. |
Thanks, interesting. I imagine you will need to call |
As |
@quozl the current zoom level seems to be working properly but requires an opposite reaction before it works again - you zoom in once then zoom out before you can zoom in again -, so basically the both buttons only work once not on multiple clicks. |
Thanks. Let me know when you have it working correctly; zoom buttons should work as they did before. |
All zoom buttons now work properly
@quozl kindly review. |
Duplicate of godiard#99 |
No description provided.