eclipsesource / eclipsesource/tabris-js

Video class doesn't work after APK cloud build on mobile (but is working on an emulator)

Open
#2,155 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
JavaScript
Stars
1.4k
Forks
171
PR merge metrics
No merged PRs in 30d

Description

### Problem description

The video play fine in the TabrisJS App but after online/cloud build the APK video doesn't play anymore.
Strangely the APK work fine in an emulator (NoxPlayer)
Does it need extra configuration? permissions ?

### Expected behavior
Video to play after cloud build the APK on a smartphone

### Environment

- Tabris.js version: 3.7.1
- Device: Xiamo MI10, NoxPlayer
- OS: Android 10

### Code snippet

```js
import {Video, contentView} from 'tabris';

new Video({
width: 160, height: 90,
url: 'https://www.radiantmediaplayer.com/media/big-buck-bunny-360p.mp4'
}).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.