Please provide the following:
- SDK Version: 36
- Platforms(Android/iOS/web/all): Android
I have mp4 and hls videos in vertical orientation. It is all done fine in style and the problem is not with differences in layout between IOS and Android.
This is how my video displayed on IOS device:
And this is android:
I checked onReadyForDisplay option and got this value of natureSize:
iOS: "height": 1080, "orientation": "landscape", "width": 607.5,
Android: "height": 1080, "orientation": "portrait", "width": 1080,
Maybe someone experienced this issue?