eclipsesource / eclipsesource/tabris-js

ProgressBar height and Background not working anymore

Open
#2,091 16 comments 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
ProgressBar height and Background not working anymore
It not possible to set the height value, and set the background to transparent as was the case in the old versions

### Environment

- Tabris.js version: 3.6.0-dev.20200720
- Device: Huawei P10
- OS: Android 8

### Code snippet

```js
const{ProgressBar, contentView} = require("tabris");
new ProgressBar({centerY:0, left: 0, right: 0, height:1, background: "transparent", selection: 0}).appendTo(contentView);
```

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.