Kogarasi / Unity-Webview

主に gree/unity-webview のリファクタリング。本家を元に改良してく!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

It did not work well on android

tuyazuo opened this issue · comments

Do you have a test on android ? It can work, can load html, but the touch screen does not work !

commented

What is Unity version?
if you are using 4.3.x not working. Please use 4.2.x.

I use unity 4.3. It does not work because of unity ? Do you have a better way to figure it?

modify AndroidManifest.xml on Unity Project :
add
< meta-data android:name="unityplayer.ForwardNativeEventsToDalvik" android:value="true" />
between the < activity> < /activity>

than fix it ~
ref from http://docs.unity3d.com/Documentation/Manual/PluginsForAndroid.html
(this is my friend fix it ,not me ^^ )

Thanks,wupojung, your comments helps me a lot

How to make the same as in the device's browser to access the web, as the device's return key, return to the last page, the last page, now, the return key is not useful.

I am very anxious, thank you, help me