Модальное окно Bootstrap не работает на iPhoneJquery

Программирование на jquery
Гость
Модальное окно Bootstrap не работает на iPhone

Сообщение Гость »


Это модальное окно:

Код: Выделить всё




{% csrf_token %}

[i]place[/i]

[h4]Test[/h4]



[i]date_range[/i]
{{ agresionForm.fecha }}



Insertar
Cancelar





I open it with:

Код: Выделить всё

$("#modalInsertAgression").show();
It does not work on iPhone, when the modal appears the background keeps black and it lost the focus, you can not click in the modal or the buttons.

Edit: The modal only works with

Код: Выделить всё

$("#modalInsertAgression").modal({backdrop: false});
but I do not want to lose the black background...[/b]


Источник: https://stackoverflow.com/questions/494 ... -on-iphone

Вернуться в «Jquery»