In my Master Page, I am adding either the jQuery or jQuery Mobile script file, depending on if the user is browsing from a mobile device. I have discovered that jQuery Mobile does not play well with the ASP.Net AJAX UpdateProgress control.
On some of my pages where I am using an UpdatePanel, the UpdateProgress control will not go away after partial-page postbacks in the UpdatePanel. However, if I just use the normal jQuery script, it works fine.
I would just use the regular jQuery script file, but many of the jQuery plugins I have implemented do not work on mobile devices. For example, I am using an input mask plugin for some textboxes, and it will not let me type in them when mobile.
Any suggestions?