Skip to main content

PhoneGap Better Error Handling? (Android)



I'm working on a simple photo viewing app using PhoneGap on Android.. for the most part I can get it working with absolutely no problems but am finding that occasionally when loading a .gif image the page just fails and PhoneGaps just terminates the whole application with an error something along the lines of:







The connection to the server was unsuccessful. (file://android_asset/www/index.html?href=424)







My wonder is if I can have PhoneGap nicely handle that error by not killing the application. I'm doing what I can on the server end to make sure animated gif's don't get filtered into the application but in the event it is and the app can't handle it I can't have my application quitting on me all the time.


Comments

Popular posts from this blog

Slow Android emulator

I have a 2.67 GHz Celeron processor, 1.21 GB of RAM on a x86 Windows XP Professional machine. My understanding is that the Android emulator should start fairly quickly on such a machine, but for me it does not. I have followed all instructions in setting up the IDE, SDKs, JDKs and such and have had some success in staring the emulator quickly but is very particulary. How can I, if possible, fix this problem?