btate / BTAndroidWebViewSelection

Example user selection for android web views.
313 stars 126 forks source link

CAB comes up context menu as well in lollipop device #30

Open androidvsourz opened 8 years ago

androidvsourz commented 8 years ago

Hello there,

i am facing trouble with lollipop device as when i try to select text from webView it shows CAB as well on top with Contextual Menu above selected text. Even it shows double selection draggers as well. Please help me out with it

Thanks,

bertrandserres commented 8 years ago

Have you found a solution for this problem ?

netomin commented 8 years ago

This is related to this issue : https://bugs.chromium.org/p/chromium/issues/detail?id=476536 The only way of fixing this is, as the chromium devs have suggested, to handle the touch events completely in javascript instead of javascript + onTouch events in webView. I haven't had the time to try to develop the 100% Javascript solution for my app, I'm living with that weird webView behavior for the moment.