Skip to content

Commit e7f462c

Browse files
committed
update doc
1 parent a902c66 commit e7f462c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc/readme.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,7 @@ the video from the youtube player UI
133133

134134
> **note on autoPlay**: The HTML5 `<video>` element, in certain mobile browsers (such as Chrome and Safari), only allows playback to take place if it's initiated by a user interaction (such as tapping on the player).
135135
136-
A work around to get the video to autoplay is to add these parameters to alter the user agent of the webview.
137-
138-
use the [forceAndroidAutoplay](#forceAndroidAutoplay) prop if auto play is not working. (usually is affected by older android devices)
136+
However, the webview provides APIs to overcome this and will allow auto play in most cases. Use the [forceAndroidAutoplay](#forceAndroidAutoplay) prop if auto play still doesn't work. (usually is affected by older android devices)
139137

140138
## onChangeState
141139

0 commit comments

Comments
 (0)