Running Tizen Web Application Without Network Connection on Smart TV

Original Created Aug 01, 2018 | Regeneration Apr 22, 2026

I'm developing a Tizen web application for Smart TV and encountered an issue when running the app without network connection. Currently, when I try to run the application without internet, a "Network connection required" pop-up appears and prevents the app from launching.

Is there a way to configure the web application to run without requiring a network connection during development and deployment?

Problem Understanding

The issue occurs when trying to run a Tizen web application on a Smart TV without an active network connection. By default, some Tizen TV applications require network connectivity and display an error message when launched offline.

Solution Methods

  1. Configuration via config.xml: You can modify your application's configuration to disable the network requirement:
    • Open your project's config.xml file
    • Add the following metadata entry:
      <tizen:metadata key="http://samsung.com/tv/metadata/use.network" value="false"/>
      
    • This setting tells the TV to allow the application to run without network connectivity

Additional Tips

  • This solution works for Tizen web applications running on Samsung Smart TVs
  • Remember that any network-dependent features in your application will need proper error handling when used offline
  • For more configuration options, refer to the official documentation on Samsung Tizen OS developer portal

Customize your cookie preferences

You can enable or disable non-essential cookies. Essential cookies are always on to ensure the site works properly and to keep you signed in.

Necessary

These cookies are necessary for the website to function properly and cannot be switched off. They help with things like logging in and setting your privacy preferences.

Always on

Analytics

These cookies help us improve the site by tracking which pages are most popular and how visitors move around the site.

Enable analytics cookies
Public Forum Public Forum
Employees only. Please sign in with your company account.