Search the Community
Showing results for tags 'scrolling'.
-
Would it be possible to support natural scrolling for the remote (optionally)? It is pretty confusing that the shown page scrolls down if you push up your thumb on the scroll wheel. Its not what you expect.
-
Every time I use the scrollwheel on the amazing LG remote for the 55" OLED55B7V TV nothing happens, until I realize I am scrolling in the wrong direction. For everyone not accustomed with PCs, ie the whole mobile generation and all of us on the Apple platform, the so called "natural" scrolling aka "inverted scrolling" is what feels right. If I want the content on my screen to go up to reveal more content, I scroll the wheel up. On PCs and WebOS, you scroll the viewport, not the content, so you have to scroll down to make the content move up. If it would be up to me, the default should be natural scrolling, but at least give me an option to change the scrolling behaviour! For me, the current behaviour is just jarring each and every time I want to scroll! Moving a viewport is the old paradigm. Moving the content, as you do every day on your phones and tablets and PCs with touch screens, is how we interact now.
- 2 replies
-
- 1
-
- webos
- scrollwheel
-
(and 1 more)
Tagged with:
-
Hello I created a simple 'Hosted Web App' application, for webos 3.x . . . . <html> <head> <meta http-equiv="refresh" content="0;url=https://ubuntu.com/"> </head> </html> . . . Load external page A simple redirect to another page, and it works correctly. But there is a weird problem. The page won't scroll vertically! I even tried CSS styling with: overflow: scroll But wasn't useful. anyway to enable scrolling in a 'hosted web app'? Thank you