Hello Everyone,
I've developed an application called Clip board, Clip board is an app that allows users to copy links and text directly to the clipboard using the share menu (share contract), for example you could copy the link of an Instagram post to your clipboard directly from the Instagram share button (or 6tag), or a story from Flipboard by pressing the share button of that story. The application also contains a history list that allows users to view their clipboard history when they open the app, from there they could either copy an item, or remove it from history.
Additionally developers working on Windows Phone 8.1 apps could now access the clipboard API using this app by calling a specific URI (clipboard:?Text="insert text here without quotes").
Developers interested could find a tutorial, along with a sample project here at this link
https://code.msdn.microsoft.com/Accessing-the-Clipboard-d0206901
You could also find the app on the Windows Phone Store by going to this link:
Clip board | Windows Phone Apps+Games Store (United States)
Hope you like the app and find it useful, feedback would be appreciated.
I've developed an application called Clip board, Clip board is an app that allows users to copy links and text directly to the clipboard using the share menu (share contract), for example you could copy the link of an Instagram post to your clipboard directly from the Instagram share button (or 6tag), or a story from Flipboard by pressing the share button of that story. The application also contains a history list that allows users to view their clipboard history when they open the app, from there they could either copy an item, or remove it from history.
Additionally developers working on Windows Phone 8.1 apps could now access the clipboard API using this app by calling a specific URI (clipboard:?Text="insert text here without quotes").
Developers interested could find a tutorial, along with a sample project here at this link
https://code.msdn.microsoft.com/Accessing-the-Clipboard-d0206901
You could also find the app on the Windows Phone Store by going to this link:
Clip board | Windows Phone Apps+Games Store (United States)
Hope you like the app and find it useful, feedback would be appreciated.