css - How to disable paragraph text selection on ios with ionic framework -


i have web app created ionic framework. have select text on ios safari , action on selected text.

problem: when want select word (by holding tap on ios) selects whole paragraph. depending on font size , paragraph length, it

  • sometimes select word,
  • sometimes select whole paragraph , allow modifying (decreasing) selection word
  • sometimes select whole paragraph , disallow modifying (decreasing). (can not select want)

here video demonstrating problem: http://screencast.com/t/zsrhyk1gjzy

question: how can disable paragraph selection , force word selection on ios safari? there should way conducting text selection behaviour. css or html trick.


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -