Currently I added a view on to the unity’s current activity on android platform.
I made the touches pass to my native view by adding meta tag in manifest.
Now the problem is , unity also considers those touch values instead of ignoring them. When i scroll in the native view, the underlying GUI is getting scrolled as well.
How can I solve this?