close dialogs onBackPressed (fixes #363)

This commit is contained in:
Philipp Schaefer
2013-06-11 01:21:36 +02:00
parent 28e3ee075a
commit b3a42783fa
3 changed files with 29 additions and 0 deletions

View File

@ -74,6 +74,12 @@ public class IITC_JSInterface {
}
});
}
@JavascriptInterface
public void dialogOpened(String id) {
((IITC_Mobile) context).dialogOpened(id);
}
// get layers and list them in a dialog
@JavascriptInterface
public void setLayers(String base_layer, String overlay_layer) {