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: 12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4   13.5    Statistic    FMM    Blog  

WebView.Version

Queries WebKit version for web viewer.

Component Version macOS Windows Linux Server iOS SDK
WebView 10.3 ✅ Yes ❌ No ❌ No ❌ No ✅ Yes
MBS( "WebView.Version"; WebViewerRef )   More

Parameters

Parameter Description Example
WebViewerRef Either the Web Viewer Object Name or the Web Viewer ID as returned by "WebView.FindByName" function.

Result

Returns number or error.

Description

Queries WebKit version for web viewer.
For FileMaker up to version 15, there is only WebKit 1.0 used.
For FileMaker 16 or newer, FileMaker uses WebKit 2.0.
Web viewers made with WebView.Create use WebKit 1.0 or 2.0.

Returns 1 for older WebKit and 2 for newer WebKit.

Examples

Query version for web viewer named "web" on layout:

MBS("Webview.Version"; "web")

See also

Release notes

Blog Entries

This function checks for a license.

Created 5th June 2020, last changed 5th June 2020


WebView.UserScripts - WebView.ZoomPageIn

💬 Ask a question or report a problem