We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In IOS the text field is not editable. As you mentioned in #22 , it's possible to use CSS to solve this as it says here https://stackoverflow.com/questions/4251227/contenteditable-div-not-actually-editable-in-webkit, but I couldn't understand how to add this css in the editor.
My config is: enough_html_editor: ^0.0.4 sdk: ">=2.7.0 <3.0.0" • Flutter version 2.0.6 • Dart version 2.12.3
The text was updated successfully, but these errors were encountered:
Actually this should work fine now in the latest HEAD version.
Sorry, something went wrong.
Have any workaround to the current version 0.0.4?
No branches or pull requests
In IOS the text field is not editable. As you mentioned in #22 , it's possible to use CSS to solve this as it says here https://stackoverflow.com/questions/4251227/contenteditable-div-not-actually-editable-in-webkit, but I couldn't understand how to add this css in the editor.
My config is:
enough_html_editor: ^0.0.4
sdk: ">=2.7.0 <3.0.0"
• Flutter version 2.0.6
• Dart version 2.12.3
The text was updated successfully, but these errors were encountered: