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 DBB0A200BF4 for ; Fri, 6 Jan 2017 21:26:59 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id DA357160B48; Fri, 6 Jan 2017 20:26:59 +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 57F4F160B37 for ; Fri, 6 Jan 2017 21:26:59 +0100 (CET) Received: (qmail 92937 invoked by uid 500); 6 Jan 2017 20:26: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 92904 invoked by uid 99); 6 Jan 2017 20:26:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jan 2017 20:26:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 54C0C2C03DC for ; Fri, 6 Jan 2017 20:26:58 +0000 (UTC) Date: Fri, 6 Jan 2017 20:26:58 +0000 (UTC) From: "Camilo (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CB-12329) I want to add a new feature to the promt dialogs notifications MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 06 Jan 2017 20:27:00 -0000 Camilo created CB-12329: --------------------------- Summary: I want to add a new feature to the promt dialogs notifications Key: CB-12329 URL: https://issues.apache.org/jira/browse/CB-12329 Project: Apache Cordova Issue Type: Improvement Components: Android, iOS, Plugin Dialogs Environment: Ios, Android Reporter: Camilo I need to have the prompts notifications with the type password, that's because my users will write they passwords on this notifications I have 2 ways to do it and I want you to tell me what is better for the project 1. I add a parameter at prompt function called typePassword, then when people wants to create aconfirm width type password, this parameter should be true. Then at the native code i check if is typePassword or not 2. create a new method called promptPassword and is the same method prompt but instead of show the text it show dots like a password field -- 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