FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

alan89/TiScreenshotDetection: Detect when someone takes a screenshot in your Appcelerator Titanium iOS app. · GitHub

 
 

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#TiScreenshotDetection

Overview

Detect when someone takes a screenshot in your iOS app.

Important info

Due to an iOS restriction this module only triggeres an event after the screenshot was taken! It is no longer possible to prevent iOS from taking a screenshot!

Installation

Get it

Download the latest distribution ZIP-file and consult the Titanium Documentation on how install it, or simply use the gitTio CLI:

$ gittio install de.marcelpociot.screenshot

Usage

var screenshotdetection = require('de.marcelpociot.screenshot');
screenshotdetection.addEventListener("screenshotTaken",function(e)
{
	alert( "Screenshot taken!" );
});

About

Detect when someone takes a screenshot in your Appcelerator Titanium iOS app.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL