jssor / slider

Touch swipe image slider/slideshow/gallery/carousel/banner mobile responsive bootstrap

Home Page:https://www.jssor.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Font-size too big on mobile

Kamoba opened this issue · comments

First of all, great library!

I have a text with small font-size inside the jssor div and none of my font-size settings are working (css and js).
When i test to get the currrent font-size from mobile app i always receive 8px, original value is under that.
i tryed to set $HWA to false, but no changes.

Any idea?

Browser:

atform: Linux armv8l
userAgent: Mozilla/5.0 (Linux; Android 8.1.0; BBE100-4 Build/OPM1.171019.026; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/86.0.4240.99 Mobile Safari/537.36
appName: Netscape
appVersion: 5.0 (Linux; Android 8.1.0; BBE100-4 Build/OPM1.171019.026; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/86.0.4240.99 Mobile Safari/537.36
IsSafari: false
IsOpera: false
IsChrome: true
IsFireFox: false
Version: 86
AppleWebKit Version: 537.36
browser language: en-CA
browser languages: en-ca,en-ca,ar-eg,fr-fr,en-us,

Edit:

Finaly resolved by the only working css rule: transform: scale(0.7);