UNLIMITED JAVA

WEB技術や普段の生活のブログ

2010-04-01から1ヶ月間の記事一覧

MonotouchのUIwebviewでURLとタイトルを調べる

string url = webView.EvaluateJavascript("document.URL") ; string title = webView.EvaluateJavascript("document.title") ;objective-c だと stringByEvaluatingJavaScriptFromString を使うので、名前が短くなって使い易いb 直接 webView.Titleとかで…