eclipsesource / eclipsesource/tabris-js
TextInput#cursorColor is broken
Open
android
bug
- Dominant language
- JavaScript
- Stars
- 1.4k
- Forks
- 171
- PR merge metrics
- No merged PRs in 30d
Description
### 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
```js
import {TextInput, contentView} from 'tabris';
contentView.append(
)
```
Contributor guide
Assessment
This issue has not been assessed yet.