Titanium.UI.WebView.evalJS

Function of Titanium.UI.WebView.
Platform Since
Android 0.8
iPhone 0.8
iPad 0.8
Mobile Web 1.8

Summary

invoke JavaScript inside the context of the webview and optionally, return a result

Arguments

Name Type Summary
content String

JavaScript code as a string. The code will be evaluated inside the webview context.

Return Type

String