btate / BTAndroidWebViewSelection

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

Not working as the data loaded from a web address. #19

Open manmohansoni opened 11 years ago

manmohansoni commented 11 years ago

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

  1. 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.