You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 15, 2024. It is now read-only.
Opening a uri using Launcher.OpenAsync using Version 1.4 on a Pixel 3 XL opens in a browser window full screen. Using 1.5, the launcher opens the browser in multi window instead of full screen with no other changes to the app. Adding ResizableActivity=false to either the MainApplication or MainActivity results in the browser not opening at all.
Steps to Reproduce
Run the attached test app. Press the button "Launch Website" and the web page opens full screen. Note that is it running Essentials 1.4.0
Open NuGet on the solution and install Essentials 1.5.0. Run the app and press the same button, note that the web page opens in multi screen mode.
In MainActivity.cs comment out the activity on lines 8-9 and uncomment the one on 10-11. Note the only difference is the ResizableActivity=false added on line 10. Run the app and press the button, nothing happens. Open MainPage.xaml.cs and add a breakpoint on the Launcher command, line 16. Press the button again and the breakpoint will hit, continue and observe that still nothing happens.
Return MainActivity.cs to it's initial state. Open MainApplication.cs and uncomment the code. Run again, again the breakpoint will hit but the web page will not open.
Install Essentials 7.2 and repeat steps 2-4.
Expected Behavior
Upgrading from Essentials 1.4.0 to 1.5.0 shouldn't change how the browser is opened.
Adding ResizableActivity=false shouldn't stip the launcher from opening