回答編集履歴
1
追記
answer
CHANGED
@@ -9,4 +9,11 @@
|
|
9
9
|
|
10
10
|
|
11
11
|
この辺を試してみてはいかがでしょうか。
|
12
|
-
[Escape Codec Library: ecl.js](http://www.junoe.jp/downloads/itoh/enc_js.shtml)
|
12
|
+
[Escape Codec Library: ecl.js](http://www.junoe.jp/downloads/itoh/enc_js.shtml)
|
13
|
+
|
14
|
+
|
15
|
+
|
16
|
+
#####追記
|
17
|
+
調べてみたところ、こういうbugfixがあったようです。
|
18
|
+
[https://github.com/jquery/jquery-mobile/issues/8299](https://github.com/jquery/jquery-mobile/issues/8299)
|
19
|
+
この`convertUrlToDataUrl`はURLのサーチクエリ文字列も含まれていますので、そこを修正するしかなさそうですね。
|