问题
I just finished my 1st WP8 app with PhoneGap, and out of sudden, I found that my app doesn't have that Settings panel(I'm not sure whether it's the right name for that part -- the 3 dots at the right bottom corner and when you clicked it, a panel shows). This is the Setting panel(please do correct me if the name I refer to is not right and I want to know it. )

Do you know how to enable it?
Thanks a lot
回答1:
The three dots you pointed -if I don't misunderstand that- is called ellipsis (you can find that word in this MSDN post), it is part of standard Windows Phone Application Bar.
Unfortunately, I'm not familiar with PhoneGap/Cordova. In standard windows phone application (developed using WP SDK) showing application bar (including it's ellipsis) is as straightforward as shown in MSDN. But at least, I found this article that could probably gives you some idea to try : PhoneGap on WP7 Tip #4: The Application Bar
来源:https://stackoverflow.com/questions/21629353/how-to-enable-the-settings-panel-on-windows-phone-by-phonegap-cordova