|
|
|
|
|
by discreteevent
3178 days ago
|
|
Fair points. It's worth stating though that this only matters if you have a requirement to look 100% native. Many apps don't have this requirement whether mobile or desktop and so they may use a web ui. In our case we didn't have the 100% native requirement and used Qt. We still had a really slick user interface, it just wasn't native. Note that our customers are primarily concerned about the functionality of the app: They are not drive by consumers, they come to the application because of it's functionality. I understand that not everyone has this kind of customer. |
|
From looking at the "gallery app" on android:
Flutter's input-text has their own custom mark text handler - no double tap, long press opens a custom menu that is missing native options (Such as translate text).
Changing the font size in the OS does nothing in the app.
Clicking on buttons doesn't make a tap sound if the "sound on tap" option is set.
I'm guessing no accessibility support - or very poor one.
There's probably many more tiny issues that customer's will complain about when you a product is shipped to production that will make it clear that this isn't a native app.