You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Bas Bosman (JIRA)" <ji...@apache.org> on 2014/01/27 00:03:38 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=13882473#comment-13882473 ] 

Bas Bosman commented on CB-5536:
--------------------------------

Pull request based on the triangles: https://github.com/apache/cordova-plugin-inappbrowser/pull/18

> 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.1.5#6160)