gjunge / rateit.js

Rating plugin for jQuery. Fast, Progressive enhancement, touch support, icon-font support, highly customizable, unobtrusive JavaScript (using HTML5 data-* attributes), RTL support, supports as many stars as you'd like, and also any step size.
MIT License
161 stars 45 forks source link

rateit with jquery mobile #10

Closed bryancresswell closed 7 years ago

bryancresswell commented 7 years ago

Rate it is not displaying my stars properly when i'm trying to load it on my phonegap / cordova jquery mobile app. It's displaying stars as â~... for 1 star and so on. Do you have a fix?

bryancresswell commented 7 years ago

Just to add, it works fine when I use my browser (Chrome), but when I test it in PhoneGap it gives the strange characters. Might be an encoding issue?

gjunge commented 7 years ago

It seems indeed an encoding issue. It could be that the star icon is not part of the font on the phone. Try using a letter as icon, just to rule out any other issue. If that is the issue try using Fontawesome (as sample is available in the samples page).

bryancresswell commented 7 years ago

Dear Gideon,

Turns out I forgot to include utf-8 encoding! Thanks for your help!

swaranbm commented 6 years ago

Hi, I am trying to remove the white shadow that appears for selected stars. Would you help please?

gjunge commented 6 years ago

Can you add a link or a screenshot?

swaranbm commented 6 years ago
white-shadow-on-stars
swaranbm commented 6 years ago

Any clues please? Or is it too trivial?

gjunge commented 6 years ago

Can you create a jsfiddle, where you recreate the issue because I can’t recreate it.