[
https://issues.apache.org/jira/browse/CB-5536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13838114#comment-13838114
]
Shazron Abdullah commented on CB-5536:
--------------------------------------
iOS is already using this (kind of):
https://github.com/apache/cordova-plugin-inappbrowser/blob/aa81c3267a5b1c337b09933ff5ceb06a93f9dbb7/src/ios/CDVInAppBrowser.m#L495-L500
> 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)