-
-
Notifications
You must be signed in to change notification settings - Fork 151
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
Can't bookmark specific views as PWA on iOS 15.5 #897
Comments
Thanks for the report! Can't test on iOS but on Android with Firefox, it works. |
I will try to run it myself and submit a fix when I have a moment.
El El lun, sep. 5, 2022 a la(s) 3:40 p.m., Jakob Schöttl <
***@***.***> escribió:
… Thanks for the report!
Can't test on iOS but on Android with Firefox, it works.
—
Reply to this email directly, view it on GitHub
<#897 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABGDCIWAQ43HN5LUDDIACFDV4ZECNANCNFSM6AAAAAAQEUA2CY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I confirm that it does not work on iOS 15.6.1. It definitively used to work. And we had to adapt this once or twice already due to changes in iOS or Android. Not saying that it is not a regression on our side this time. I haven't looked into it, yet. My old bookmark on the homescreen still works, though. @jbarbero Thank you for the report 🙏
That is very kind of you! I'll assign the issue to you, then. |
Bookmarking a specific view was something that we previously explicitly built, because it seemed like a good idea. It worked well for me in the last years (and it still works on my phone - probably because the bookmark is older than my phone). For two reasons I've added a different issue which will fix this one:
Hence, I've opened a new issue #919 to enable the user to set a default file in the file settings. To me, this seems the way to go. |
Hi Alain,
Thank you, that looks like a great fix. I would have preferred being able
to bookmark a subdirectory as well, but this is already very helpful!
Best,
János
…On Wed, Jan 4, 2023 at 9:17 AM Zen Monk Alain M. Lafon < ***@***.***> wrote:
Long story short, I implemented #919
<#919> in #922
<#922>.
It is my understanding that the implementation will solve your workflow
request. If it's alright with both of you @jbarbero
<https://github.com/jbarbero> and @schoettl <https://github.com/schoettl>,
we can close this issue.
—
Reply to this email directly, view it on GitHub
<#897 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABGDCIXZICALQOA42LWYXO3WQWA7XANCNFSM6AAAAAAQEUA2CY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi János
Thank you for the kind words🙏
I understand. It's only been about two years that I've put substantial (research and a bit of coding) effort into making bookmarks work, again, on iOS and Android properly. And even before that it was an extra effort to get them to work in the first place. It seems like the iOS and Android APIs are really brittle concerning this basic web functionality. If you're interested you can check it out and make bookmarks work independently of the change I've made. A little time ago, your requirement to bookmark a subdirectory would totally have worked. Here are the two last PRs where we worked on this:
Since you're still interested in getting this to work, I'll happily leave this issue open and assigned to you. Kind regards, |
Random hunch, but maybe this is related: #904 |
This issue is now superseded by #919 which is also implemented. |
Describe the bug
Can only bookmark the index.html view on iOS 15.5 Mobile Safari.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The URL offered should be: https://organice.200ok.ch/files/foobar
Smartphone (please complete the following information):
Additional context
I think the problem is that the manifest start_url is not being generated correctly here:
https://github.com/200ok-ch/organice/blame/master/public/index.html
I will try to debug this, but wanted to post the issue first.
Thanks!
The text was updated successfully, but these errors were encountered: