diff --git a/plugin.xml b/plugin.xml
index 162e272..0ba915c 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -27,7 +27,7 @@
-
+
diff --git a/src/ios/FileOpener2.m b/src/ios/FileOpener2.m
index 465b2a4..f57e256 100644
--- a/src/ios/FileOpener2.m
+++ b/src/ios/FileOpener2.m
@@ -88,7 +88,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
wasOpened = [docController presentPreviewAnimated: NO];
} else {
CDVViewController* cont = self.cdvViewController;
- CGRect rect = CGRectMake(0, 0, cont.view.bounds.size.width, cont.view.bounds.size.height);
+ CGRect rect = CGRectMake(cont.view.bounds.size.width, 0, cont.view.bounds.size.height, 0);
wasOpened = [docController presentOpenInMenuFromRect:rect inView:cont.view animated:YES];
}