Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jpmetcalf opened this issue Dec 10, 2014 · 1 comment

Comments

@jpmetcalf
Copy link

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

@fidoboy
Copy link

fidoboy commented Dec 17, 2014

👍 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... :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants