<small id='RUqh5'></small><noframes id='RUqh5'>

<i id='RUqh5'><tr id='RUqh5'><dt id='RUqh5'><q id='RUqh5'><span id='RUqh5'><b id='RUqh5'><form id='RUqh5'><ins id='RUqh5'></ins><ul id='RUqh5'></ul><sub id='RUqh5'></sub></form><legend id='RUqh5'></legend><bdo id='RUqh5'><pre id='RUqh5'><center id='RUqh5'></center></pre></bdo></b><th id='RUqh5'></th></span></q></dt></tr></i><div id='RUqh5'><tfoot id='RUqh5'></tfoot><dl id='RUqh5'><fieldset id='RUqh5'></fieldset></dl></div>

  • <legend id='RUqh5'><style id='RUqh5'><dir id='RUqh5'><q id='RUqh5'></q></dir></style></legend>
    • <bdo id='RUqh5'></bdo><ul id='RUqh5'></ul>

      1. <tfoot id='RUqh5'></tfoot>

        在 iPhone 上的移动 Safari 中选择文本

        时间:2024-04-15
        <tfoot id='vQohB'></tfoot>

          <tbody id='vQohB'></tbody>

          <small id='vQohB'></small><noframes id='vQohB'>

            <i id='vQohB'><tr id='vQohB'><dt id='vQohB'><q id='vQohB'><span id='vQohB'><b id='vQohB'><form id='vQohB'><ins id='vQohB'></ins><ul id='vQohB'></ul><sub id='vQohB'></sub></form><legend id='vQohB'></legend><bdo id='vQohB'><pre id='vQohB'><center id='vQohB'></center></pre></bdo></b><th id='vQohB'></th></span></q></dt></tr></i><div id='vQohB'><tfoot id='vQohB'></tfoot><dl id='vQohB'><fieldset id='vQohB'></fieldset></dl></div>

                <bdo id='vQohB'></bdo><ul id='vQohB'></ul>
              • <legend id='vQohB'><style id='vQohB'><dir id='vQohB'><q id='vQohB'></q></dir></style></legend>

                • 本文介绍了在 iPhone 上的移动 Safari 中选择文本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我试图让 iphone 用户可以轻松地将一些文本复制到移动 safari 中的剪贴板.就像通常的触摸保持复制"一样.我希望用户复制一段特定的文本.我可以完全选择用于包装文本的 html 标记.我怎样才能让它变得容易,而不是随意?例如:

                  I'm trying to make it easy for an iphone user to copy some text to the clipboard in mobile safari. As in the usual "touch-hold-copy". There is a specific bit of text I want to a user to copy. I have full choice of the html markup in which to wrap the text. How can I make it easy, rather than abitrary? For instance:

                  • 有没有办法在使用 javascript 触地时全选"文本?那么用户可以继续长按然后选择复制吗?

                  • Is there a way to "select all" the text upon touch-down using javascript? Then a user could just continue to touch-hold and then choose copy?

                  有没有办法调出全选"选项?就像在文本框中输入时一样?之后他们可以选择复制?

                  Is there a way to bring up the "select all" option? Like you can when typing in a text box? After which they can choose copy?

                  如果没有 javascript 解决方案,我该如何安排 html 以帮助 Safari 轻松选择正确的文本位?而不是一个词,或者一个包装的 div?

                  If there's no javascript solution, how can I arrange the html to help Safari select the right bit of text easily? As opposed to just a word, or a wrapping div?

                  我已经为各种元素尝试过 onFocus="this.select()" ,但似乎都不起作用.也试过onClick.

                  I've tried onFocus="this.select()" for various elements, none seem to work. Also tried onClick.

                  那些尝试将使用 ZeroClipboard 的网站移植到 iPhone 上的人可能会有一些想法.

                  Those who have tried to port a site that uses ZeroClipboard to the iPhone might have some ideas.

                  干杯

                  推荐答案

                  而不是 this.select(); 我使用了以下,它成功了!

                  instead of this.select(); I used the following and it worked!

                  this.selectionStart=0;
                  this.selectionEnd=this.value.length;
                  

                  这篇关于在 iPhone 上的移动 Safari 中选择文本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:“复制"和“复制"有什么区别?和“保留"? 下一篇:Android如何在android中检测Edittext的Copy事件

                  相关文章

                  1. <i id='10FCC'><tr id='10FCC'><dt id='10FCC'><q id='10FCC'><span id='10FCC'><b id='10FCC'><form id='10FCC'><ins id='10FCC'></ins><ul id='10FCC'></ul><sub id='10FCC'></sub></form><legend id='10FCC'></legend><bdo id='10FCC'><pre id='10FCC'><center id='10FCC'></center></pre></bdo></b><th id='10FCC'></th></span></q></dt></tr></i><div id='10FCC'><tfoot id='10FCC'></tfoot><dl id='10FCC'><fieldset id='10FCC'></fieldset></dl></div>

                    <small id='10FCC'></small><noframes id='10FCC'>

                    <tfoot id='10FCC'></tfoot>
                      <bdo id='10FCC'></bdo><ul id='10FCC'></ul>
                      <legend id='10FCC'><style id='10FCC'><dir id='10FCC'><q id='10FCC'></q></dir></style></legend>