tabris-js icon indicating copy to clipboard operation
tabris-js copied to clipboard

TextInput#cursorColor is broken

Open cpetrov opened this issue 2 years ago • 1 comments

Problem description

TextInput#cursorColor does not work anymore on Android. Setting it does not change the cursor color and following error is printed to the console:

No field mCursorDrawable in class Landroid/widget/Editor; (declaration of 'android.Widget.Editor' appears in /system/framework/framework.jar!classes3.dex)

Environment

  • Tabris.js version: 3.8.0
  • Device: Samsung Galaxy S8
  • OS: Android 9

Code snippet

import {TextInput, contentView} from 'tabris';

contentView.append(
  <TextInput id='input' left top right cursorColor='red'/>
)

cpetrov avatar Jun 14 '22 21:06 cpetrov

Could not verify with 3.9-nightly. Please test again.

mpost avatar Jun 21 '22 10:06 mpost