eclipsesource / eclipsesource/tabris-js

TextInput#cursorColor is broken

Open
#2,227 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.