[TIMOB-24951] iOS: Video Player full screen icon is not showing
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Not Our Bug |
Resolution Date | 2017-07-11T06:36:21.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Fazlul Haque |
Assignee | Eric Merriman |
Created | 2017-07-10T18:48:37.000+0000 |
Updated | 2017-08-23T18:42:42.000+0000 |
Description
Hello,
Video Player full screen icon is not showing for iOS 10 device as well as iOS Simulator.
*Testing Environment:*
Appcelerator Command-Line Interface, version 6.2.2
Ti SDK 6.1.1.GA
iPhone 6,(iOS version 10.0.1)
iOS simulator iPhone 6 (10.0.0)
*Test Code:*
<Alloy>
<Window class="container">
<VideoPlayer width='100%'height='180dp' id="video" url="http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4"
scalingMode="Titanium.Media.VIDEO_SCALING_ASPECT_FILL" autoplay="false"
tintColor="#fff" ></VideoPlayer>
</Window>
</Alloy>
*Test Results:*
Video Player full screen icon is not showing but it shows a different image. (See the attachment image)
Attachments
File | Date | Size |
---|---|---|
Screen.png | 2017-07-10T18:47:42.000+0000 | 391921 |
Hello, I can reproduce the issue in SDK 6.1.1.GA with the iOS simulator 10.2. The full screen icon is not showing. Instead there is another icon as the screenshot.
This is by design from iOS, we do not manipulate any of the native handling and it is not possible to change the internal API there. Please open a radar at Apple if you feel this is the incorrect behavior (I would agree that it is more than missleading).
I agree, I think this is happening from iOS 10.2 and up. in 9.x it's fine. Apple may have made change design from on the 10.2 version.
Closing ticket with regards to the above observations.