Re: [Interest] TextArea read-only non parity with Android

2014-12-07 Thread Nevala Samuel
: [Interest] TextArea read-only non parity with Android I have a TextArea { readOnly: true }. On Linux proper, this flag works as expected,. It can be scrolled but not changed, white background black text. On android, it is effectively "disabled" and CANNOT be scrolled, the appearanc

[Interest] TextArea read-only non parity with Android

2014-12-06 Thread Jason H
I have a TextArea { readOnly: true }. On Linux proper, this flag works as expected,. It can be scrolled but not changed, white background black text. On android, it is effectively "disabled" and CANNOT be scrolled, the appearance is gray background, dark gray text. I need something that works pr