[Mobile] [iOS] Exception thrown when text get autocorrected #822
Unanswered
Nikhil-Koshty
asked this question in
Mobile
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My issue is about [Mobile]
In raw_editor_state_text_input_client_mixin.dart
@OverRide
void showAutocorrectionPromptRect(int start, int end) {
throw UnimplementedError(); <--- This line throws exception when the user writes incorrect text and it gets autocorrect
by the system
}
This exception is thrown every time on the real iOS device when the project is run using the vscode
Can you please look into this or can you comment this line
Beta Was this translation helpful? Give feedback.
All reactions