Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
Statistic
FMM
Blog
Sets whether HiDPI handling is enabled.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
WebView | 10.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | ❌ No |
Parameter | Description | Example |
---|---|---|
Enable | Whether to enable. Pass 1 to enable or 0 to disable. |
1 |
Returns OK or error.
For Windows this function is only supported in FileMaker Pro when using Internet Explorer as engine behind the Web Viewer, but not when Microsoft Edge/Chrome engine is used.
Enable high resolution aware WebViewer:
MBS( "WebView.SetInternetExplorerHiDPI"; 1 )
Disable high resolution aware WebViewer:
MBS( "WebView.SetInternetExplorerHiDPI"; 0 )
Created 22nd April 2020, last changed 25th April 2020
WebView.SetHidden - WebView.SetInternetExplorerVersion
Feedback: Report problem or ask question.