About popup and select menu in IOS9
There is a problem:
When a select menu / popup is first activated, it appears, and then is hidden.
I find a solution that's tell me to set
$.mobile.hashListeningEnabled = false, but it cause a side effect. When the popup was closed by user, it can not open again at that page.
What can I do?
It's work before ios9 or android platform.