Hi,
When I set a fixed width of a native.newTextBox for word wrapping I’m still able to swipe its content with the finger to scroll it horizontally (even if the text typed is just one letter). I’d like to make it fixed. Is there any hidden .horizontalScrollDiabled(true) method that I could call on this native object? Like it is possible on a widget.newScrollView object?
Other thing is that sometimes word wrapping doesn’t wrap even though it should - it visually cuts the last one or two letters, and it wraps the word to the next line only after typing the third letter. So if the user won’t type the third letter - the latter two are cut on the right side (I guess that’s why there’s a horizontal scroll possibility…)
Any ideas how to fix it?
Thanks