uiwebview
Can I use username and password information from UITextFields to log onto a website in a UIWebView automatically?
I am currently trying to find a solution to this task. Essentially I have an initial UIView that asks for the users username and password for a specific site, this information would then get past onto[详细]
2023-04-12 12:33 分类:问答Displaying a PDF file into UIWebView
I want to display a pdf file in a UIWebView. My PDF is coming from a web service and I am able to store it in a documents directory successfully. But when I try to load the PDF url into my UIWebView,[详细]
2023-04-12 12:08 分类:问答How can I only reload my localHTML anytime it is visited with UIWebView?
I\'m making an iPhone app using xcode, but whenever the homepage (localHTML) is visited using the backbutton, the list item stays highlighted.My solution to this is to refresh the page whenever the lo[详细]
2023-04-12 09:00 分类:问答How to perform javascript only on certain URLS in a UIWebView
In my webViewDidFinishLoad method inside the UIWebViewController I have been trying to separate javascript calls so that they will only be performed on certain URLS. So far I have been trying a simple[详细]
2023-04-12 08:52 分类:问答Hall-of-mirrors effect when using UIView animations on the TV Out screen
I\'m doing an animation between two UIWebView\'s on the TV Out screen, and i get this effect both in the simulator and with a real device:[详细]
2023-04-12 06:20 分类:问答Facebook comments in iOS UIWebView
I\'m loading a URL from my own web site into a UIWebView in an iPhone app. This page has the Facebook Comments social plugin enabled. It was working beautifully two weeks ago, using the mobile friendl[详细]
2023-04-12 02:39 分类:问答contentScaleFactor has no effect on UIWebView
I am trying zoom my views with use of contentScaleFactor. From the root UIView, I set the the contentScaleFactor of subviews iteratively to 2.0 when double tap is detected. But after the zoom I found[详细]
2023-04-12 02:08 分类:问答iPhone 4 Pass JSON string to Javascript within a Web View
I know this is possible in Java with Javascript handler : graphView.addJavascriptInterface(handler, \"javahandler\");[详细]
2023-04-11 19:40 分类:问答javascript execution synchronization at UIWebView
I want to change properties (such as -webkit-text-size-adjust:, -webkit-column-gap, -webkit-column-width, etc) of the WebView Page at webViewDidFisnishLoad: deligate, using stringByEvaluatingJavaScrip[详细]
2023-04-11 17:57 分类:问答iOS UIWebView html builder?
With a UIWeb view, how do I build html?For instance, I have some header html.But then I want to inject a javascript and pass data into it.After I insert the javascript, I want to append the rest of th[详细]
2023-04-11 16:42 分类:问答