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

Big background image causes crash on iPad #6

Open
jperedadnr opened this issue Feb 29, 2020 · 1 comment
Open

Big background image causes crash on iPad #6

jperedadnr opened this issue Feb 29, 2020 · 1 comment

Comments

@jperedadnr
Copy link

SpaceFX works fine on iPhone, however, when deploying to an iPad (Mini 4), it crashes due to a very big background image:

new Image(getClass().getResourceAsStream("backgroundL1.jpg"), 700 * BKG_SCALING_FACTOR, 3379 * BKG_SCALING_FACTOR

iPad visual bounds: 768x1004, image size: 781x3769. It is not that big, but it seems there is no enough memory.

@HanSolo
Copy link
Owner

HanSolo commented Feb 29, 2020

Yep I never planned to bring it to the iPad because future apps on iOS for the iPad need to support the new split mode which won‘t be supported by Gluon I guess?

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