语言

Menu
Sites
Language
Tizen TV - alert popup is not working in 2.3 version

Hello,

I am trying to display a popup in TV.

 

alert("Invalid ID or Password.");

 

It is getting displayed in 2.4 version tv  but not getting displayed 2.3.

Please help me anyone faced same issue ?

Also is there an alternate option for showing a popup in javascript ?

响应

2 回复
Safwan

Hello, I started developing from 2.4, so can't tell you about 2.3 as it's not available on Tizen Studio now.

You can try some alternatives of 'alert()' from this post:

http://stackoverflow.com/questions/5810740/javascript-alert-message-alternative

You may post your issue on Samsung TV Forum.

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

Abhilash Kankokkaran

Thanks Safwan. Jquery UI is working.

I  want to avoid use of  libraries like jQuery UI for just a single popup.

I was thinking that there will some options to create a popup in tizen apis.

Let me know if you are aware of one.