SSENSE / vue-carousel

A flexible, responsive, touch-friendly carousel for Vue.js
https://ssense.github.io/vue-carousel/
MIT License
1.72k stars 506 forks source link

BUG: Navigation buttons render as emojis on iPhone #556

Open szymsza opened 3 years ago

szymsza commented 3 years ago

Bug Report

Current Behavior Default navigation buttons labels render as emojis on iPhone. Tested on iPhone 11 (Safari) and in online emulators. Similar issue as here

Input Code and steps to reproduce

Expected behavior/code Simple unicode characters (triangles) should appear just as anywhere else.

Environment

Possible Solution Disabling emojis can be achieved by appending "variation selectors" ︎ to labels:

<carousel
    navigationPrevLabel="&#9664;&#xFE0E;"
    navigationNextLabel="&#9654;&#xFE0E;">

So I think these should be appended to default values as well.

dcruz1990 commented 2 years ago

Any update on this? im having same issue but the arrows shows incomplete.