Hello all,
is there a solution to stop videos that are played using media.playVideo() ?
I have an app that runs in portrait mode and I want to embed a video that plays in landscape view, on both iOS and Android.
I am not turning the view of the app. On iOS, I just turn the video using native.newVideo(). But on Android I need to play the video with media.playVideo(), the video is rendered rotated by 90 degrees in order to be in landscape and the controls are hiddenso that they do not appear vertical (in the landscape view). But for this, I need a solution to let the user stop the video.
Any ideas?
Or am I wrong with the construction of landscape videos in portrait mode apps?
Thanks for help!