Replies: 1 comment 2 replies
-
I fixed the problem. My custom control definition has inheriting from Editor, I changed this to View and it seems to be working now |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm creating a special version of the Editor and I'm having some problems on Android when using the component. The Editor is allowing just one or two characters per line (depending on the length of the character) and I believe this has to do with the width.
Here is the code for the handler:
If I set the width to an arbitrary value when creating the PlaftormView it "works". I have tried
But no luck.
Any ideas ?
Screenshot shows how it only fits one or two characters. If I set width manually it "works" but I would like it to use it's container width.
Beta Was this translation helpful? Give feedback.
All reactions