@mischmerz I want this to be usable on the server as well: https://t.co/4b5dOQz8kP. Also see the second alternative: https://t.co/dQVrOWk2KD.
RT @ConcreteSciFi: Ported @ExpWithGoogle’s Tiny Motion Trainer to our #esp32-based motion module, allowing us to both train and upload @Ten…
@mischmerz The idea would be to make this isomorphic: https://t.co/yEPtJC7Bgd. But of course, verification is a must.
New to Progressive Web Apps? â¦@Snugugâ© has worked on a new set of training materials and codelabs for helping developers get started. 💠https://t.co/YCCdECCu0G
@henrylim96 @ChromiumDev Haha, yeah. It’s just in the ideation phase. 💡
@JoonParkMusic @dan_abramov Just proposed this to be added to the language: https://t.co/2WqAx4nGAI.
RT @tomayac: Finally wrote down an idea I was sitting on: JS Input Masking ðŸŽâ€”https://t.co/05shUaGzW6
“`js
new Intl.InputMask(‘phone-numbe…
@henrylim96 It definitely works on the Web 😂. The app is not installable by default, but the “Create Shortcut†with the “Open as window†way works.
@mobilepadawan Good to hear that this could be useful. Just to clarify: this is purely an idea at the moment, it’s not implemented anywhere. Feedback on the proposal (see the end of the post) is welcome, though!
@schweinepriestr It’s more of a formatting thing and of course not needed. I’ve definitely seen it used in magazines etc. Phone number formatting is a complex enough but simple enough to understand example to motivate this proposal (I hope).
Obligatory syntax error in the tweet. 🤦â€â™‚ï¸ Fixed on GitHub and WICG Discord, but up forever on Twitter.
Finally wrote down an idea I was sitting on: JS Input Masking ðŸŽâ€”https://t.co/05shUaGzW6
“`js
new Intl.InputMask(‘phone-number’, {
locale: ‘de-DE’,
countryCode: ‘leadingPlus’,
areaCode: ‘leadingZero’,
groupSize: 2,
}).format(’00494012345678’
@marcosc You can use all the GitHub search features via the official code mirror: https://t.co/E8rUSoBZ98.
RT @domenic: Another app history update! Summary: the core API is implemented behind a flag, and we’re ready for you to start prototyping i…
@kennethrohde No word though how to get the experience without going through the Play Store.
How to Use Zoom on a Chromebook With Our New Progressive Web App (PWA): https://t.co/5yvl7oK9I5
@wwweston @rauschma WebNFC (web.dev/nfc/) landed in Chrome Stable a while ago. Not sure it’s the AP@rauschmama is looking for, but just as a passerby comment.