Problems with my HTML on PhoneGap iPhone Development
So I have an app about US Flag History.
As of now I just have the images link to mobile wikipedia for the designated flag you tap.
Here is what my anchor tag looks like:
<a href="http://en.m.wikipedia.org/wiki/Betsy_ross_flag">
It works just fine in Safari but the problem is, when I am running the app on my iPhone,
it doesn't link me to the website, it just doesn't respond.
Any help is appreciated, thanks a lot.
|