Software Archive
Read-only legacy content
17061 Discussions

confirm and alert stopped working from within simulator on upgrade to 3900

James_H_4
Beginner
330 Views

The confirm and alert javascript commands stopped working when executed within the simulator, no matter the device being simulated. They work when executed from a regular browser like the most recent version of chrome or firefox. I hate having to rework everything and debug everything when a new version of your XDK comes out but you have a great XDK worthy of keeping. I had shopped around, before coming to you.
 

0 Kudos
2 Replies
PaulF_IntelCorp
Employee
330 Views

James -- this is a known issue.

If you are using these features for debugging, please use console.log() and the Simulate tab's debug console, instead.

If you are using these features as a functional part of your app, please take a look at the standard Cordova "notification" (aka "dialogs") plugin. This plugin provides much more flexibility and incorporates a look and feel that matches the native platform.

0 Kudos
kulkarni__sameer
Beginner
330 Views

Thank you sir.

Regards

sameer kulkarni.

0 Kudos
Reply