Open DevUNakamura opened 4 years ago
The sample app contains a html file in which two onclick
events are defined:
If you want to check any click event, you need to inject some javascript as in the comment below:
https://github.com/gree/unity-webview/issues/349#issuecomment-416828427
Thank you for quick responding. I could solve my problem with your advice.
I appreciate with your support!! Thanks!!
I would like to hook click event from Unity project. I wrote following source code but I could not get.
Please let me know how to hook click event. Do I need to use Javascript on webpage for getting click event?
Best Regards.