Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
入力フィールドの値をコピーできません。
この手順を試しました。
fiddle1 はテキストをコピーできます。(Zepto.jsをロードしない)
fiddle2 はテキストをコピーできません。(Zepto.jsをロード)
その理由はゼプトにあると思います。
あなたはそれについて何か知っていますか?
コードを投稿しなかったため、問題や解決策を理解できるかどうかはわかりませんが、Zepto(またはjQuery)を使用すると、次のような入力値が得られます。
var userInput = $('#input_id').val() // then you can do whatever with it, like writing it to an alert alert(userInput)