css
2 TopicsChange HTML DOCTYPE in APM Logon Page
Hello, I'm using APM with custom CSS. On Logon Page, the APM module uses the following DOCTYPE as first line in HTML code- this breaks some CSS features on IE 9 and IE 11 (IE goes into Quirks mode) To have my CSS running correctly, I need the DOCTYPE like I have after logging in to APM: http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> Do you have a recommendation to fix that? Thanks in advance.245Views0likes1CommentHow to target only webview rendering with CSS?
This particular page displays correctly on desktop and mobile Firefox browsers, Mac and iOS browsers, Edge, Chrome, and Chromium. But when it's seen through web view—that is, from a link on the Android Facebook app or even the actual Android app, Duck Duck Go—one of the font sizes is bigger and extends beyond its container div, obstructing the view. Visit Here for more information on solving problems:Prodigit After ten years of front-end development, I haven't yet looked at web view customizations. How can I use CSS (or JavaScript if necessary) to target web view rendering?54Views0likes1Comment