Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

₽ sign (russian rouble) is missing on mobile #51

Open
victorslate opened this issue Apr 17, 2020 · 11 comments
Open

₽ sign (russian rouble) is missing on mobile #51

victorslate opened this issue Apr 17, 2020 · 11 comments

Comments

@victorslate
Copy link

Please fix this

@rarestoma
Copy link
Contributor

Hi @victorslate,

Thank you for working with our products.

Did you try using the HEX code for the ruble sign: ₽ ?

Thank you,
Rares

@victorslate
Copy link
Author

victorslate commented Apr 21, 2020

Hi @victorslate,

Thank you for working with our products.

Did you try using the HEX code for the ruble sign: ₽ ?

Thank you,
Rares

Hi! Just tried and has the same result.
But if I use HEX code of Euro sign - it works correctly €

Also - there is no problem with Rouble sign at plain bootstrap. And as I said before - this problem is only at mobile devices. Not emulators.

This problem also exist at Argon Pro, which I bought today.

@rarestoma
Copy link
Contributor

Hi,

Can you please give me a photo or a short video with what is happening on mobile devices? I tried with ₽ and it seems to work fine.

Thank you,
Rares

@victorslate
Copy link
Author

Sure!
IMG_7159

Hi,

Can you please give me a photo or a short video with what is happening on mobile devices? I tried with ₽ and it seems to work fine.

Thank you,
Rares

@victorslate
Copy link
Author

Hi! Any ideas?

@rarestoma
Copy link
Contributor

rarestoma commented May 4, 2020

Hi @victorslate,

I tested now and I found a solution that works using fontawesome:
<i class="fa fa-ruble-sign"></i>.

It seems that it is not working on all mobile devices yet ( A large discussion can be found here: https://stackoverflow.com/questions/20665622/russian-ruble-symbol-html-code).

Please let me know if it works.

Thank you,
Rares

@victorslate
Copy link
Author

@rarestoma that bug is only on Argon Dashboard. I'm used Bootstrap4 at previous core of my site and all was fine..

I need to know what exactly can be the reason of this. Definitely the reason inside your code.
Is theme is changing the fonts on mobile???

@rarestoma
Copy link
Contributor

Hi @victorslate,

I tested now and this comes from the $font-family-base that is set for the body in the scss/bootstrap/_reboot.scss. A temporal solution would be to remove the import of the bootstrap/reboot.scss from the argon.scss file (found in scss/argon.scss). I will still search for another solution to make it work.

Thank you,
Rares

@victorslate
Copy link
Author

@rarestoma Hi! Thats doesn't work. Still don't see a rouble sign on native(non-emulated) mobile device. Tried to clear cache and use incogneto-mode..

@rarestoma
Copy link
Contributor

Hi @victorslate,

I tried again and there is something from bootstrap that is not working. I will still search for the problem these days.

Untill then, please try also including <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"> on the head of the page after removing the reboot.scss.

Please let me know if it works.

Thank you,
Rares

@victorslate
Copy link
Author

Hi @rarestoma

Unfortunately this doesn't help..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants