i am newbie to android so just appologies if any issues come across for the asking questions regarding webview.if i try to swipe the webview it is working fine when implementing ontouchlistener using the answer from Fling gesture detection on grid layout. But i had a problem with onclick of hyperlink in the webview.if i try to click the hyperlink while i didn't get any appropriate page(onclick is not detecting).so please can you give any possible answer for this.
Asked
Active
Viewed 940 times
2
-
what do exactly want on hyperlink click? – Ravi Kant Sep 10 '14 at 12:07
-
@RaviKant when i try to click the hyper link while need to launch the appropriate link page. – Bhaskar GangaBattina Sep 10 '14 at 12:09
-
what is happening now? click not detecting? – Deniz Sep 10 '14 at 12:16
-
1yes,onclick is not detecting over the webview if i try to implement ontouchlistener in webview. – Bhaskar GangaBattina Sep 10 '14 at 12:18
1 Answers
0
just check your ontouchlistener because event not consuming overthere.except getting swipe value block ramaining all must return false.

rkv
- 131
- 6
-
yes i did like as return false when less than around the swipe range.but still i didn't get click event, – Bhaskar GangaBattina Sep 11 '14 at 04:35