Method: UIWebView#eval_js
- Defined in:
- lib/ios/sugarcube-ui/uiwebview.rb
#eval_js(str) ⇒ Object
3 4 5 |
# File 'lib/ios/sugarcube-ui/uiwebview.rb', line 3 def eval_js(str) self.stringByEvaluatingJavaScriptFromString str end |
3 4 5 |
# File 'lib/ios/sugarcube-ui/uiwebview.rb', line 3 def eval_js(str) self.stringByEvaluatingJavaScriptFromString str end |