JQM を使用してモバイル サイトで作業していますが、Android バージョン 4 以降の本文テキストの設定に問題があります。住所と件名が機能します。
これがコードです。
var shareEmail = "mailto:"+thisAddress+"?&subject=" + encodeURIComponent(+thisSubject) + "&body=" + encodeURIComponent(thisBody);
以前のバージョンでは問題なく動作します。
助言がありますか。