nebree8 / nebree8.com

nebree8.com
0 stars 1 forks source link

Make name dialog modal for iOS 9.1. #45

Closed audiodude closed 8 years ago

audiodude commented 8 years ago

The problem was apparently that the click/tap event for the name input was being misattributed and leading to the dialog getting dismissed. Turning of clickToClose and escapeToClose fixed it.

This is suboptimal for other platforms, but is a much cheaper fix than upgrading ng-material and not knowing if it's even going to provide relief.