BTAndroidWebViewSelection
BTAndroidWebViewSelection copied to clipboard
Example user selection for android web views.
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...
i am working with btwebview to get the selected word but here problem is after some zoom i.e height and width params change but it is not selecting properly like...
i tried ## BTWebView web=new BTWebView(this); --- web.evaluateJavascript("javascript:android.selection.getRange();", new ValueCallback() { @Override public void onReceiveValue(String value) { Log.e("text",value); } }); cant able to select the test E/text﹕ null W/art﹕ Suspending...
Problem in loading Arabic content BTAndroidWebView
Hello, Nice job done by the developer which allows us to use maximum functionality on webView content. I have only one complain that when i try to select text, selection...
iam try to use your example and i want this.loadUrl(filePath); to change this.loadData(PAGE_HTML, "text/html","utf-8") -- PAGE_HTML is sample data and its look like ``` Lorem ipsum dolor sit amet, consectetur...
If used on a device that is not in English metrics, `float` values are represented by commas and not dots, i.e. `302.2` will appear as `302,2` in French for example....
Hi, First of all I really appreciate the hard work as this is a very nice tool which we have been using in our app. But the selection seems not...
Hi, first - good work! That's what I need. I wan't to highlight after click in menu - and it works perfectly on the emulator. On my galaxy S3 there...