Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 3FC57200BE0 for ; Sat, 17 Dec 2016 15:05:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 3E6AF160B16; Sat, 17 Dec 2016 14:05:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 866CB160B14 for ; Sat, 17 Dec 2016 15:04:59 +0100 (CET) Received: (qmail 64658 invoked by uid 500); 17 Dec 2016 14:04:58 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 64647 invoked by uid 99); 17 Dec 2016 14:04:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Dec 2016 14:04:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 7DC712C03DE for ; Sat, 17 Dec 2016 14:04:58 +0000 (UTC) Date: Sat, 17 Dec 2016 14:04:58 +0000 (UTC) From: "jcesarmobile (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (CB-12263) Reflections for Cordova Apps MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 17 Dec 2016 14:05:00 -0000 [ https://issues.apache.org/jira/browse/CB-12263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jcesarmobile closed CB-12263. ----------------------------- Resolution: Won't Fix Assignee: jcesarmobile There are plugins for hot code updates without going though the store, but that only updates the html/css/javascript But what you are asking for can't be done on Cordova apps, you'll have to create an Android app and embed Cordova as a component and then you might do what you want. And you can't avoid asking for permissions > Reflections for Cordova Apps > ---------------------------- > > Key: CB-12263 > URL: https://issues.apache.org/jira/browse/CB-12263 > Project: Apache Cordova > Issue Type: New Feature > Components: AllPlatforms > Environment: Pin Screen mode in Android & IOS > Reporter: Vignesh T.V > Assignee: jcesarmobile > Labels: features > > Android and IOS have pin screen feature which allows an app to run in kiosk mode disabling access to any other app. > Android: > http://www.androidguys.com/2015/11/30/how-to-use-screen-pinning-in-android-6-0-marshmallow/ > IOS: > http://www.webascender.com/Blog/ID/447/How-to-Setup-Kiosk-Mode-Lock-Your-iPad-to-Just-One-App > Thus, if the device running the app is to be placed somewhere in public (as kiosk mode), it needs to be updated automatically for a new release without user intervention (without unpinning, updating via playstore, etc.) > So, I was looking for a way to auto-update android/ios apps without user intervention and came across this article: > https://blog.vivekpanyam.com/evolve-seamlessly-deploy-android-apps-to-users/ > This will work great for apps not installed via playstore and that is fine but the code written is in JAVA and mainly intended for native apps. Is it possible for cordova to implement reflections for cordova based apps (probably as an optional feature) or some documentation or resource on how we can do this for cordova apps? -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org