{"id":18258145,"url":"https://github.com/sidneys/cordova-plugin-progressview","last_synced_at":"2026-03-10T07:04:47.979Z","repository":{"id":23631071,"uuid":"27000802","full_name":"sidneys/cordova-plugin-progressview","owner":"sidneys","description":"Cordova+PhoneGap Extension for displaying a native determinate progress dialog.","archived":false,"fork":false,"pushed_at":"2018-06-05T07:51:10.000Z","size":7912,"stargazers_count":7,"open_issues_count":10,"forks_count":19,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-04T18:39:04.173Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/sidneys.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":"2014-11-22T14:11:36.000Z","updated_at":"2018-01-03T08:34:35.000Z","dependencies_parsed_at":"2022-08-22T03:30:33.192Z","dependency_job_id":null,"html_url":"https://github.com/sidneys/cordova-plugin-progressview","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sidneys/cordova-plugin-progressview","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sidneys%2Fcordova-plugin-progressview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sidneys%2Fcordova-plugin-progressview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sidneys%2Fcordova-plugin-progressview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sidneys%2Fcordova-plugin-progressview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sidneys","download_url":"https://codeload.github.com/sidneys/cordova-plugin-progressview/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sidneys%2Fcordova-plugin-progressview/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30326893,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T05:25:20.737Z","status":"ssl_error","status_checked_at":"2026-03-10T05:25:17.430Z","response_time":106,"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-11-05T10:29:19.011Z","updated_at":"2026-03-10T07:04:47.955Z","avatar_url":"https://github.com/sidneys.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cordova Progress View Plugin\n=======================\n\nCordova+PhoneGap Extension for displaying a native determinate progress dialog.\n\n=======================\n\n# Contents\n\n1. [Description](#description)\n2. [Platforms](#platforms)\n3. [Installation](#installation)\n4. [Usage](#usage)\n5. [API](#api)\n\n=======================\n\n## Description\n\nSmall Plugin for displaying a native progress dialog. Ideal for synchronous operations (downloading, zipping). Runnning on a background thread.\n\n=======================\n\n## Platforms\n\n* iOS, 7.1.2+\n* Android, 4.0.0+\n\n=======================\n\n## Installation\n\nVia Cordova CLI:\n```bash\ncordova plugin add https://github.com/SidneyS/cordova-plugin-progressview.git\n```\n\n=======================\n\n## Usage\n\n1. Wait for `deviceReady`.\n2. `show()` the native progress dialog.\n2. Update progress via `setProgress()`.\n3. `hide()` the native progress dialog.\n\n=======================\n\n## API\n\n### show()\n\n```javascript\nProgressView.show: function (progressLabel, progressType, progressTheme)\n```\nShows a progress dialog.\n\n* params\n * progressLabel - Text description of current operation.\n * progressType - Type of dialog -  \"CIRCLE\" (Default), \"HORIZONTAL\"\n * progressTheme - Visual Theme (Android only) - \"DEVICE_LIGHT\" (Default), \"TRADITIONAL\", \"DEVICE_DARK\", \"HOLO_DARK\", \"HOLO_LIGHT\"\n\n### setProgress()\n\n```javascript\nProgressView.setProgress: function (progressPercentage)\n```\nUpdates displayed progress dialog percentage.\n\n* params\n * progressPercentage - Floating point value (0.1 - 1.0), representing the percentage to be displayed.\n\n### hide()\n \n```javascript\nProgressView.hide: function ()\n ```\nHides progress dialog.\n\n * params\n  * progressPercentage - Floating point value (0.1 - 1.0), representing the percentage to be displayed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsidneys%2Fcordova-plugin-progressview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsidneys%2Fcordova-plugin-progressview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsidneys%2Fcordova-plugin-progressview/lists"}