if (PageHistory.Instance.from() == null) {
String showed = Storage.LocalStorage.getItem("ShowRatingDialog");
if (showed == null) {
Notification.confirm("If you think GWT Mobile PhoneGap is useful, " +
"do you want to give it a good rating and comment?",
new ConfirmCallback() {
@Override
public void onComplete(int selection) {
switch (selection) {
case 1: //sure
App.loadUrl("market://details?id=com.gwtmobile.phonegap",