Top "Uiwebview" questions

A class used to display web content from within an iOS application.

How to autoplay a YouTube video in a UIWebView

I have seen a lot of posts in here about this issue, but still couldn't find a perfect answer for …

ios objective-c youtube uiwebview youtube-api
Using custom font in a UIWebView

I would like to display a custom font inside a UIWebView. I have already put the font in the plist …

ios uiwebview fonts true-type-fonts
Activity indicator with custom image

I am loading a UIWebView and in the meantime I wan't to show a blank page with this activity indicator …

ios objective-c uiwebview uiimageview uiactivityindicatorview
How to display the Authentication Challenge in UIWebView?

I am trying to access a secure website through UIWebView. When I access it through safari, i get an authentication …

http uiwebview basic-authentication
Insert CSS into loaded HTML in UIWebView / WKWebView

I am successfully able to get HTML content and display into my UIWebView. But want to customize the content by …

ios objective-c uiwebview wkwebview
Add an activity indicator on a uiwebview

I have a viewDidLoad which creates a web view and starts an activity indicator. How do I make the activity …

ios uiwebview ios7 uiactivityindicatorview
Loading a webpage through UIWebView with POST parameters

Is it possible to load a page through UIWebView with POST parameters? I can probably just load an embedded form …

iphone http uiwebview
iOS WebView remote html with local image files

Similar questions have been asked before, but I could never find a solution. Here is my situation - my UIWebView …

iphone html image uiwebview nsurlprotocol
How to Add "Write a Review" / "Rate Us" Feature to My App?

I wish to add some sort of a "Write a Review" or "Rate Us" feature to my app so my …

ios uiwebview popup review rate
How do I share files using share sheet in iOS?

I want to share some files I have locally in my app using Share Sheet functionality on iPhone. I display …

ios swift uiwebview ios-sharesheet