fix(opener): ignore inAppBrowser on desktop (#3163)

This commit is contained in:
Fabian-Lars
2025-12-16 11:07:15 +01:00
committed by GitHub
parent 1e3d7ef16e
commit 3d0d2e041b
2 changed files with 14 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
---
opener: patch
opener-js: patch
---
Properly ignore `with: inAppBrowser` on desktop. This prevents an issue were `open_url` seamingly did nothing on desktop.