eclipsesource / eclipsesource/tabris-js
Video class doesn't work after APK cloud build on mobile (but is working on an emulator)
Open
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
Assessment
This issue has not been assessed yet.