mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-25 06:13:12 +03:00
Merge pull request #2090 from ecency/nt/autoplay-fix
disabled media auto play in webview
This commit is contained in:
commit
6a81ac0c0d
@ -521,6 +521,7 @@ const PostBody = ({
|
||||
scalesPageToFit={false}
|
||||
zoomable={false}
|
||||
onLoadEnd={_handleLoadEnd}
|
||||
mediaPlaybackRequiresUserAction={true}
|
||||
/>
|
||||
</Fragment>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user