Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-18757] Windows: Implement Titanium.UI.Clipboard proxy

GitHub Issuen/a
TypeNew Feature
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2015-07-30T16:00:20.000+0000
Affected Version/sn/a
Fix Version/sRelease 5.0.0
ComponentsWindows
Labelsn/a
ReporterChristopher Williams
AssigneeGary Mathews
Created2015-03-27T17:12:04.000+0000
Updated2017-03-16T21:55:52.000+0000

Description

http://docs.appcelerator.com/titanium/3.0/#!/api/Titanium.UI.Clipboard

Methods

- clearData( [type] ) : void - clearText( ) : void - getData( type ) : String/Titanium.Blob - getText( ) : String - hasData( type ) : Boolean - hasText( ) : Boolean/Number - setData( type, data ) : void - setText( text ) : void

Comments

  1. Christopher Williams 2015-07-22

    This doesn't appear to be supported for Windows Phone 8.1, just Store apps. It does look like they added it in Windows 10. https://msdn.microsoft.com/en-us/library/windows/apps/windows.applicationmodel.datatransfer.clipboard.aspx
  2. Gary Mathews 2015-07-29

    PR: https://github.com/appcelerator/titanium_mobile_windows/pull/397
  3. Lee Morris 2017-03-16

    Closing ticket as fixed.

JSON Source