Skip to content
Snippets Groups Projects
Unverified Commit e922197a authored by Rich M's avatar Rich M Committed by GitHub
Browse files

Notes on jquery-ui dialog and close button

parent 44205e83
Branches
No related tags found
No related merge requests found
Whilst implementing this, we noticed that on some mobile phones there were still some issues:
a) If you have a jquery-ui dialog box open, it could be nigh impossible to use the close icon in the top right hand
corner on some phones.
After some experimentation, we found that we had to check if the screen size <= 480 and in that case, set the dialog
"draggable" setting to false
Presumably the phone was struggling to work out if we were trying to drag a box which might only be a couple of pixels smaller
than the width of the screen, or we wanted to hit the close icon.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment