uiwebview
iPhone - changing UIWebView background color behind the view (bouncing background)
I have a UIWebView with a black content. All my views and subviews are set to black background. When scr开发者_Python百科olling the webView to its top or bottom position, I can see a white background[详细]
2023-04-13 05:07 分类:问答webview loading pdf broken in ios5
I have the following simple code to display a pdf in a webview. I\'ve discovered that in iOS 5 the PDF wont display (shows up as white space with a black bar at the bottom). I have tried different PDF[详细]
2023-04-13 04:53 分类:问答Removing hyper links from a URL shown in UIWebView
I am making an app which has a section for latest company news.Basically the plan was initially to use ASIHTTPRequest to extract all the HTML, search through it for tags then pull the information out[详细]
2023-04-13 04:51 分类:问答How to Save Web Pages and Blogs for Offline Reading in iPhone
I need to save the contents of blogs loaded on the webview for offline reading. Does webview support caching and if it does, how much is the size it can cache? Currently I am loading the webview as fo[详细]
2023-04-13 03:19 分类:问答UIWebView Text Highlighting solution
Has anyone found a solution for highlighting user-selected blocks of text in a UIWebView? I have a partial solution in place, however I have been unable to get it to work when the 开发者_StackOverflo[详细]
2023-04-13 01:32 分类:问答UITextField to UIWebView Form?
How can I set up a U开发者_运维百科ITextField, so that when a user inputs data into that UITextField - that data will be input into the UIWebView form and be submitted?[详细]
2023-04-12 21:38 分类:问答iOS5, uiwebview, and video
Does anyone know why the following, that worked so well all the way to 4.3, now doesn\'t work with the iOS5 SDK (and is there a way to get it to work)?I have a general purpose video player that uses t[详细]
2023-04-12 21:02 分类:问答UIWebView starts with white border at bottom
I have a UIWebview in an universal app that starts with a white border at the bottom, when starting the app in Portrait Mode. In landscape it works.[详细]
2023-04-12 18:08 分类:问答HTML5 video on iOS5 not loading/showing
I have an HTML/JS app running in a webview in an iPad app. The app uses the HTML5 video tag. Videos work fine in iOS4.3 but today I\'ve tested on iOS5 and the videos simply do not show up.[详细]
2023-04-12 14:12 分类:问答Is it possible to simulate UITouch on UIWebView?
I want to generate touch and then transmit to UIWe开发者_如何学CbView. Is it possible? I don\'t want use any private SDK.Take a look at this http://cocoawithlove.com/2008/10/synthesizing-touch-event-o[详细]
2023-04-12 13:23 分类:问答