You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Jason Chase (JIRA)" <ji...@apache.org> on 2015/01/30 23:02:34 UTC

[jira] [Resolved] (CB-5536) Use Unicode arrows instead of greater than / less than symbols to indicate back and forward buttons

     [ https://issues.apache.org/jira/browse/CB-5536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason Chase resolved CB-5536.
-----------------------------
    Resolution: Implemented

> Use Unicode arrows instead of greater than / less than symbols to indicate 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 buttons with less than or equal to signs (< and >).
> These actions could be represented more attractively (and more appropriately) using Unicode arrows symbols: https://en.wikipedia.org/wiki/Arrow_(symbol)#Arrows_in_Unicode
> Code sample in Android:
>     back.setText("\u21e6"); // ⇦
>     forward.setText("\u21e8"); // ⇨
> .. or ...
>     back.setText("\u2190"); // ←
>     forward.setText("\u2192"); // →



--
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