Hi,
I try to code a twitter adapter for android (NEXUS5, SDK 3.2.0.GA).
This code from codebird since a couple of (weeks) doesn't work:
var pin = webView.evalJS('window.document.querySelector(\'kbd[aria-labelledby="code-desc"] > code\').innerHTML');The property
webView.html is null. Does anybody now the selector?
Cheers
Rainer