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

Looks different on ios #110

Open
tigrenok00 opened this issue Sep 12, 2022 · 0 comments
Open

Looks different on ios #110

tigrenok00 opened this issue Sep 12, 2022 · 0 comments

Comments

@tigrenok00
Copy link

Hi,

When using audio file, the design is different on ios than android (and web):

android and web:
image

ios:

image

How can I make it look the same on ios as well?

<vg-player (onPlayerReady)="onPlayerReady($event)" [class.audio]="block.blockType == 'AUDIO'" > <video [vgMedia]="$any(media)" #media [id]="block.blockId" preload="auto" controls playsinline autoplay > <source [src]="block.fileUrl" [type]="block.fileType" /> </video> </vg-player>

Using version 5.0.1

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

1 participant