R.J. (Steinert) Corwin
R.J. (Steinert) Corwin
@RangerMauve Looks like decent support for [navigator.registerProtocolHandler](https://caniuse.com/#search=Navigator.registerProtocolHandler). That's very similar to how we handle dat:// links in Android using Intents API. I wonder if Chrome will allow handling of dat...
As expected, Chrome doesn't play well with apps registering as protocol handlers for dat://. Firefox I bet works, but now I'm realizing our Web Components based Bunsen UI is having...
Thanks @soyuka for the interesting read. We got Bunsen working for Firefox and see that registering to protocol handler is working. You can try it out on the gateway I...
Probably me! I've been working on Bunsen in the past hour trying to figure out a URL issue I'm starting to think is related to version of dat-gateway we're running...
LOL yes it's fixed! That was gif from earlier today. Time flies! Have a good rest.
Bunsen handles URLs in three scenarios... 1) You are in the Android Bunsen App, using Intents API the app is registered on the system level as a handler of `dat://`...
The problem here is probably that the `./assets/media` folder is not getting picked up by the PWA index of files to cache. Or it may be we have a file...