tidev / titanium-web-dialog

Use the SFSafariViewController (iOS) and Chrome Pages (Android) in Titanium.
Other
30 stars 18 forks source link
android chrome-tabs cross-platform ios javascript native sfsafariviewcontroller titanium titanium-module

Titanium Web Dialog

Use the native SFSafariViewController (iOS) and Chrome Pages (Android) within Appcelerator Titanium.

Titanium Web Dialog

Requirements

iOS Note

The iOS part of this module is based on Ti.SafariDialog, which has been deprecated for a cross-platform solution. All API's of Ti.SafariDialog still work here and have been extended by more features over time.

Android Note

In order to use the close event on Android it is recommended to have a short delay between var WebDialog = require('ti.webdialog'); and WebDialog.open({}). Otherwise it might not fire the close event.

API's

Top-Level

Methods

Properties

Events

AuthenticationSession (iOS only)

Methods

Events

License

Apache 2.0

Author