0

クイズの質問と回答のような android .epub に電子ブックを実装しました。質問を作成し、ユーザーが回答の値を入力するためのテキスト ボックスを追加します。サファリをチェックインすると正常に動作しますが、Google Playストアにアップロードされ、テキストボックスをチェックすると無効になり、タブレットでキーボードが開いていないテキストボックスをクリックすると.

コード:

<p class="number">1.&#160;&#160;&#160;&#160;Luke and his brothers were looking for horseshoe crabs in the swamp.<br/>Do you see the horseshoe crabs? What page can you find them on? <input type="color" name="Name" autofocus ="autofocus" onclick="iPadTouchHandler(event)" /><input type="text" class="sml_txt" value="sfsf" id="qs1" /><div class="qs1"><img src='../images/x_16.png' alt='image' class='qs1_wrong' /><img src='../images/tick_16.png' alt='image' class='qs1_tick' /></div></p> 

入力の検証用

$('#qs1').on('input', function() {   var qs1 = $('#qs1').val(); alert(qs1); });
4

0 に答える 0