-
Notifications
You must be signed in to change notification settings - Fork 332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Dynamic Type #90
Comments
In the spirit of open source code, I'm happy to accept a pull request for this (especially since it's an easy change). Thanks! |
Dynamic Type can already be used with Down e.g. by supplying a |
Down safely passes through the font property to WebKit. This may result in issues for some tags. See this issue for more detail. johnxnguyen/Down#90 Webkit dynamic text guide: http://www.interactiveaccessibility.com/blog/text-resizing-web-pages-ios-using-dynamic-type#.W70ePS-ZPUI
It looks like a workaround has been provided, so I'm going to close this issue. I'm also open to accepting a pull request in the future to add support 👍 As an FYI, DownView is controlled by the HTML and CSS in this bundle: https://github.com/iwasrobbed/Down/blob/master/Resources/DownView.bundle and you can pass in your own bundle if you need more customizations: https://github.com/iwasrobbed/Down/blob/master/Source/Views/DownView.swift#L26 See workarounds: |
FYI: this is now possible via the default |
Report
What did you do?
change the current Text Size (either in Settings > Display & Brightness > Text Size, or in Control Center)
What did you expect to happen?
the size of text in DownView should change appropriately
What happened instead?
the size of text doesn't change relative to the Dynamic Type text size setting
The text was updated successfully, but these errors were encountered: