私はこの人が説明しているのと同じ問題を抱えています。showPageLoadingMsg() のスピナーは決して回転しません! 誰も彼の質問に答えなかったので、私には何もすることがありません。A 何かアイデアはありますか?
$.mobile.loadingMessageTextVisible = true;
$.mobile.loadingMessage = "please wait...";
$.mobile.showPageLoadingMsg();
編集: jquery mobile と jquery をページに含めるために使用しているコードは次のとおりです。
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.min.css" />
<script src="http://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.min.js"></script>