-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
Can't open app on android 4.0.4 #928
Comments
yea i too had same issue i presume u are trying ionic seed app .?? |
Yes - did You find solution? |
nope i just tried to create app manually and it worked , may be there is something wrong with seed app try this http://ionicframework.com/docs/guide/ see if it works , it worked for me |
Does this have something to do with the |
But I have lib folder, I can build release apk (which is signed) and it is still not working on android 4.0.4 and is working on android 4.1 and 2.3 |
yea it works on emulator running 2.3 but not on device running 4.0.4 its strange when i open the app i get black screen and later app exits . |
I'm guessing this is an Ionicons bug I've seen with Android 4.0. Try removing ionicons entirely just to test if that's the issue or not. If so I'll dig more into what's the deal w/ Ionicons and Android 4.0, thanks. |
I was able to replicate the crash on an Android 4.0 device. After slowly taking things away I was able to narrow it down to the following scenario:
If I changed any of the above then my Android 4.0 browser did not crash. My fix involves not using flexbox to vertically align the nav icon, but instead using the simplified In my tests I wasn't able to crash the browser like before, but there could be other scenarios which also crash an app. Could I get this group to test out the latest nightly build (build 1520 or later): Thanks |
It works for me with nightly - great thanks. |
works for me , actually it was working for me before too only things which was not working was ionic-seed , |
@adamdbradley Nightly solved it on 4.0.4 here, thanks! But as @piernik said - it introduced the keyboard issue. |
Closing this issue, and issue #1020 was recently closed too. |
Not sure how related this is, but I cannot open the sample app after running the scaffolded sample app on Android 4.0.4 ionic start myApp sidemenu After that I added the android platform and ran it. The phone screen turns black, and exits after about 7 secs back to the phones home screen. I do not see anything except black during this time. Funnily enough, |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Don't know weather it's cordova (3.2) issue or my device or ion but I can't open any app on android 4.0.4.
Here if forum post and test app http://forum.ionicframework.com/t/app-test-is-it-working/2327
The text was updated successfully, but these errors were encountered: