Things you can do with a browser in 2020
101–110 of 387 posts
Re: Things you can do with a browser in 2020
#102I'm rather sad that for example Battery API is deprecated... possibly might need a browser-wide toggle, but still... It can both be cool, and useful....mostly cool, though... you could have a complete web desktop (there several web desktops, and even more "fake" ones, like windows93) that shows the status, or a webpage that switches to dark mode with minimal javascript and theming, when battery is low, or a low distr…
Re: Things you can do with a browser in 2020
#103If you'd have told me in 2010 that this would be the state of the art of the web in 2020, I'd have been sorely disappointed...
just shows, everyone's got an opinion.
Re: Things you can do with a browser in 2020
#104A few things that aren't mentioned: - Web MIDI - access digital keyboards/synthesizers. I believe in some browsers there's no prompt, unlike Web USB. - Screen sharing via getDisplayMedia, analogous to getUserMedia for cameras. - WebRTC, peer-to-peer connections. - Security keys (WebAuthn), specific support for cheap ($10-$50 depending on features) devices that do second-factor login to websites. Importantly, these de…
Re: Things you can do with a browser in 2020
#105Earlier quoted context omitted.
What's fantastic about a vendor intentionally ignoring multiple standards, in favor of their own walled-garden? You might be ignoring the wishes of actual users when you say it's "fantastic."
I'm only speaking as a user. As a user I don't want push notifications from websites. I know there are some exceptions (like messengers), but really, those should be apps because Apples centralised push messaging system is better for my battery life.
But there's no such an easy way to enable a feature you need, but which wasn't implemented.
Re: Things you can do with a browser in 2020
#106As a user, so many of these I wish did NOT exist. E.g: Push Notifications, Banners, Web Share, Contacts, Page Visibility, Badging. Uncertain about USB, Bluetooth, Locks, Keyboard Lock, and Native File System. I don't want my browser doing those things.
At least with the push notifications I can get notified about my stuff. On the iPhone they require paying apple $100 a year which almost ensures most will be ads.
Re: Things you can do with a browser in 2020
#107A few things that aren't mentioned: - Web MIDI - access digital keyboards/synthesizers. I believe in some browsers there's no prompt, unlike Web USB. - Screen sharing via getDisplayMedia, analogous to getUserMedia for cameras. - WebRTC, peer-to-peer connections. - Security keys (WebAuthn), specific support for cheap ($10-$50 depending on features) devices that do second-factor login to websites. Importantly, these de…
Is WebRTC really peer-to-peer if you need a server?
If you can handle signaling in another way, you're free to do so.
When I played around with WebRTC the first time, I did it by copying the signaling data via TextAreas and WhatsApp.
Re: Things you can do with a browser in 2020
#108Re: Things you can do with a browser in 2020
#109Why should a browser be allowed to check for device battery life? That seems wayyy off limits
Re: Things you can do with a browser in 2020
#110As a user, so many of these I wish did NOT exist. E.g: Push Notifications, Banners, Web Share, Contacts, Page Visibility, Badging. Uncertain about USB, Bluetooth, Locks, Keyboard Lock, and Native File System. I don't want my browser doing those things.
Then you're out of step with what users want these days. Nothing wrong with that! But to take an example, when I hit a share button on a page I want to see the native share box, not some hideous iframed monstrosity that only works with Facebook. So I want Web Share. And I don't want to download an entire native app just so that I can receive a push alert when my food order is on the way, a web site works much better…
You would have ring0 and ring3
You could decide what to install or what remove
In the browser everything is exposed to everyone by default
More than an OS is a disaster waiting to happen