Earlier quoted context omitted.
Just want to note that you specifically mentioned Microsoft working with open source hackers in this comment saying that the ship has long since sailed on Chrome/Google contributing to the open web. I don't know, never say never I guess. I'm certainly not going to defend Google's track record on openness and privacy -- there have been, under even the most generous of interpretations, huge missteps, and I don't think…
I was thinking about a particular announcement where Mozilla announcing that they are working with Microsoft on MDN. Color me surprised when I discovered that also Google is mentioned there! Here is the announcement: https://blog.mozilla.org/blog/2017/10/18/mozilla-brings-micr... Reading that announcement makes b1tr0t's statement "We've started to consolidate docs under web.dev" even worse, as they previously said th…
Private client-side-only PWAs are hard, but now Apple made them impossible
911–920 of 927 posts
Re: Private client-side-only PWAs are hard, but now Apple made them impossible
#912Earlier quoted context omitted.
Don't they already do that? They are part of the MDN Product Advisory Board since 2017. Blog post of the announcement: https://blog.chromium.org/2017/10/building-unified-documenta...
The statement from b1tr0t directly refute that Google is contributing to MDN, as they put it: "Fully agree with you that docs are all over the place. We've started to consolidate docs under web.dev". As far as I know, web.dev is not MDN and has nothing to do with MDN.
Web.dev is not an MDN replacement.
Re: Private client-side-only PWAs are hard, but now Apple made them impossible
#913Earlier quoted context omitted.
Why would no-one be paying for a PWA? There are countless paid-for services available via web apps. Providing even a free native app via the App Store to access a service with a subscription model becomes a very risky proposition given Apple's rules, though.
Can you give a few examples of paid-for PWAs? Sure there are websites that are paid-for, but I've never seen a paid-for PWA.
[0]: http://app.ft.com/
Re: Private client-side-only PWAs are hard, but now Apple made them impossible
#914Earlier quoted context omitted.
Yet dozens on companies have had successful businesses not doing in app purchases - like Amazon.
Yeah big players get an exception - not a good example.
Hulu for instance allows in app purchases for the regular Hulu service but not Hulu Live
Re: Private client-side-only PWAs are hard, but now Apple made them impossible
#915Earlier quoted context omitted.
MacOS Safari autoplays YouTube videos with now way to disable...
Interesting. I can tell Safari to not autoplay videos on YouTube in its preferences, but that doesn't seem to do anything. Seems more like a bug on Safari's part and/or workaround on Google's part than anything deliberate.
Re: Private client-side-only PWAs are hard, but now Apple made them impossible
#916Re: Private client-side-only PWAs are hard, but now Apple made them impossible
#917Earlier quoted context omitted.
I believe that OP is saying it would be preferable to have blink-everywhere than to have a deliberately-crippled Apple web browser with all other choices banned.
I'm the OP and I am a Mozilla volunteer. I prefer a web with many engines, I want it to have WebKit, Blink, Gecko and more.
Re: Private client-side-only PWAs are hard, but now Apple made them impossible
#918Earlier quoted context omitted.
Agreed. There is no choice with IOS: you choose the same WebKit that they've chosen, or Safari. One engine and version, or one browser using that one engine.
Android is a web monoculture too. Non-Blink browsers on Android are at <1%.
Re: Private client-side-only PWAs are hard, but now Apple made them impossible
#919Earlier quoted context omitted.
> Honestly, if my data really matters, I don’t want it to be stored only in a single place. That's all well and good except when you lose your emails that your wrote on the plane and didn't get a chance to send yet. I'm not arguing that you should _never_ synchronize the data off the phone, but where I store data on my phone should be as robust as possible. So far I have never had my phone delete an application I had…
Web apps are unreliable for sure, but I think that is where PWAs should come in. The problem is there’s just not a ton of them today, and parity just isn’t there. That having been said, I’ve never lost local storage on a PWA in any OS so far... Also I am not saying programs and browsers should not make a best effort to reliably persist data locally... just that robust local storage only really needs to be so robust,…
Re: Private client-side-only PWAs are hard, but now Apple made them impossible
#920Earlier quoted context omitted.
MacOS Safari autoplays YouTube videos with now way to disable...
Interesting. I can tell Safari to not autoplay videos on YouTube in its preferences, but that doesn't seem to do anything. Seems more like a bug on Safari's part and/or workaround on Google's part than anything deliberate.
For example I've noticed that if you play a video on a website during that session, it will allow autoplay from scripts on that page (not 3rd party) for the rest of that session. Same for unmuting an autoplaying video.
This is all undocumented though and through personal observations, as Apple seemed to stop posting Safari documentation years ago.