Marcus Jaschen
Marcus Jaschen
> Can you confirm that the fix page works in iOS Chrome but not in Firefox? Yes, I can confirm that. Works in - Safari - Chrome Doesn't work in:...
> Additionally to the described feature above, I think about saving a default-profile name as cookie: This allowing to activate this default on start if the user decides/configures so. FYI,...
Seems like a bug with the route quality color coding. Workaround until someone finds the time to fix it: Disable the route color coding, see screenshot for the button state...
Mobile: Desktop:
Hi, everything's set on my end. I've been using the new Share Dialog on my instance for quite some time now.
There are some hardcoded things (namespace/fingerprint) in `assetlinks.json`. What does that mean for BRouter-Web instances which are deployed elsewhere?
Thanks for the clarification :-) I think only a template for `assetlinks.json` should be added to the repository instead of a file with actual data for a specific deployment (similar...
I see that you're using bikerouter.de. Can you reproduce this issue on https://brouter.de/brouter-web/ as well? (Just to eliminate the possibility the error is specific for bikerouter.de)
Type properties would be accessed like `$type->getAsString('client_id')` or `$type->get('client_id`)`, right?
Sounds like a good idea. Maybe we can add specific getters/setters for each field on a per type basis in a later step (`getClientId()`, `setFirstname()`). That'd be a lot of...