I have an application that runs on Android and IOS.
The application has some WebView components that displays HTML
From what I found there are "em" and "viewport" units
as well as "@media" in css.
I'm new to HTML5 and CSS3, can someone, please, show me an example of responsive font size for mobile devices.
The most important for me is to have a different font size between mobile phones and tablets,
but also between different screen size of mobile devices (for portrait and landscape orientations).
EDIT:
The WebView component are not full screen, they in size of a textbox and the size is dynamic.