-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
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
Crashed #11
Comments
I have the same problem. Any solution? |
@yokoboko not yet. I haven't found any way to remove the color feature. |
Same problem there also |
When you tap on the Select, it tries to open the OS color picker and it's crashing on mobile. I gave up. I did similar class around Quill JS and it's working just fine. Hope it helps you: Create key in your stateless widget: Put that somewhere in your app(height is optional):
You can defocus if the user taps outside with this code:
Set text:
Get text:
Put that in quill_flutter.dart:
|
@yokoboko Thanks for your response but i am not getting your answer. where did you changed your code, i am getting same problems as @AshutoshPatole getting. |
@aniketsongara You can't fix it. The problem is coming from the JS library. I provided copy/paste code that works with Quill JS editor and does the same as this one. It even looks better for mobile. |
@yokoboko Can you give brief details how can i implement Quill JS editor for application. any reference or any snapshot of code or something which help me to implement this. |
@aniketsongara Updated my post with instruction and code. Hope this helps. |
Everything works well until i try to change the color of the text.
it crashes and gives me this error.
The text was updated successfully, but these errors were encountered: