Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Impre-visible committed Nov 25, 2022
1 parent 40437d9 commit e11fef9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions OpenLink.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export default function OpenLink({url}) {
style={{flex: 1}}
originWhitelist={['*']}
javaScriptEnabled={true}
allowsFullscreenVideo
source={{ uri: url }} />
)}
</View>
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e11fef9

Please sign in to comment.