Gesture and webviewer

Hi all,
I have my app that uses webviewer.
Is there a way to navigate inside webviewer pages by using my mobile gesture?

Hello. You may want to show what you already tried.

Yoshi

2 Likes

i don’t have idea how to do… for this reason i’m asking your help…

1 Like

Well, I do not know, but afaik, it's not possible due to the fact that you can't place another component over another, the WebViewer in you example. If this was possible, you could use a canvas for detecting the swiping. But, I do not think it's impossible. There may be a way...

Yoshi

2 Likes

You should be able to scroll up and down, left and right, if the web page is big enough, with one finger, and you can zoom with a two finger pinch/unpinch

1 Like

the problem is that i can go back or fww inside webviewer page by using swipe…

Yes, but @marco75sa’s problem is that he wants to use these blocks for the gesture left/right:

component_method (1) component_method

Yoshi

2 Likes

Ahh, buttons will be needed for that :slight_smile:

Yeah, quite the exact thing @marco75sa wants to avoid :crazy_face: Well, if you say it's not possible (am I right), then @marco75sa should think of another way...

2 Likes

maybe transparent button??? idea…

Yes but it will not be overlapping the WebViewer, which means you have then a jerk transparent space. :unamused:

2 Likes

ah no… i don’t want this :frowning:

I guessed so. So there is no other way @TIMAI2?

2 Likes

Possibly…

1 Like

a few years ago I played around with this

A powerful Label Alternative including touch gestures using the Webviewer, some HTML/jQuery and Hammer.js

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by Taifun.

1 Like