Question
2
Replies
543
Views
Posted: November 29, 2016
Last activity: December 5, 2016
Closed
In the mobile application the font-size automatically change to “font-size = 16 px”. How shall I do?
In the process of developing mobile application, I found the “font-size=16px” is the default value and it could not be changed. “100 M” is a button, and green circle is the image of the button. I set the font-size=9px for making the “100 M” smaller to fit the background green circle. But when the mobile application is running, I found that the font-size automatically change to “font-size=16px”. Could you tell me how will do? Thanks.
Hi,The styling is defined in the referenced format in the skin that your application is using.
For mobile clients we have also added the ability to provide custom css to ensure that the presentation is acceptable on smaller screen i.e. tablets, mobile and various mobile operating systems such as ios android etc.
To view and modify take a look in the skin rule on the 'included styles' tab you will see an additional style sheets area and specifically a style sheet called py-mobile-controls. in this file you will be able to fine tune and refine the presentation you require on mobile.
Hope that helps.