You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As described at #47, there are several issues in the Flutter tracker where people are unhappy with the Flutter text-input widget, particularly on iOS.
One solution we should explore is to use a native text input on iOS. (This is effectively what we already get in the React Native app.) There are two basic paths for how to do this:
gnprice
added
a-compose
Compose box, autocomplete, attaching files/images
a-iOS
Issues specific to iOS, or requiring iOS-specific work
labels
May 26, 2023
We'll stick with Flutter's own text input. We haven't heard anything from our own users about the sorts of issues described in #47; if we do, we can invest in getting them fixed upstream.
As described at #47, there are several issues in the Flutter tracker where people are unhappy with the Flutter text-input widget, particularly on iOS.
One solution we should explore is to use a native text input on iOS. (This is effectively what we already get in the React Native app.) There are two basic paths for how to do this:
flutter_native_text_input
some people have built for this.The text was updated successfully, but these errors were encountered: