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
| Feature | inner (Desktop Window) | tab (Browser Tab) |
|---|---|---|
| Open Location | Independent window within UGOS Pro system desktop | New browser tab |
| JSSDK Support | Fully supported (see JSSDK documentation) | ❌ Not supported |
| User Authentication | Can implement NAS user login authentication by integrating JSSDK | Requires application to implement its own user account system and login authentication |
| User Experience | Can be opened directly on the desktop | Requires redirecting to a new browser tab |
| Window Control | Window size and position can be adjusted on the desktop | Browser tab control |