Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-24951] iOS: Video Player full screen icon is not showing

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionNot Our Bug
Resolution Date2017-07-11T06:36:21.000+0000
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelsn/a
ReporterFazlul Haque
AssigneeEric Merriman
Created2017-07-10T18:48:37.000+0000
Updated2017-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

FileDateSize
Screen.png2017-07-10T18:47:42.000+0000391921

Comments

  1. Sharif AbuDarda 2017-07-10

    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.
  2. Hans Knöchel 2017-07-11

    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).
  3. Sharif AbuDarda 2017-07-12

    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.
  4. Lee Morris 2017-08-23

    Closing ticket with regards to the above observations.

JSON Source