I have a jQuery modal with a message and a "OK" button with the class, "simplemodal-close" .
It closes the modal on desktop browsers and android devices.
It fails on iPhone 5s and iPhone 6s with iOS version 8. It works on those devices once the browser is minimised and brought back to view.
This is how i am opening the modal:
JQ('#alertPopup').modal({appendTo : '#customPop'});
Why does it behave like this? Any solution ?