Describe position parameter in readme

This commit is contained in:
VincentRoth 2016-06-30 10:00:49 +02:00 committed by GitHub
parent dc22bc583a
commit dbc778663e

View File

@ -27,8 +27,11 @@ 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
-------- --------