开发者

Display html page in webview and get interact with that html page

Hi All can some one help me ,I am ne开发者_JAVA百科w to iPhone . My requirement is I have to display HTML Page in webview .So if i click one button then it should go to another view .So How i can i do it ,


Your button points to a whatever://dosomething URL, and your webview's delegate intercepts this in its webView:shouldStartLoadWithRequest:navigationType: method. Returning NO and doing something based on the URL should allow you to do what you're trying.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜