I need someone else to confirm this. It seems when an audio tag is loaded in a jqm dialog, the entire dialog (or parts) disappear from view, but it only happens on mobile safari (and maybe mobile chrome).
It seems buggy, because I got it to work once, but hereafter the dialog has disappeared from view. Or rather, gone transparent, because I can click where the play button SHOULD be, and it will play/pause.
I've been pulling my hair out about this one. My forms submitted with AJAX with version a3, but all of a sudden well... it's not. My login form specifically is submitting without AJAX, here's the code as rendered in raw html:
Any thoughts, or does anything stand out immediately?
UPDATE:
On a whim, I decided to remove the absolute url from the front of the action, so it read like 'action="/process_login"'. And it started submitting via AJAX again.
Is this a bug or was it intentional? Does putting an absolute url on ANYTHING make jqm assume that it's an external reference, and therefore not submit with AJAX?