GithubHelp home page GithubHelp logo

vietpv / ane-defersystemgestures Goto Github PK

View Code? Open in Web Editor NEW

This project forked from digitalstrawberry/ane-defersystemgestures

0.0 2.0 0.0 16 KB

Adobe AIR native extension for deferring system gestures on iOS

License: MIT License

ActionScript 20.29% Objective-C 30.98% C 48.74%

ane-defersystemgestures's Introduction

ANE-DeferSystemGestures

A simple native extension for deferring system gestures on iOS 11+.

Getting started

Download the ANE from the releases page and add it to your app's descriptor:

<extensions>
    <extensionID>com.digitalstrawberry.ane.deferSystemGestures</extensionID>
</extensions>

API Overview

The native API is supported on iOS 11+ only. Use the isSupported getter to check for device support:

if(DeferSystemGestures.instance.isSupported)
{
    ...
}

If the API is supported, use the setScreenEdges method to specify the screen edges for which you want your gestures to take precedence over the system gestures. For example, setting it to ScreenEdges.TOP will prevent the notification center from sliding in when the user is interacting with the app near the top of the screen:

DeferSystemGestures.instance.setScreenEdges(ScreenEdges.TOP);

You can also combine multiple screen edges using the bitwise or operator:

DeferSystemGestures.instance.setScreenEdges(ScreenEdges.TOP | ScreenEdges.BOTTOM);

Changelog

February 12, 2018 (v1.0.0)

  • Public release

ane-defersystemgestures's People

Contributors

marpies avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.