[ 
https://issues.apache.org/jira/browse/CB-5536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13838135#comment-13838135
 ] 

Oliver Moran edited comment on CB-5536 at 12/3/13 8:24 PM:
-----------------------------------------------------------

Triangles are good too. What ever consensus (and consistency?) is would be an 
improvement.


was (Author: oliver_moran):
Triangles are good too. What ever consensus (and consistency?) would be an 
improvement.

> 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#6144)

Reply via email to