eclipsesource / tabris-js

Create native mobile apps in JavaScript or TypeScript.
https://tabrisjs.com
BSD 3-Clause "New" or "Revised" License
1.4k stars 170 forks source link

TextInput#cursorColor is broken #2227

Open cpetrov opened 2 years ago

cpetrov commented 2 years ago

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

Code snippet

import {TextInput, contentView} from 'tabris';

contentView.append(
  <TextInput id='input' left top right cursorColor='red'/>
)
mpost commented 2 years ago

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