Bootstrap modal fade is working perfectly on Chrome/Internet Explorer, but it doesn\'t work on the iPhone/Safari. Does someone a solution for this issue?
&l
I found this answer that solved the problem for me. The problem is that iOs doesn't realize that the tag is clickable.
Create a CSS style as follows:
.clickable { cursor: pointer; }
In your modal code, add the clickable class:
Delete