UnityOculusAndroidVRBrowser icon indicating copy to clipboard operation
UnityOculusAndroidVRBrowser copied to clipboard

open in new tab

Open khelkun opened this issue 1 year ago • 1 comments

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?

khelkun avatar Aug 01 '23 07:08 khelkun

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

khelkun avatar Aug 01 '23 16:08 khelkun