Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

No Icons & Audio in APK apps on Android

Hello!
I'm new here and I learn how to make text adventure games.

I made simple game and test in web-browser. All works fine!
You can see it here:
http://strelyalki.su/surv/index.html

Then I'm building Android application.
I used PhoneGap and got this APK:
http://strelyalki.su/surv/survivor.apk

This APK has been installed and run successfully.
But in game I did not hear the music & did not see the icons on the left menu.

So, what is the problem here?

Thanks. Sorry for my bad English.

Comments

  • Loading your page doesn't play sound on mobile either (at least on my Android). I think this is due to HTML5 audio being a complete and utter mess on mobile (requires user input to play, track conflicts causing the browser to crash, there's a whole list) and probably not transferring properly when repackaged. If you want sound in the APK you'll most likely have to manually implement it in the app (don't ask me how to best integrate this - I'm not looking into that particular nightmare until sometime next month).

    As for the menu, isn't that just collapsed? The 'expand' arrow doesn't appear in the apk (I can't test it right now)? On the mobile version of the web page at least I can access it normally.
Sign In or Register to comment.