HTMLview Class on Android---Pinch Zoom

Discuss GUI programming with the RapaGUI plugin here
Post Reply
PEB
Posts: 567
Joined: Sun Feb 21, 2010 1:28 am

HTMLview Class on Android---Pinch Zoom

Post by PEB »

Is there a way to enable pinch zooming through the HTMLview class for RapaGUI on Android?
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: HTMLview Class on Android---Pinch Zoom

Post by airsoftsoftwair »

No, that's currently not supported.
PEB
Posts: 567
Joined: Sun Feb 21, 2010 1:28 am

Re: HTMLview Class on Android---Pinch Zoom

Post by PEB »

Okay.
Just in case you don't have enough other things to keep you busy :D, please add this to the wishlist.
Thanks.
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: HTMLview Class on Android---Pinch Zoom

Post by airsoftsoftwair »

I'll see what I can do.
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: HTMLview Class on Android---Pinch Zoom

Post by airsoftsoftwair »

Code: Select all

- New [Android]: Pinch view zooming is now supported for HTMLview class 
bitRocky
Posts: 120
Joined: Fri Nov 14, 2014 6:01 pm

Re: HTMLview Class on Android---Pinch Zoom

Post by bitRocky »

How about adding more gestures?
Like swipe left/right in PageViews?

Or is it possible to add gestures myself?
PEB
Posts: 567
Joined: Sun Feb 21, 2010 1:28 am

Re: HTMLview Class on Android---Pinch Zoom

Post by PEB »

Thanks for adding that feature, Andreas!

Does the pinch-zoom action trigger an event or give any notification? Is it possible to query the current zoom amount or determine whether or not the displayed HTML page is currently zoomed?
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: HTMLview Class on Android---Pinch Zoom

Post by airsoftsoftwair »

bitRocky wrote: Wed Aug 12, 2020 8:39 pm How about adding more gestures?
Like swipe left/right in PageViews?

Or is it possible to add gestures myself?
Currently not. Gesture support is generally lacking in Hollywood at the moment. But it's planned to add some improvements here.
PEB wrote: Thu Aug 13, 2020 8:19 pm Thanks for adding that feature, Andreas!

Does the pinch-zoom action trigger an event or give any notification?
No. It's just there like in a normal browser.
PEB wrote: Thu Aug 13, 2020 8:19 pm Is it possible to query the current zoom amount or determine whether or not the displayed HTML page is currently zoomed?
No, this is too Android-specific. I'm trying to keep platform-specific stuff down at a minimum and since pinch zoom is only available on Android anyway I don't want to add any new attributes that would only work on Android.
Post Reply