Flutter Web with AutofillHints.creditCardNumber - Scan New Card Doesn't work in Flutter Web with Chrome for Android, but it works in Safari iPhone - flutter

I'm using AutofillHints.creditCardNumber on Flutter Web, everything is ok with HTTPS, it even works on iPhone. However, on Chrome Android the option to scan the card appears, then activates the camera, but does not return anything to the TextField.
If using HTML5 with cc-number it also works normal on Android Chrome to scan card with camera. The problem only happens with Flutter Web.
Has anyone gone through this?
Thanks

Related

Flutter app why does my link work with chrome but not on ios and android

Check this to see the code
The main code is in /lib/textbox.dart
I am wondering why this app works on chrome but not on phones.

Flutter web showing blank white screen in Safari and mobile devices

I am having a problem when trying to navigate through a deployed Flutter web app in Safari and Mobile Devices.
I have like 4 different screens in the app, 3 of them works fine, but when I redirect user to the principal screen, it just shows a blank white screen. This happens only in Safari and in Mobile Devices browsers (Chrome/Safari). When using Chrome and a desktop it works as it should (all screens shows normally).
When debugging with Chrome it works perfectly too.
[EDIT]
Print console error with Safari
I tried the following:
Changing build type (--web renderer canvaskit / html --release)
Changing channel from master to beta
Updating Flutter and outdated packages
Cleaning build a hundred times
Debug with Safari but I don't think it's possible

Flutter field AutofillHints not working on macOS Safari

I am building web app with flutter and I want to use AutofillHints on all input fields. They are working without any problem for desktop chrome browser, safari mobile browser and chrome mobile browser. For Safari on MacOS the autofill hints are not suggesting any information. Did someone experienced that problem before. Would appreciate any suggestions. Flutter version is 3.0, the input field is TextFormField provided by the material package and Safari version 15.3.

Flutter Web App Weird Beahvior in Desktop View on Mobile Phone

I am making a website with flutter
codingfries.com
Can someone check what the hell is happening when I click on Desktop View on chrome browser in mobile phone. The website starts to behave weirdly.
This is supposed to happen as the layout changes. Width of screen changes when you emulate Desktop view on mobile phone. For handling such cases, flutter has media queries which can be used to change layouts based on screen size changes.
For more info refer the official documentation.
https://flutter.dev/docs/development/ui/layout/adaptive-responsive

Rive can't load asset on android

I was testing using rive animation in Chrome and it works perfectly, but as the appliacation is for mobile, I connected to android and... failed.
I get an error:
Since web works and mobile version does not I expect it to be a kind of a bug? Is there someone who solved it?