JBWebViewController icon indicating copy to clipboard operation
JBWebViewController copied to clipboard

A modal view controller for showing websites - inspired by the Facebook app

Results 11 JBWebViewController issues
Sort by recently updated
recently updated
newest added

Fix Progress View loading stuck on certain condition after finished or failed loading

All apps I have used is crashing in latest iOS 11.3 & onwards. Note: I have uploaded apps on iOS 8 before.

> In order to display JBWebViewController in a more native view , I added some method and change some code of the origin issue. - Added: ``` objectivec typedef enum...

Hi ! I'm using your lib in one of my apps. Is there an option to hide the "share" bar button item ? Thanks Fred

Not showing close button and back buttons

Hi, Thanks for the lib! Actually, I can see here a small issue regarding images instantiation, so I’ve fixed this and create the pull request for you. Regards, Oleg

Images were missed while using cocoapods integration with use_frameworks option: http://blog.cocoapods.org/Pod-Authors-Guide-to-CocoaPods-Frameworks/

hi guys im trying to get it to wotk with swift and it is working only problam is the bar button items dosnt show up, no matter what i cant...

In order to be able to use the JBWebViewController from within a storyboard, for example via a segue, setup needs to be called from awakeFromNib. This PR takes care of...