I have problem about drawing an image on phone. On computer it draws correctly, but, on phone it replace itself with blackscreen.
It has been drawn with SpriteBatch:
batch.draw(peaks, 0, 0, Gdx.graphics.getWidth(), Gdx.graphics.getHeight()/2);
and the image is in .png format with resolution 1920 x 6000, size 89,1 kB