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
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 all threads took: 36.414ms
p W/cr.BindingManager﹕ Cannot call determinedVisibility() - never saw a connection for the pid: 7138
I/BTWebView﹕ scale 2.0
I/chromium﹕ [INFO:CONSOLE(1)] "Uncaught TypeError: Cannot read property 'startTouch' of undefined", source: (1)
W/cr.BindingManager﹕ Cannot call determinedVisibility() - never saw a connection for the pid: 7138
I/BTWebView﹕ scale 2.0
p determinedVisibility() - never saw a connection for the pid: 7138
/chromium﹕ [INFO:CONSOLE(1)] "Uncaught TypeError: Cannot read property 'startTouch' of undefined", source: (1)
I/chromium﹕ [INFO:CONSOLE(1)] "Uncaught TypeError: Cannot read property 'longTouch' of undefined", source: (1)
I/chromium﹕ [INFO:CONSOLE(1)] "Uncaught TypeError: Cannot read property 'apdAdmin' of null", source: (1)
I/chromium﹕ [INFO:CONSOLE(12)] "Uncaught TypeError: $(...).sidr is not a function", source: http://m.hindustantimes.com/res/mobile/js/customStories.js (12)
I/chromium﹕ [INFO:CONSOLE(570)] "Uncaught TypeError: $(...).easyResponsiveTabs is not a function", source: http://m.hindustantimes.com/india/pak-appeals-to-us-to-play-role-in-resolving-kashmir-issue/story-JC4RUWw7maxRpXJqnidg1J.html (570)
The text was updated successfully, but these errors were encountered:
There are some javascript files in the example project that you need to use in order for this to work. The web view has a javascript interface that communicates with the web page via the javascript files.
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 all threads took: 36.414ms
p W/cr.BindingManager﹕ Cannot call determinedVisibility() - never saw a connection for the pid: 7138
I/BTWebView﹕ scale 2.0
I/chromium﹕ [INFO:CONSOLE(1)] "Uncaught TypeError: Cannot read property 'startTouch' of undefined", source: (1)
W/cr.BindingManager﹕ Cannot call determinedVisibility() - never saw a connection for the pid: 7138
I/BTWebView﹕ scale 2.0
p determinedVisibility() - never saw a connection for the pid: 7138
/chromium﹕ [INFO:CONSOLE(1)] "Uncaught TypeError: Cannot read property 'startTouch' of undefined", source: (1)
I/chromium﹕ [INFO:CONSOLE(1)] "Uncaught TypeError: Cannot read property 'longTouch' of undefined", source: (1)
I/chromium﹕ [INFO:CONSOLE(1)] "Uncaught TypeError: Cannot read property 'apdAdmin' of null", source: (1)
I/chromium﹕ [INFO:CONSOLE(12)] "Uncaught TypeError: $(...).sidr is not a function", source: http://m.hindustantimes.com/res/mobile/js/customStories.js (12)
I/chromium﹕ [INFO:CONSOLE(570)] "Uncaught TypeError: $(...).easyResponsiveTabs is not a function", source: http://m.hindustantimes.com/india/pak-appeals-to-us-to-play-role-in-resolving-kashmir-issue/story-JC4RUWw7maxRpXJqnidg1J.html (570)
The text was updated successfully, but these errors were encountered: