How to add a image button to a web view programmatically using image tag in iPhone
I want to add a button to a bottom corner of the view after all the content is displayed. how can I add the image tag to loadHtmlString at the bottom right c开发者_JAVA技巧orner of the web view.
Set the button in the html itself under button tag and on its click event set the javascript that calls a function in iPhone. or take a button in html tag ad set its type as submit. and from iPhone code you can get the submit button method in webview.
Try exploring webViews Property.
hAPPY cODING...
精彩评论