-
Notifications
You must be signed in to change notification settings - Fork 218
[Pico] Cannot send url when launch browser activity if FxR is not running #3431
Comments
Fixes #3431 This patch changes the behavior of launching or opening a URI from an intent. Previously the URI would be opened in the focuses window. With this patch it matches Fenix and desktop and creates a new tab in the focused window.
Regressed by #3364 |
Fixes #3431 This patch changes the behavior of launching or opening a URI from an intent. Previously the URI would be opened in the focuses window. With this patch it matches Fenix and desktop and creates a new tab in the focused window.
Fixes #3431 This patch changes the behavior of launching or opening a URI from an intent. Previously the URI would be opened in the focuses window. With this patch it matches Fenix and desktop and creates a new tab in the focused window.
Fixes #3431 This patch changes the behavior of launching or opening a URI from an intent. Previously the URI would be opened in the focuses window. With this patch it matches Fenix and desktop and creates a new tab in the focused window.
Fixes #3431 This patch changes the behavior of launching or opening a URI from an intent. Previously the URI would be opened in the focuses window. With this patch it matches Fenix and desktop and creates a new tab in the focused window.
I have verified this issue with the latest Firefox Reality version 11-141551002 (8f4de9a) installed on the Oculus Go, Oculus Quest, HTC Vive Focus, HTC Vive Focus Plus, Pico Neo2 and Pico G2 4K headsets. @bluemarvin Should I open a different issue for the HTC devices? |
@Softvision-GeluHaiduc I'm not able to reproduce this issue. When I run the following on the Focus Plus:
FxR launches and then opens the specified URL. |
I was using this command Using the command from the above comment the issue is not reproducing. |
Configuration
Firefox Reality version: 10-rc7
Firefox Reality build ID: bda5ecf
Hardware: Pico Neo2 - Android 8.1.0 - PUI 3.11.3
Steps to Reproduce
adb shell am start -a android.intent.action.VIEW -d "https://aframe.io/" org.mozilla.vrbrowser/org.mozilla.vrbrowser.VRBrowserActivity
to launch Firefox Reality and send url meanwhileCurrent Behavior
Firefox Reality launches with success but it couldn't direct to the url specified in adb command
Expected Behavior
Firefox Reality launches and direct to the specified url meanwhile.
Possible Solution
Context
Error Logs and Stack Traces
The text was updated successfully, but these errors were encountered: