Namespaces
Variants
Actions
Revision as of 07:41, 16 December 2011 by hamishwillee (Talk | contribs)

How to show a message box avoid of the bug in 'Alert'

Jump to: navigation, search


Compatibility: Web Runtime in S60 3rd Edition, Feature Pack 2

Problem

Developing widget with javascript. It has a bug with the Alert("") in JavaScript to be shown in S60: There is a sign of unknown character '口' appeared in left upper position.

Soluton

How to avoid it? We could use below code instead of alert to show a message to user.

Code

	var uiManager = new UIManager();
uiManager.showNotification(3000, "warning", "Input error. Try again.");
 
//or
uiManager.showNotification(3000, "OK", "Done successfully.");

Of course, we should include WRTkit.js which was provided by nokia to make UIManager to be known.

90 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved