Skip to content

Instantly share code, notes, and snippets.

@64lines
Created April 18, 2014 03:57
Show Gist options
  • Save 64lines/11024235 to your computer and use it in GitHub Desktop.
Save 64lines/11024235 to your computer and use it in GitHub Desktop.
[CHROME API] - WebView Execute Code
function webViewExecuteCode() {
webview.executeScript({ code: "document.body.style.backgroundColor = 'red'" });
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment