Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1010 Bytes

File metadata and controls

20 lines (13 loc) · 1010 Bytes

Native Page Transitions Cordova / PhoneGap Plugin

by Telerik and forked by Mendix

This fork is to overcome the deprecation warning and eventual iOS App Store rejection of UIWebView code being present in the code. See April 2020 App Store Deprecation for more info. It assumes that the WKWebViewOnly preference is already applied on the project hence all instances of UIWebView has been removed.

WARNING: This plugin is no longer maintained, and we now recommend using NativeScript as you get native transitions (and UI) out of the box.

Using the Cordova CLI?

cordova plugin add com.telerik.plugins.nativepagetransitions

Using PGB?

<plugin name="com.telerik.plugins.nativepagetransitions" source="https://github.com/mendix/cordova-plugin-secure-storage.git" />

The MIT License (MIT)