« Show progress in task… | Home | Xojo Versions used »

Enable Web Inspector for WebViewer

In both FileMaker and Xojo we can use WebKit 2 for showing web content and enable the inspector:


For FileMaker 16, you can use WebView.SetPreferences function and set developerExtrasEnabled property to 1. Than you can open inspector via contextual menus.
For Xojo you can use WKWebViewControlMBS control for WebKit 2. There we will have a new property developerExtrasEnabled to enable the inspector in the contextual menu.
30 05 17 - 09:29