From e11fef97a8e8ff09860961850afd19bd94962327 Mon Sep 17 00:00:00 2001 From: "impr.visible@gmail.com" Date: Fri, 25 Nov 2022 06:44:26 +0100 Subject: [PATCH] Update README.md --- OpenLink.js | 1 + README.md | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/OpenLink.js b/OpenLink.js index 93e6fe8..3f976d3 100644 --- a/OpenLink.js +++ b/OpenLink.js @@ -12,6 +12,7 @@ export default function OpenLink({url}) { style={{flex: 1}} originWhitelist={['*']} javaScriptEnabled={true} + allowsFullscreenVideo source={{ uri: url }} /> )} diff --git a/README.md b/README.md index 6e8f69f..085f647 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ This is the mobile client for the Chocolate project. It is a mobile app that allows users to access to there Chocolate server without the awfull interface of the android web browser. +### Warning + +If you use Chocolate v5.0.0, the media can probably crash, you have to reduce the quality, 720p work fine for me. +We are working on a fix. + ## How to install * Download the latest release from the [releases page](https://github.com/ChocolateApp/ChocolateMobileClient/releases/latest) * Install the apk on your android device