UnityOculusAndroidVRBrowser
UnityOculusAndroidVRBrowser copied to clipboard
open in new tab
I've been able to build the GackoViewPlugin. Now I'm trying to figure out how I can modify it to make it open clicked <a href=""/>
links which has target="_blank"
attribute e.g "open in new tab" at least in the current "browser" session tab.
N.B:
I have a side question about GeckoViewPlugin build. In the "Problems" view, Android Studio reports Cannot resolve symbol 'unity3d'
on import com.unity3d.player.UnityPlayer;
and Cannot resolve symbol 'UnityPlayer'
everywhere it's used. However it builds successfuly. How is that posbile?
Furthermore GeckoSession.NavigationDelegate.html#onLoadRequest has been useful but is there something similar to catch every HTTP requests done in the session? I'd like to catch a POST done on the page