Michsky – Docs Michsky – Docs
  • Home
  • Documentation
    • Reach UI
    • DreamOS
    • Modern UI Pack
    • Motion Titles Pack
    • Dark UI
    • Loading Screen Studio
  • Contact
Michsky – Docs Michsky – Docs
Michsky – Docs
  • Home
  • Documentation
    • Reach UI
    • DreamOS
    • Modern UI Pack
    • Motion Titles Pack
    • Dark UI
    • Loading Screen Studio
  • Contact

DreamOS

  • Quick Start
  • How To (FAQs)
  • UI Elements
    • Changing Content
    • DreamOS UI Elements
  • Apps & Windows
    • App Library
    • Creating New Apps
    • Deleting Apps
    • Commander
    • Mail
    • Messaging
    • Music Player
    • Notepad
    • Photo Gallery
    • Reminder
    • Settings
    • Video Player
    • Web Browser
  • Managers
    • Audio Manager
    • Boot Manager
    • Date & Time
    • Events
    • Mod Manager
    • Multi Instance Manager
    • Network Manager
    • Notification Manager
    • User Manager
    • Widget Manager
    • World Space Manager
    • Window Manager
    • Wallpaper Manager
  • Others & Add-ons
    • Steam Messaging
  1. Home
  2. Docs
  3. DreamOS
  4. Apps & Windows
  5. Web Browser
Updated on April 3, 2022

DreamOS

  • Quick Start
  • How To (FAQs)
  • UI Elements
    • Changing Content
    • DreamOS UI Elements
  • Apps & Windows
    • App Library
    • Creating New Apps
    • Deleting Apps
    • Commander
    • Mail
    • Messaging
    • Music Player
    • Notepad
    • Photo Gallery
    • Reminder
    • Settings
    • Video Player
    • Web Browser
  • Managers
    • Audio Manager
    • Boot Manager
    • Date & Time
    • Events
    • Mod Manager
    • Multi Instance Manager
    • Network Manager
    • Notification Manager
    • User Manager
    • Widget Manager
    • World Space Manager
    • Window Manager
    • Wallpaper Manager
  • Others & Add-ons
    • Steam Messaging

Web Browser

Author: admin 127 views

Functional web browser app which supports basic web browser features. Integrated with network system and downloads.

Workflow

Web Browser app depends on its manager, its library and network manager. You can add new websites or downloadable files by using Tools > DreamOS > Show Web Library. All website items require a prefab to create the page content and an unique URL address. You can exclude ‘www.’ from the address as Web Browser checks for ‘www.’ on search.

You can specify a file type for downloadable files. After selecting a file type, assign / enter a value in the appropriate field. ‘None’ file type doesn’t require any assignment. You can later on download the file by calling its name via Web Browser Manager or Download Helper. Download Helper component is used in the example website(s), as it doesn’t require any assignment in the scene. You can simply call this line within your script or button to download a file: DownloadHelper.DownloadFile(“downloadable file name”);

API / Scripting

				
					using Michsky.DreamOS; // namespace

public WebBrowserManager webBrowser;

void YourFunction()
{
   webBrowser.OpenHome(); // Go to the homepage
   webBrowser.OpenPage("page url"); // Go to a specific page
   webBrowser.GoBack(); // Previous page
   webBrowser.GoForward(); // Next page
   webBrowser.Refresh(); // Refresh the current page
   webBrowser.SetFavorite(); // Add page to favorites
   webBrowser.DownloadFile("File Name"); // Download a specific file from Web Library
   webBrowser.DeleteDownloadFile("File Name"); // Delete a specific downloaded file
}				
			

How can we help?

A premium WordPress theme with an integrated Knowledge Base,
providing 24/7 community-based support.

Content

© 2023 Michsky