mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-20 01:14:20 +00:00
Scale webpages to fit display by default on iOS
This commit is contained in:
parent
e67b67f513
commit
05a3ebc4eb
1 changed files with 4 additions and 0 deletions
|
|
@ -260,6 +260,10 @@ public:
|
|||
#else
|
||||
[webView loadRequest: r];
|
||||
#endif
|
||||
|
||||
#if JUCE_IOS
|
||||
[webView setScalesPageToFit:YES];
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue