Re: [Announce] QML Browser - Web browser written using Qt Components Hildon
Quote:
Originally Posted by Marshall Banana
(Post 1435319)
Very good so far :D
Some things i noticed: - When in fullscreen mode and page finished loading, the "exit fullscreen" button disappears after scrolling. It reappears if i scroll again, but it disappears again after scrolling finished. The button doesn't disappear if i scroll to the top of the page. Is this a bug or a feature?
|
It's a feature, although I just noticed that the behaviour is not quite correct. There should be timer to allow the button to remain visible for a brief time after scolling stops.
Quote:
Originally Posted by Marshall Banana
(Post 1435319)
- I tried using an url handler for youtube to watch/open in cutetube. If cutetube is not open, cutetube's display method doesn't get called. But that seems to be known
|
I noticed this myself the other day. I'm not sure why the method is not called on startup. I did make some changes the DBus handling in cuteTube without updating the adaptor code, so the chances are I just need to update the adaptor code.
Quote:
Originally Posted by Marshall Banana
(Post 1435319)
- Is it possible to do a page reflow, like when you press CTRL+SHIFT+I in microb?
|
I can add an action with the same shortcut that asks the QWebView to update itself (re-draw its contents). I'm not sure if that will be enough to mimic the behaviour in MicroB. I just tried that shortcut in MicroB, and it didn't seem to do anything (apart from raise the toolbar), but presumably that's because no changes were made to the content during the reflow.
|