Wesley Luyten

Results 248 comments of Wesley Luyten

@MyTestApp8200 `playsinline` can't be set as an attribute on an iframe element. It's either via Javascript in the options argument or else as an URL parameter as `?playsinline=0`. Does this...

@MyTestApp8200 what is your device/browser?

This should be resolved in our latest player release.

what is the user-agent of these Android devices? on my end in Browserstack on a Galaxy S8 / Android 7, https://player.vimeo.com/api/demo?playsinline=0 opens fullscreen when pressing play.

cc @phoenix-appscore, @samuelpeixoto, @chrisg88, @verbeeksteven, @shaunsantacruz

@derrikfleming so the Android devices all play inline on your end with `playsinline=0`? (Galaxy S10, Pixel 3A, Pixel 3 XL) they don't open fullscreen when hitting play?

@Threstle is this related to the autoplay policies? have you tried something like? https://stackoverflow.com/questions/38975229/auto-play-video-in-webview

Thanks! Unfortunately we don't use it anymore in the Vimeo player. A sweet fix if that works though!

Nice example, thanks for putting this together! Sinuous doesn't need the use of the `update` method. It should only create the template once, in the constructor or in the `connected`...

that should work like expected, the custom element extends the HTMLElement so it gets it from that base class. to fire custom events, check some code here https://github.com/luwes/playerx/blob/5d2004614472de73840382c12348316c07434538/packages/playerx/src/playerx.js#L356-L356