Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-14797] iOS: Allow share button to be hidden in Ti.UI.iOS.DocumentViewer

GitHub Issuen/a
TypeNew Feature
PriorityLow
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
ComponentsiOS
Labelsn/a
ReporterDavide Cassenti
AssigneeUnknown
Created2013-08-09T17:38:30.000+0000
Updated2018-02-28T20:04:09.000+0000

Description

Feature request

When opening a document in the DocumentViewer, a share icon is shon in the navigation bar. Would need a way to disable the button.

Sample code

var win = Titanium.UI.createWindow({
    backgroundColor:'#fff'
});
var z = Ti.UI.iOS.createDocumentViewer({url:'document.pdf'});
// add a method to hide the button
z.show();

win.open();

Comments

No comments

JSON Source