{"id":15328849,"url":"https://github.com/timbru31/cordova-plugin-detect-webview-engine","last_synced_at":"2025-04-15T02:53:24.093Z","repository":{"id":27097356,"uuid":"109886548","full_name":"timbru31/cordova-plugin-detect-webview-engine","owner":"timbru31","description":"🅰️ ⁉️ 🅱️ Apache Cordova plugin to determine whether the application is using UIWebView or WKWebView engine","archived":false,"fork":false,"pushed_at":"2025-04-14T23:51:33.000Z","size":638,"stargazers_count":6,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-15T02:53:18.099Z","etag":null,"topics":["cordova","cordova-ios-plugin","cordova-plugin","hacktoberfest","ionic","ionic-plugin","ios","javascript","phonegap","phonegap-plugin","swift","typescript","uiwebview","wkwebview","wkwebview-engine"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/cordova-plugin-detect-webview-engine","language":"JavaScript","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/timbru31.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["timbru31"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":"https://paypal.me/timbru/"}},"created_at":"2017-11-07T20:22:06.000Z","updated_at":"2025-03-27T14:09:50.000Z","dependencies_parsed_at":"2023-02-19T17:55:15.456Z","dependency_job_id":"8caf63fa-4b1e-46c7-8028-7a295ad9385f","html_url":"https://github.com/timbru31/cordova-plugin-detect-webview-engine","commit_stats":{"total_commits":354,"total_committers":8,"mean_commits":44.25,"dds":0.423728813559322,"last_synced_commit":"1125b86d29967b6b0de92be8993cefdf2967d8d9"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timbru31%2Fcordova-plugin-detect-webview-engine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timbru31%2Fcordova-plugin-detect-webview-engine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timbru31%2Fcordova-plugin-detect-webview-engine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timbru31%2Fcordova-plugin-detect-webview-engine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timbru31","download_url":"https://codeload.github.com/timbru31/cordova-plugin-detect-webview-engine/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248997088,"owners_count":21195797,"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":["cordova","cordova-ios-plugin","cordova-plugin","hacktoberfest","ionic","ionic-plugin","ios","javascript","phonegap","phonegap-plugin","swift","typescript","uiwebview","wkwebview","wkwebview-engine"],"created_at":"2024-10-01T09:45:26.547Z","updated_at":"2025-04-15T02:53:24.076Z","avatar_url":"https://github.com/timbru31.png","language":"JavaScript","funding_links":["https://github.com/sponsors/timbru31","https://paypal.me/timbru/"],"categories":[],"sub_categories":[],"readme":"# cordova-plugin-detect-webview-engine\n\n[![Linting](https://github.com/timbru31/cordova-plugin-detect-webview-engine/workflows/Linting/badge.svg)](https://github.com/timbru31/cordova-plugin-detect-webview-engine/actions?query=workflow%3ALinting)\n[![Security](https://github.com/timbru31/cordova-plugin-detect-webview-engine/workflows/Security/badge.svg)](https://github.com/timbru31/cordova-plugin-detect-webview-engine/actions?query=workflow%3ASecurity)\n\n[![Known Vulnerabilities](https://snyk.io/test/github/timbru31/cordova-plugin-detect-webview-engine/badge.svg)](https://snyk.io/test/github/timbru31/cordova-plugin-detect-webview-engine)\n\n[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](https://commitizen.github.io/cz-cli/)\n[![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)\n[![npm](https://img.shields.io/npm/v/cordova-plugin-detect-webview-engine.svg)](https://www.npmjs.com/package/cordova-plugin-detect-webview-engine)\n\n#### Apache Cordova plugin to determine whether the application is using UIWebView or WKWebView engine\n\n### Supported platforms\n\n-   **iOS**\n\n### Installation\n\n#### from npm (recommended)\n\n`$ cordova plugin add cordova-plugin-detect-webview-engine`\n\n#### from git (unstable)\n\n`$ cordova plugin add https://github.com/timbru31/cordova-plugin-detect-webview-engine.git`\n\n### Usage\n\n#### Check for UIWebView\n\n```js\ncordova.plugins.webviewEngine.isUIWebView().then((isUIWebView) =\u003e {\n    // returns true or false\n});\n```\n\n#### Check for WKWebView\n\n```js\ncordova.plugins.webviewEngine.isWKWebView().then((isWKWebView) =\u003e {\n    // returns true or false\n});\n```\n\n---\n\nBuilt by (c) Tim Brust and contributors. Released under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimbru31%2Fcordova-plugin-detect-webview-engine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimbru31%2Fcordova-plugin-detect-webview-engine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimbru31%2Fcordova-plugin-detect-webview-engine/lists"}