Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-27275] [iOS] Unable to rotate photo gallery

GitHub Issuen/a
TypeBug
PriorityNone
StatusOpen
ResolutionUnresolved
Affected Version/sRelease 8.0.1, Release 8.1.0
Fix Version/sn/a
ComponentsiOS
Labelsn/a
ReporterSamir Mohammed
AssigneeUnknown
Created2019-07-24T10:41:45.000+0000
Updated2019-07-24T10:41:45.000+0000

Description

Unable to rotate gallery when inside an application (Gallery is able to rotate on Android.) *Test case:*
var win = Ti.UI.createWindow();
win.modal = true;		
var button = Titanium.UI.createButton({
	    title: "Push me"
});
		
	button.addEventListener('click', function() {
	    Titanium.Media.openPhotoGallery({
		});
	});
		
win.add(button);
win.open();
*Test Steps*

Create a Titanium application with the test case above

Run the app

Press 'Push me'

rotate device

*Actual result* Gallery should rotate without a crash *Expected result* Gallery does not rotate

Comments

No comments

JSON Source