Do webviews running in a kindle fire app (also on a kindle fire HD) support javascript console.log or alerts?
I have my kindle fire HD connected through usb debugging and ddms to my computer, and I'm seeing lots of log data but no messages from a webview where my javascript code is calling both alert('alert test') and console.log('log test');
I'm surprised how little information there is, even in the phonegap forums. It's like I'm the first person to ever have to troubleshoot javascript running in a webview on a kindle fire app, which seems strange since the hardware has been out for a while.