Gleb Khmyznikov

Results 75 comments of Gleb Khmyznikov

Confirm. In my case all JSON already cached but sometimes, only some elements are not translated. Refresh helps, but annoying. No errors in console. Usually broken {{ 'TITLE' | translate}}...

Same here. Launching after console restart, tap on search - type something and after few seconds app crash.

![IMG_20200304_091323_042](https://user-images.githubusercontent.com/6115884/75850500-800f9980-5df8-11ea-8b04-0c203f761e0a.jpg)

> Can you check if this still happens on Chrome Beta: https://play.google.com/store/apps/details?id=com.chrome.beta (You need to set it as the default browser to test) Beta 84. Same behavior, difference between PWA...

Very annoying. Bots now are unstoppable.

@emptimd @iflow You can look at my implementation of Push notifications by topics subscribe https://github.com/khmyznikov/ios-pwa-wrap It has the ability to request push notifications permission, subscribe to topics and receive push...

> This is THE main feature stopping us and others from going all-in with PWAs. Please add this functionality soon. Please try [this implementation](https://github.com/khmyznikov/ios-pwa-wrap). It's basically the same template but...

@tntjstumadre please share your fcm token passthrough implementation. Things like WKAppBoundDomains and allowedOrigin I'm not recommended to change, because it ruins the whole PWA idea. Just use [the Capacitor ](https://capacitorjs.com/)if...

> I do care for PWA dont misunderstand me. I didnt know about SW and WKAppBoundDomains, there is another solution other than turn off, you can add up to 10...

> Thats why I proposed adding up to 10 domains to the WKAppBoundDomians array in your info.plist, without turning it off If you need navigation to external websites, just don't...