Any solution for gesture (slide) over webview?
And from this I can "signal" to b4i code?It is not possible as WebView handles the gestures internally. You might be able to inject JavaScript that will detect the gesture.
Not so simple. However if you just want to load a new page then you can do it from your JavaScript.
You can change the current address and then handle the OverrideUrl event to "raise an event" from the JavaScript.