You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rubym...@googlegroups.com
No parameters are coming through to methods on the Javascript Interface when using a WebView
classTestJavascriptInterface __annotation__('@android.webkit.JavascriptInterface') def myMethod(arg) puts "arg: #{arg.inspect}"# shows arg: nil when called from inside the webview end end