The text within the scroll is blurred on mobile devices
-
Tablets_tabletsAsked on July 16, 2019 at 06:24 PM
After doing this, it works, but on my tablet the text within the scrollable text field is blurry. When I zoom in it gets clear again. It displays fine on an iPhone but it is slightly blurry on my lectures tablet.
This is a re-post of a comment on Creating a Scrollable Terms and Conditions
-
jherwinAnswered on July 16, 2019 at 07:39 PM
Are you referring to this form?
http://www.jotform.us/form/91956530360155
Please try to increase the font-size and see if that will fix the blurry on mobile devices.
-
Tablets_tabletsAnswered on July 17, 2019 at 02:28 PM
It did not fix the issue.
-
Tablets_tabletsAnswered on July 18, 2019 at 11:21 AM
The text is still blurry no matter the size of the font. It's only blurry on my tablet.
-
DavidAnswered on July 18, 2019 at 01:18 PMJotform Support
Could you try adding this code? https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes
#text_6{
-webkit-filter: blur(0.000001px);
font-size: 15px;
}
According to the an emulator I just tried, the text won't look blurry, clone form version: https://form.jotform.com/91985629311970
Let us know if that helps.