Home
> Uncategorized > Javascript evaluator for webOS
Javascript evaluator for webOS
This is a handy utility to execute javascript within the context of your Palm WebOs mobile phone. It also includes the PhoneGap API, so you can test the advanced features offered by that platform.
The Code to this is quite similar to the Nokia version:
$(‘#evaluate’).click(function(){
var result = “”; try { result = eval($(‘#taJS’).val());
} catch(err) { result = err; }
$(‘#taResult’).val(result);
});
Update: This is now available on Palm’s App Store
Categories: Uncategorized
Comments (0)
Trackbacks (0)
Leave a comment
Trackback