语言

Menu
Sites
Language
There is no network on Smart TV without a Titen web application run.

Hello.

tizen I have a question during web application development.

If you do not have a network or internet on your TV.
I want to run the application I developed and installed.

Currently, when you run an application with no network connection
A pop-up "Network connection required" is generated and can not be run.

I am inquiring if there is a way to run without a network when developing and setting up a web application.

 

 

 

 

 

 

 

 

编辑者为: JaeHyeon Kim 01 8月, 2018

响应

2 回复
Armaan-Ul- Islam

Does this happen for any app on your TV device? I didn't faced anything similar while deploying to TV Emulator. Have you faced the same message on Tizen TV Emulator? I would suggest that, you may post your issue on Samsung TV Forum

http://developer.samsung.com/forum/?topCtgy=06

Developers on the specific domain may share their experiences with you there. In Addition, Samsung TV Seller Office also provides 1:1 Q&A Support.

 Samsung Apps TV Seller Office>Support > 1:1 QA

https://seller.samsungapps.com/tv/portal/main

 

 

JaeHyeon Kim

It's settled.

A method was found on the Samsung developer Site.(https://developer.samsung.com/tv/develop/guides/fundamentals/configuring-tv-applications)

config.xml add "<tizen:metadata key="http://samsung.com/tv/metadata/use.network" value="false"/>"

network none check Tizen web application running.

 

Thank you.