You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Prior to 1.7.2 $.support.touch was being set in jquery.mobile.support.js.
But it's gone. Vanished without a trace.
Problem is, third-party plugins need it. Yes, they can work-around, but this seems rather fundamental. A test is done in events/touch.js Why not put it somewhere accessible so that third-party plugins can make sure they are using the same test as JQM?
Can this be put back?
It's still referenced in the scrollview plugin. I realize scrollview is deprecated. Either the support option should be put back or scrollview should be dropped, since it's now broken without this support variable.