-
Notifications
You must be signed in to change notification settings - Fork 753
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PWA: Share Button Open In Browser Instead of Within PWA #1254
Comments
In the interest of observing how other platforms handle the Share link currently, I've tested installing Miniflux as a web application through:
Gnome WebWhen Miniflux is installed via Gnome Web:
This is an interesting behavior... It doesn't allow you to copy the URL in any way near as I can tell. This may be due to the browser engine being WebKit. ChromeWhen Miniflux is installed via Chrome:
What's interesting is that this seems to work as expected (roughly) via Chrome. |
Well, I had deleted this comment as I'm not 100% sure that It looks like this isn't easily accomplished in Safari simply with HTML as it's already in the right shape - the link opens in a new tab in a regular browser tab on Firefox desktop for instance. The reason this looks to be going sideways is because of how Safari handles links based on the PWA's Digging further into this, I stumbled upon the following helpful issue: This issue shows that with a This could provide a mechanism to exclude all This seems like it would check all the right boxes for this app as it:
I'm going to dig further into this and see if I can get something working, but in the event anyone associated with the project reads this before I get much further, here's what I could use for feedback/guidance:
|
When I install the PWA in Standalone or Fullscreen mode on iOS, I've noticed that the External Link button works how I would expect. It opens up an in-app instance of safari and provides the ability to do things like share the link. Here's an example:
Currently, the Share button on an article acts like an in-app navigation rather than "opening a new tab" which means there are no OS-level controls available to do things like actually share the link. I'm assuming there is analogous behavior on android as well. Here's an example:
Is there any way we could adjust this behavior to have the Share button open a new in-app browser to enable sharing, etc.?
The text was updated successfully, but these errors were encountered: