DZNWebViewController
DZNWebViewController copied to clipboard
A simple web browser for iPhone & iPad with similar features than Safari's
Hi, Im trying submit my app with this library, but Apple rejected it with the error message: ``` Dear Developer, We identified one or more issues with a recent delivery...
- Cleanup Pod files by adding the Pods directory to .gitignore (a 'pod install' will be needed after cloning, but this reduces clutter in the repo generated by the Sample...
See the photo below. When I scroll the web view down, the iOS status bar overlaps with the WebView's top bar. It looks bad!  
Hi, I am loading a website url in DZNWebView, the project is in swift. I am facing a weird issue where, the url load nicely initially and the delegate methods...
I have a tableview with 3 rows each with a button. When the user clicks on the button it opens up your view controller in a modal. What's weird is...
Hi How to open url with post method in dznwebviwe? Thanks.
toolbar is blocking the bottom of website content
Error: *** Skipped building DZNWebViewController due to the error: Dependency "DZNWebViewController" has no shared framework schemes
Hello there, I am getting several warnings since i updated my Xcode Version: ``` .../Pods/DZNWebViewController/Source/Classes/DZNWebViewController.m:69:1: Method possibly missing a [super awakeFromNib] call .../Pods/DZNWebViewController/Source/Classes/DZNWebViewController.m:224:13: Logical not is only applied to the...
I can't find how to put a button to dismiss the web view after it's loaded. Any ideas?