Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 330681007E for ; Tue, 3 Dec 2013 20:05:36 +0000 (UTC) Received: (qmail 81756 invoked by uid 500); 3 Dec 2013 20:05:36 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 81738 invoked by uid 500); 3 Dec 2013 20:05:36 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 81728 invoked by uid 99); 3 Dec 2013 20:05:36 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Dec 2013 20:05:36 +0000 Date: Tue, 3 Dec 2013 20:05:35 +0000 (UTC) From: "Oliver Moran (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CB-5536) Use Unicode arrows instead of greater than / less than symbols to indicate back and forward buttons MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-5536?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Moran updated CB-5536: ----------------------------- Description:=20 The plugin currently represents navigate back and navigate forward buttons = with less than or equal to signs (< and >). These actions could be represented more attractively (and more appropriatel= y) using Unicode arrows symbols: https://en.wikipedia.org/wiki/Arrow_(symbo= l)#Arrows_in_Unicode Code sample in Android: back.setText("\u21e6"); // =E2=87=A6 forward.setText("\u21e8"); // =E2=87=A8 .. or ... back.setText("\u2190"); // =E2=86=90 forward.setText("\u2192"); // =E2=86=92 was: The plugin currently represents navigate back and navigate forward buttons = with less than or equal to signs (< and >). These actions could be represented more attractively (and more appropriatel= y) using Unicode arrows symbols: https://en.wikipedia.org/wiki/Arrow_(symbo= l)#Arrows_in_Unicode For example (in Android): back.setText("\u21e6"); // =E2=87=A6 ... forward.setText("\u21e8"); // =E2=87=A8 .. or ... back.setText("\u2190"); // =E2=86=90 ... forward.setText("\u2192"); // =E2=86=92 > Use Unicode arrows instead of greater than / less than symbols to indicat= e back and forward buttons > -------------------------------------------------------------------------= -------------------------- > > Key: CB-5536 > URL: https://issues.apache.org/jira/browse/CB-5536 > Project: Apache Cordova > Issue Type: Improvement > Components: Plugin InAppBrowser > Affects Versions: 3.1.0 > Environment: Android (possibly others) > Reporter: Oliver Moran > Priority: Trivial > > The plugin currently represents navigate back and navigate forward button= s with less than or equal to signs (< and >). > These actions could be represented more attractively (and more appropriat= ely) using Unicode arrows symbols: https://en.wikipedia.org/wiki/Arrow_(sym= bol)#Arrows_in_Unicode > Code sample in Android: > back.setText("\u21e6"); // =E2=87=A6 > forward.setText("\u21e8"); // =E2=87=A8 > .. or ... > back.setText("\u2190"); // =E2=86=90 > forward.setText("\u2192"); // =E2=86=92 -- This message was sent by Atlassian JIRA (v6.1#6144)