mirror of
https://gitee.com/shuto/cordova-plugin-file-opener2.git
synced 2025-01-31 12:02:49 +08:00
Describe position parameter in readme
This commit is contained in:
parent
dc22bc583a
commit
dbc778663e
@ -27,9 +27,12 @@ Usage
|
|||||||
{
|
{
|
||||||
error : function(){ },
|
error : function(){ },
|
||||||
success : function(){ }
|
success : function(){ }
|
||||||
|
position : [x, y]
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
`position` array of coordinates from top-left device screen, use for iOS dialog positioning
|
||||||
|
|
||||||
Examples
|
Examples
|
||||||
--------
|
--------
|
||||||
Open an APK install dialog:
|
Open an APK install dialog:
|
||||||
|
Loading…
Reference in New Issue
Block a user