tomsykes
tomsykes
I'm still manually having to add the `url_generating_routes.php` file to the PHP > Symfony > Routes settings in order for the `name_prefix` setting to be picked up. Previous comments in...
## inputmode="numeric" prevents users from enter a decimal point on iOS devices According to [the docs](https://design-system.service.gov.uk/components/text-input/#numbers), we should be using `inputtype="numeric"`, with a `pattern="[0-9]*"` attribute. The pattern attribute is only...
@titlescreen From where we've tested, I don't think there would be any negative impact from always using `inputmode="decimal"`... Android 9 (and from limited testing, 8) shows the same input for...
@joelanman Ah - that makes more sense then. We are using `novalidate` on our forms, but I wasn't sure why the `pattern` attribute was there. Either way, I'm unsure of...
Looking for a resolve on this issue myself, but shouldn't it be filed under the [symfony repo](https://github.com/symfony/symfony) rather than here in symfony-docs?
Suspect I'm having a similar issue. I've disabled transcoding for the moment (for various reasons), but I have several videos that play through the roku media player app, but not...