My application is designed to work on both Android and IOS devices. Within the app, there are WebView components that display HTML content. I have discovered the use of "em" and viewport units as well as @media queries in CSS.
As someone who is new to HTML5 and CSS3, I am seeking guidance on how to implement a responsive font size for mobile devices. I specifically need assistance with creating different font sizes for mobile phones and tablets, as well as adjusting the font size based on screen orientation (portrait vs landscape).
EDIT:
The WebView components occupy a textbox-sized area within the app and their size is variable.