From dbc778663e1c4b1d1ff606c3f80f42e465f8a63f Mon Sep 17 00:00:00 2001 From: VincentRoth Date: Thu, 30 Jun 2016 10:00:49 +0200 Subject: [PATCH] Describe position parameter in readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4393066..a4ec0b7 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,11 @@ Usage { error : function(){ }, success : function(){ } + position : [x, y] } ); + +`position` array of coordinates from top-left device screen, use for iOS dialog positioning Examples --------