From me at mknln.com Tue Sep 29 00:56:20 2015 From: me at mknln.com (Mike Nolan) Date: Mon, 28 Sep 2015 15:56:20 -0700 Subject: [Qtwebengine] Touch scrolling with WebEngine? Message-ID: Hi all, I am wondering what is the best way to achieve touch-based scrolling with the WebEngineView QML component. When it came to using QtWebKit in older releases (4.8 in this case) you could put the WebView inside a Flickable, but I see that WebEngineView has scrollbars added to it with no way to remove them (I think?). What is the best way to achieve touch-based scrolling/flicking with WebEngine? Thanks. Mike From me at herrie.org Tue Sep 29 08:03:44 2015 From: me at herrie.org (Herrie) Date: Tue, 29 Sep 2015 08:03:44 +0200 Subject: [Qtwebengine] Touch scrolling with WebEngine? In-Reply-To: References: Message-ID: <560A29C0.8060406@herrie.org> Hi Mike, We're in the process of moving from QtWebkit to QtWebEngine for our project (LuneOS, an Open webOS based distribution with lots of custom components). We're using QML for our Browser app and scrolling worked out of the box for us. We didn't need the scroll indicators anymore like we had before and also the Flickable doesn't seem to be required anymore. Herrie -- Sent from my HP TouchPad On 29-Sep-15 00:56, Mike Nolan wrote: > Hi all, > I am wondering what is the best way to achieve touch-based scrolling with > the WebEngineView QML component. When it came to using QtWebKit in older > releases (4.8 in this case) you could put the WebView inside a Flickable, > but I see that WebEngineView has scrollbars added to it with no way to > remove them (I think?). What is the best way to achieve touch-based > scrolling/flicking with WebEngine? > > Thanks. > Mike > _______________________________________________ > QtWebEngine mailing list > QtWebEngine at qt-project.org > http://lists.qt-project.org/mailman/listinfo/qtwebengine > --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus -------------- next part -------------- An HTML attachment was scrubbed... URL: From me at mknln.com Tue Sep 29 16:08:40 2015 From: me at mknln.com (Mike Nolan) Date: Tue, 29 Sep 2015 07:08:40 -0700 Subject: [Qtwebengine] Touch scrolling with WebEngine? In-Reply-To: <560A29C0.8060406@herrie.org> References: <560A29C0.8060406@herrie.org> Message-ID: <702a063f768c0165b39468e3fa135c68.squirrel@webmail.mknln.com> Hi Herrie, Interesting. May I ask what version of Qt you are using? I have tried Qt5.4 and Qt5.5 here. I would not expect going to 5.6 to make the difference, but maybe? In my case I am using an Intel-based Linux desktop machine, though, so that's different. Mike On Mon, September 28, 2015 11:03 pm, Herrie wrote: > Hi Mike, > > > We're in the process of moving from QtWebkit to QtWebEngine for our > project (LuneOS, an Open webOS based distribution with lots of custom > components). We're using QML for our Browser app and scrolling worked out > of the box for us. We didn't need the scroll indicators anymore like we > had before and also the Flickable doesn't seem to be required anymore. > > Herrie > > > -- Sent from my HP TouchPad > From me at herrie.org Tue Sep 29 16:17:22 2015 From: me at herrie.org (Herman van Hazendonk) Date: Tue, 29 Sep 2015 16:17:22 +0200 Subject: [Qtwebengine] Touch scrolling with WebEngine? In-Reply-To: <702a063f768c0165b39468e3fa135c68.squirrel@webmail.mknln.com> References: <560A29C0.8060406@herrie.org> <702a063f768c0165b39468e3fa135c68.squirrel@webmail.mknln.com> Message-ID: <7b77244ce845d974f102e8c42f71a0e9@herrie.org> Hi Mike, We're using QT 5.5 on an OpenEmbedded build system running Yocto 1.8 (Fido) with meta-qt5 (https://github.com/meta-qt5/meta-qt5) layers on top of that. We also use bits like qtwayland, hwcomposer and libhybris also used by the Mer/SailfishOS project and others. Our target devices are the HP Touchpad (4G) (tenderloin), Nexus 4 GSM (mako) and Nexus 7 2012 WiFi (grouper). So all devices with a touchscreen. We also have a qemux86 VirtualBox emulator to run on a desktop. Herrie On 2015-09-29 16:08, Mike Nolan wrote: > Hi Herrie, > Interesting. May I ask what version of Qt you are using? I have tried > Qt5.4 and Qt5.5 here. > > I would not expect going to 5.6 to make the difference, but maybe? In > my > case I am using an Intel-based Linux desktop machine, though, so that's > different. > > Mike > > On Mon, September 28, 2015 11:03 pm, Herrie wrote: >> Hi Mike, >> >> >> We're in the process of moving from QtWebkit to QtWebEngine for our >> project (LuneOS, an Open webOS based distribution with lots of custom >> components). We're using QML for our Browser app and scrolling worked >> out >> of the box for us. We didn't need the scroll indicators anymore like >> we >> had before and also the Flickable doesn't seem to be required anymore. >> >> Herrie >> >> >> -- Sent from my HP TouchPad >>