You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
The text was updated successfully, but these errors were encountered:
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.
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,
The text was updated successfully, but these errors were encountered: