while i do changes in any page code there is a prompt message \"localhost:8100 says gap_init:3\" shown. then I clicked \'ok\' button another 5 messages shown. close browser
Just disable the prompt and you are on the go.
prompt
// include this before cordova.js prompt = function() { return false; }
With that you could just ignore the prompted message because in the webview the prompt itself are disable.