Hi everyone,
when calling the function
hwc.showAlertDialog("message", "title");
in the file custom.js a popup shows up as expected, containing the message. But there is an error displaying the title and I have no clue why. You can see it in the attachment of this post.
API.js contains the following:
/**
* @deprecated since version 2.2 - should now use hwc.showAlertDialog(...)
*/
function showAlertDialog (message, title)
{
return hwc.showAlertDialog (message, title);
}
Is this a bug ?
Greetings
Alex