[ 
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-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to