{"id":17337540,"url":"https://github.com/zkrige/easyjswkwebview","last_synced_at":"2026-01-18T19:35:33.564Z","repository":{"id":44463083,"uuid":"70056330","full_name":"zkrige/EasyJSWKWebView","owner":"zkrige","description":"WKWebView implementation of EasJSWebView Javascript bridge","archived":false,"fork":false,"pushed_at":"2019-10-17T07:36:59.000Z","size":40,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-09-23T02:47:08.287Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zkrige.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-10-05T12:02:05.000Z","updated_at":"2022-07-11T09:49:42.000Z","dependencies_parsed_at":"2022-09-04T07:12:37.542Z","dependency_job_id":null,"html_url":"https://github.com/zkrige/EasyJSWKWebView","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/zkrige/EasyJSWKWebView","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zkrige%2FEasyJSWKWebView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zkrige%2FEasyJSWKWebView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zkrige%2FEasyJSWKWebView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zkrige%2FEasyJSWKWebView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zkrige","download_url":"https://codeload.github.com/zkrige/EasyJSWKWebView/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zkrige%2FEasyJSWKWebView/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28549466,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T19:22:41.102Z","status":"ssl_error","status_checked_at":"2026-01-18T19:22:26.310Z","response_time":98,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-10-15T15:35:17.206Z","updated_at":"2026-01-18T19:35:33.545Z","avatar_url":"https://github.com/zkrige.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EasyJSWKWebView\n\n[![Version](https://img.shields.io/cocoapods/v/EasyJSWKWebView.svg?style=flat)](http://cocoapods.org/pods/EasyJSWKWebView)\n[![License](https://img.shields.io/cocoapods/l/EasyJSWKWebView.svg?style=flat)](http://cocoapods.org/pods/EasyJSWKWebView)\n[![Platform](https://img.shields.io/cocoapods/p/EasyJSWKWebView.svg?style=flat)](http://cocoapods.org/pods/EasyJSWKWebView)\n\n## Example\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\n```html\n\u003chtml\u003e\n\u003cbody\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cinput value=\"Press Me\" type=\"button\" onclick=\"JSInterface.test();\"\u003e\u003c/body\u003e\n\u003c/html\u003e\n```\n\n```swift\n\npublic class ClickCatcher : NSObject {\n\tpublic func test() -\u003e String{\n        return \"Clicked\"\n    }\n}\n\n\nlet interfaces = [\"JSInterface\" : ClickCatcher()];\nwebview = EasyJSWKWebView(frame: view.bounds, configuration: config, withJavascriptInterfaces: interfaces)\n```\n\n## Requirements\niOS8+\n\n## Installation\n\nEasyJSWKWebView is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod \"EasyJSWKWebView\"\n```\n\n## Swift\n\nThis library uses OBJC functions that are not transportable to SWIFT. If you are using this with swift, remember to tag your methods @objc so that the objc invoker can find them\n\n## Author\n\nZayin Krige, zkrige@gmail.com\n\n## License\n\nEasyJSWKWebView is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzkrige%2Feasyjswkwebview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzkrige%2Feasyjswkwebview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzkrige%2Feasyjswkwebview/lists"}