javascript - Custom text selection color in webview -
problem:
we want change color of webview textselection shows same color user releases touch. have done highlight part cant find great solution changing selection color.
tried mehods:
- ::selection css : works desktop browser not android webview.
- manually draw selection area in ondraw: quite troublesome, since have manage coordinates ourself.
note:
i have seen many ebook reader apps(kindle, ibooks, aldiko, moon+reader) have feature cant find solution this.
anyone has solution please advise. thanks
it hardly browser-dependant. in lot of browser doesn't work, in others goes different. problem same outline-on-active frame in chrome.
Comments
Post a Comment