Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fill property leaves white bars either side of the video on Android, not on iOS #153

Open
lukesammy opened this issue Oct 5, 2019 · 1 comment

Comments

@lukesammy
Copy link

<VideoPlayer
    left="0"
    top="0"
    width="100%"
    height="100%"
    iosOverflowSafeArea="true"
    src="[VIDEO URL]"
    autoplay="true"
    loop="true"
    muted="true"
    controls="false"
    fill="true"
  ></VideoPlayer>

Any thoughts, on a potential solution?

@rynop
Copy link

rynop commented Oct 24, 2019

Here is full example with screenshot:

<GridLayout backgroundColor="pink" height="200" verticalAlignment="top">
    <VideoPlayer src="https://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4" autoplay="true" fill="true" controls="false"
        muted="true" loop="true"></VideoPlayer>
</GridLayout>

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants