Replies: 11 comments
-
(Given that it works with the PWA generated by Safari but not the one generated by Brave, my reason for using Brave's instead is just that when opened simultaneously, Brave's PWA launches faster) |
Beta Was this translation helpful? Give feedback.
-
Getting the bundleId with {
// Open any link clicked in Proton Mail PWA
match: ({ opener }) =>
opener.bundleId === "com.brave.Browser.app.jnpecgipniidlgicjocehkhajgdnjekh",
browser: "Safari"
}, also doesn't work |
Beta Was this translation helpful? Give feedback.
-
I found the solution #153 (comment)
|
Beta Was this translation helpful? Give feedback.
-
@usizu did you ever figure this out? I have the same config as you but for Google Chrome. Nothing works. |
Beta Was this translation helpful? Give feedback.
-
Never figured it out unfortunately, I currently just use PWAs from Safari ironically 😅 |
Beta Was this translation helpful? Give feedback.
-
Damn, I hope that this is fixed. I currently use Vivaldi PWAs and am having the same issue. I am trying to open Google Meet URLs in my Vivaldi PWA, but it just opens the PWA without actually redirecting to the Google Meet URL itself. @demyxco @usizu Let me know if you ever get a solution working! I know that v2 is in the works, so fingers crossed. I will contribute to it when it is published. |
Beta Was this translation helpful? Give feedback.
-
@noamsiegel I ended up using Browserosaurus for now. |
Beta Was this translation helpful? Give feedback.
-
I'm trying to understand this. It looks like it only works if the destination URL is always consistent? Also is |
Beta Was this translation helpful? Give feedback.
-
Hi @usizu, I'm sorry, but I'm not entirely sure if I understood your question correctly. Generally, it works for any meet.google.com link. They are always the same. But I'm really not sure if that is the "consistency" you were referring to.
|
Beta Was this translation helpful? Give feedback.
-
I was referring to the destination URL - it seems your solution only works for links that go to Google Meet. It wouldn’t work for example for any arbitrary link with random destination that I would click in a PWA email client, I think?
Whereas you want any link that triggers a Google Meeting to open in the Meeting PWA client
…On Wed, Jan 22, 2025 at 22:56, Alejandro Scandroli ***@***.***(mailto:On Wed, Jan 22, 2025 at 22:56, Alejandro Scandroli <<a href=)> wrote:
Hi ***@***.***(https://github.com/usizu), I'm sorry, but I'm not entirely sure if I understood your question correctly. Generally, it works for any meet.google.com link. They are always the same. But I'm really not sure if that is the "consistency" you were referring to.
- Yes! It is the last portion of the bundleID, in your example it would be: jnpecgipniidlgicjocehkhajgdnjekh which is also the internal app-id that Chrome based browsers use to identify apps and extensions.
—
Reply to this email directly, [view it on GitHub](#322 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AHW7JXX74GZOQLWAXS5KA2L2MAOYVAVCNFSM6AAAAABCYGANACVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMBYGQZTINJUGM).
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Oh, I see! I misunderstood earlier, I'm sorry for the confusion. Now I understand why nothing is showing up in the Finicky logs. Chrome-based browsers handle links with the HTTP protocol internally, keeping them within the app instead of sending them to the default browser. Here are a few options you could try, each with its pros and cons:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Any ideas, suggestions or other feedback
I've installed a Progressive Web App through Brave Browser to my desktop (email client Proton Mail) and finicky doesn't detect it — even when adding the generalised URL logging from this page: https://github.com/johnste/finicky/wiki/Troubleshooting-&-Tips#i-want-to-see-all-incoming-parameters-to-the-url-handling-functions
The logging works for the same PWA installed from Safari, but not the one from Brave. Nothing shows up at all in the finicky console.
Is there any way to detect these URLs? Otherwise they always default to opening in Brave Browser, (they are ignored by finicky entirely, which has the default set to Safari).
Beta Was this translation helpful? Give feedback.
All reactions