In my project i have a WebView which displays a html page. In that html page using javascript have made hotspots so that on click to the hotspot the notification pops out.In my native code have implemented onTouchListener like this .Now what i actually need is, the OnTouchListener must not work or Should not take touch event on the hotspots.
Can anyone help me regarding this?
After Many tries and cracking head finally found answer for the question.
Solution Lies Calling the function OntouchListener from
HTMLand it cannot be done throughAndroid.Thanks for the Help