We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 720cd01 + 0477577 commit 1061b46Copy full SHA for 1061b46
README.md
@@ -42,7 +42,7 @@ Info: Shared files should be in the `documents` path.
42
43
this.shareFile.open( {
44
path: this.path,
45
- intentTitle: 'Open text file with:', // optional Android
+ title: 'Open text file with:', // optional Android
46
rect: { // optional iPad
47
x: 110,
48
y: 110,
@@ -66,7 +66,7 @@ Path to the file which will be shared.
66
`String`: Required
67
68
69
-#### intentTitle
+#### title
70
Title for the intent on Android.
71
72
`String`: (Optional)
@@ -89,4 +89,4 @@ Default: `false`.
89
Opening animation for iOS devices.
90
91
`Boolean`: (Optional)
92
-Default: `false`.
+Default: `false`.
0 commit comments