The selection project stops working as we load a dynamic web page. It does not perform any action on the long click. What i did : I just made some changes
BtWebView.java : in setup() changed the line : this.loadUrl("http://www.google.com") and run the project after giving the network permissions. It loads the web page and then I tried to select the text then found that nothing happen after the long touch event.
The selection project stops working as we load a dynamic web page. It does not perform any action on the long click. What i did : I just made some changes