DynamicWebKit
Directory actions
More options
Directory actions
More options
DynamicWebKit
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="stylesheet" href="stylesheet.css" type="text/css" media="all" /> </head> <body> <h1>Dynamic Type With WebKit</h1> <h2>Getting Started</h2> <p>An example of using dynamic type fonts with HTML content displayed in a WKWebView.</p> <p>Changing the text size in Settings should also change the text in this web view.</p> <div class="footnote">For more details see <a href="https://useyourloaf.com/blog/using-dynamic-type-with-web-views/">Using Dynamic Type With Web Views</a></div> </body> </html>