tabris-js
tabris-js copied to clipboard
TextInput#cursorColor is broken
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'/>
)
Could not verify with 3.9-nightly. Please test again.