Skip to content

Open Type

After the application is installed, the application icon is displayed on the system desktop by default. Users can click the icon to open the application's frontend main page. By default, the application frontend page opens as an independent window within the system desktop, and the application window's title bar displays the application name. If the application page needs to open in a new browser tab, you can set open_type to tab in project.yaml.

open_type options:

  • inner: Opens as an independent window within the UGOS Pro system desktop (supports JSSDK), recommended.
  • tab: Opens in a new browser tab.

Comparison of Open Types

Featureinner (Desktop Window)tab (Browser Tab)
Open LocationIndependent window within UGOS Pro system desktopNew browser tab
JSSDK SupportFully supported (see JSSDK documentation)❌ Not supported
User AuthenticationCan implement NAS user login authentication by integrating JSSDKRequires application to implement its own user account system and login authentication
User ExperienceCan be opened directly on the desktopRequires redirecting to a new browser tab
Window ControlWindow size and position can be adjusted on the desktopBrowser tab control