MapKit icon indicating copy to clipboard operation
MapKit copied to clipboard

Android App crashes every time with "hideMap" or Android Back Button Pressed

Open jpmetcalf opened this issue 11 years ago • 1 comments

The app crashes every time I "hideMap" on android or press the back button. hideMap works fine in iOS.

This is the configuration I am testing with. avd

jpmetcalf avatar Dec 10 '14 16:12 jpmetcalf

:+1: I can confirm the issue, i believe that it can be solved by adding this code:

    public void onBackPressed() {
    ... some code here....
    }

but unfortunately i'm not a java expert and i don't know how to solve it. May be someone can help us... :)

fidoboy avatar Dec 17 '14 09:12 fidoboy