Namespaces
Variants
Actions

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

Jump to: navigation, search
Article Metadata

Article
Created: fengforky@gmail.com (03 May 2008)
Last edited: hamishwillee (25 Jul 2012)

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.

This page was last modified on 25 July 2012, at 12:20.
62 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