You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-10Lines changed: 5 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,19 @@
1
1
# Titanium Web Dialog
2
2
3
-
Use the native `SFSafariViewController` (iOS) and `Chrome Pages` (Android) within Axway Titanium.
3
+
Use the native `SFSafariViewController` (iOS) and `Chrome Pages` (Android) within Appcelerator Titanium.
4
4
5
5
<imgsrc="./fixtures/example-screens.jpg"width="890"alt="Titanium Web Dialog" />
6
6
7
7
## Requirements
8
8
9
-
- Titanium SDK 7.0.0 or later (or use the [SDK-6-compatibility](https://github.com/appcelerator-modules/titanium-web-dialog/tree/SDK-6-compatibility) Titanium SDK 6.x)
9
+
- Titanium SDK 9.0.0 or later
10
10
- iOS 9+ and Android 4.1+
11
11
12
12
## iOS Note
13
13
14
14
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
15
15
still work here and have been extended by more features over time.
16
16
17
-
## Android Legacy Support
18
-
19
-
This module is designed to work with the latest platform API's that are covered by the Titanium SDK 7.0.0 and later.
20
-
If you want to use this module in Titanium SDK 6.x, please use the [this version](https://github.com/appcelerator-modules/titanium-web-dialog/raw/SDK-6-compatibility/android/legacy/ti.webdialog-android-1.0.0.zip).
21
-
22
17
## API's
23
18
24
19
### Top-Level
@@ -38,7 +33,7 @@ If you want to use this module in Titanium SDK 6.x, please use the [this version
38
33
* `fadeTransition` (Boolean, Android only)
39
34
* `enableSharing` (Boolean, Android only) - Enable Share... menu item to share link
40
35
* `closeIcon` (String, Android only) - image path to show as close-button icon
41
-
36
+
42
37
*`isSupported()` -> Boolean
43
38
*`isOpen()` (iOS only) -> Boolean
44
39
*`close()` (iOS only)
@@ -52,7 +47,7 @@ If you want to use this module in Titanium SDK 6.x, please use the [this version
52
47
#### Events
53
48
54
49
*`open` -> `success` (Boolean), `url` (String)
55
-
*`close` -> `success` (Boolean), `url` (String) - iOS only
50
+
*`close` -> `success` (Boolean), `url` (String)
56
51
*`load` -> `success` (Boolean), `url` (String) - iOS only
57
52
*`redirect` -> `url` (String) - iOS only
58
53
@@ -62,7 +57,7 @@ If you want to use this module in Titanium SDK 6.x, please use the [this version
0 commit comments