CarouselView icon indicating copy to clipboard operation
CarouselView copied to clipboard

Issue using WebView to view videos inside carousel (iOS)

Open zacharyk-suzy opened this issue 6 years ago • 1 comments
trafficstars

I'm having an issue viewing youtube videos in a webview control inside the carousel view. I've tested a webview control on another page in my app to view videos from youtube and it works as expected. I can go from normal screen at load to full screen and back. However on iOS, when the same webview is placed in a CarouselView and the video is tapped it will open full screen, start to play, and then will go black.

I've used both an array of views and a data template selector to load the webview with the same results.

On inspection of the data template selector, when the video goes to full screen and starts to play the selector fires again and returns the web view template even though it is already loaded. After it returns the screen goes black. However, if I go to normal screen then back it will play fine and does not hit the data template selector. The height and Y properties change when trying to play the video as well.

zacharyk-suzy avatar Aug 28 '19 17:08 zacharyk-suzy

Can you provide a demo?

alexrainman avatar Sep 07 '19 23:09 alexrainman