-
Notifications
You must be signed in to change notification settings - Fork 35
adapt ChromeStateTracker / ScrollTracker for QtWebEngine #333
base: xenial
Are you sure you want to change the base?
Conversation
What's the status on this? |
that's still draft let's wait with it a bit (at least not ready for OTA14) |
Perhaps we can use a similar approach as this? It's not tracking scrolling per se though but it works pretty well in my experience. |
only problem i saw with that one is the page extends off the screen until you scroll |
What are the worst case with that issue? Like when a page doesn't scroll vertically and takes up the whole viewport? I think in most cases, it'll be fine since you naturally scroll anyway to see the bottom part. |
…ection.enabled is not available in QtQuick 2.4." - only trigger scrolledUp / scrolledDown while the webview is not loading
ok we might give it a try, I'm still not sure if it usable like that, any improvements / suggestions welcome. Another question: should we make it an option to automatically hide the Chrome when scrolling down, or activate it for all users ? |
fixes #165