blankon91
blankon91

Reputation: 515

why phonegap not showing images on android ICS (4.0.2)?

I've create an android aplication using phonegap and jquery mobile, when I test it from android version Gingerbread (2.3.3) everything is fine, but when I run my application on android phone with android version ICS (4.0.2), all images not showing. why my images not showing in android phone with ICS? and VideoRecording functions too not works in higher version well.
here is the sample code: http://pastie.org/4201837

Upvotes: 0

Views: 847

Answers (1)

SingleWave Games
SingleWave Games

Reputation: 2648

I have also had a lot of issue with phonegap and ICS. The reason for this is due to the fact that their are a lot of Web View Bugs within the ICS firmware.

This is mainly due to the fact that Google want more native apps and therefore have not bothered properly supporting web view apps, such as phonegap.

They are slowly working through the more major issues. How are you currently displaying the images, like below?

<img src="test.png" />

Upvotes: 1

Related Questions