awkward / backbone.modal

A plugin for Backbone.js that simplifies creating modals for your application.
http://awkward.github.io/backbone.modal/
Other
362 stars 71 forks source link

Form is not visible on a tablet (mobile) device #66

Open andym2009 opened 9 years ago

andym2009 commented 9 years ago

All seems to work fine on my laptop (Chrome/Firefox/Safari) but when I try the same page using Safari on an iPad I get a completely blurred page and the modal form is not visible anywhere.

I cannot figure out how to control the positioning of the modal form using the library.

I managed to do it using jquery model forms as follows: position: {my: "center top", at: "center top", of: window}

`but, I can see no way to impose the same sort of control here. Other than that it was looking good.

Am I missing something, or is there something wrong with the positioning logic?