Article Details
Id:21618
Product:finPOWER Connect
Type:FIX
Version:4.01.02
Opened:19/06/2024
Closed:20/06/2024
Released:12/09/2024
Job: J033740

HTML Widgets; widget.UI.Forms.ShowHtml; When running under desktop and showing a full HTML document, Application Shortcuts are not working

HTML Widgets running under desktop were not running Application Shortcuts correctly, e.g., the Client Banking Details wizard when showing the result of a Zepto verify.

The following code shows that this now works:

function Test() {
  var html = "<html><a href='app://formshow?form=clients&id=C10000'>Show C10000</a></html>";
  widget.UI.Forms.ShowHtml("Test", html);
}