{"id":18269798,"url":"https://github.com/geerlingguy/JJGWebView","last_synced_at":"2025-04-04T23:31:30.866Z","repository":{"id":139937445,"uuid":"1465833","full_name":"geerlingguy/JJGWebView","owner":"geerlingguy","description":"UIWebView class and example implementation for iOS Applications","archived":false,"fork":false,"pushed_at":"2012-09-01T18:33:31.000Z","size":667,"stargazers_count":35,"open_issues_count":4,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-02T12:38:54.859Z","etag":null,"topics":["app","iphone","library","objective-c","uiwebview"],"latest_commit_sha":null,"homepage":"http://www.midwesternmac.com/jjgwebview","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/geerlingguy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-03-10T22:57:59.000Z","updated_at":"2024-05-23T16:14:33.000Z","dependencies_parsed_at":"2023-03-11T18:11:50.115Z","dependency_job_id":null,"html_url":"https://github.com/geerlingguy/JJGWebView","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2FJJGWebView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2FJJGWebView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2FJJGWebView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2FJJGWebView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geerlingguy","download_url":"https://codeload.github.com/geerlingguy/JJGWebView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247266476,"owners_count":20910831,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["app","iphone","library","objective-c","uiwebview"],"created_at":"2024-11-05T11:37:14.475Z","updated_at":"2025-04-04T23:31:29.033Z","avatar_url":"https://github.com/geerlingguy.png","language":"Objective-C","readme":"# JJGWebView\n\n![JJGWebView Example on iPhone](https://github.com/geerlingguy/JJGWebView/raw/master/jjgwebview-example-resized.png)\n\nThis is an iPhone, iPod Touch, and iPad UIWebView implementation for reuse in\niOS Apps, highlighting methods and design for a usable and intuitive in-app\nbrowser.\n\n## Usage\n\nLook inside `JJGWebViewViewController.m` for implementation details. Basically,\nif you're using a Table View inside a Navigation Controller, you can just\npop a JJGWebView on your navigation stack, and the class will take care of the\nrest.\n\n    // Import JJGWebView.h (at the top of your class).\n    #import \"JJGWebView.h\"\n\n    // Open a link in JJGWebView.\n    JJGWebView *webViewToPush = [[JJGWebView alloc] initWithNibName:@\"JJGWebView\" bundle:nil];\n    webViewToPush.title = @\"Title Here\";\n    webViewToPush.webViewURL = [NSURL URLWithString:@\"http://www.example.com/\"];\n    [self.navigationController pushViewController:jjgWebView animated:YES];\n\nYou would normally do this inside a `didSelectRowAtIndexPath:` (in table view)\nor `calloutAccessoryTapped:` (in map view) method.\n\n## Issues\n\nPlease file bug reports, feature requests, and patches on GitHub:\nhttps://github.com/geerlingguy/JJGWebView/issues\n\n## More Information\n\nMore information: http://www.midwesternmac.com/jjgwebview","funding_links":[],"categories":["uiwebview"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeerlingguy%2FJJGWebView","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeerlingguy%2FJJGWebView","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeerlingguy%2FJJGWebView/lists"}