javascript - White spaces between spans while selecting on Android Browser -


i tried wrap each word in span later processing when select of them on desktop browser, seems normal.

however, when open link on android browser, gives random vertical white space between span while select text annoying

note: may happen on safari ios too.

<body>     <span>this</span>     <span> is</span>     <span> </span>     <span> sentence</span>     <span> where</span>     <span> each </span>     <span> word</span>     <span> </span>     <span> inside</span>     <span> a</span>     <span> span</span> </body>  

enter image description here


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -