Hi Everyone,
Today a bug was created by the user saying the popup window is too small and we were using below code to show the HTML Webresource as a popup.
var pageInput = { pageType: "webresource", webresourceName: "WebResourceName" };
var navigationOptions = {
target: 2,
width: 400,
height: 300,
position: 1
};
↧