Hello again,
I'm facing a really wierd issue (seems more like a bug to me). I'm replacing the video in the VideoPlaback sample with links from the cloud. I'm implementing a scrollable webview (from Gree). In order to make the webview scrollable, I've to set the value of "unityplayer.ForwardNativeEventsToDalvik" to "true" in the android manifest. When I do that, everything works fine, but there is a wierd behavior I noticed on further testing:
On touching the screen thrice (a triple-click, if you may), the video in the first target starts loading on its own and starts playing in the native video player. On turning the value back to "false", this issue doesn't arise. Is this an issue with the plugin, or is it just me facing this behavior? Also, is there a workaround for getting a scrollable webview without having to modify the manifest file?
Regards,
Parth Darji
It may be that the touch event is penetrating the webview and reaching the plane of the Video player. Try disabling the Video Player Controller on the ARCamera when launching the webview, and renabling when hiding the view. That script handles touches for the Video prefabs and defines their behavior.
Have you been able to catch events on the webpages you're loading - e.g. links and fields?