So I've created my app (very simple app, but does what I need)... and I export to PhoneGap (Cocoon and EJecta won't work for me as I'm using Textboxes and XML plugin -- found THAT out after the fact)
Fortunately PhoneGap works great for the most part. It's not a complex app at all and doesn't require much speed.
However, when I run on the iPad, it looks just fine.
When I run on iPhone 5, the fonts in the textboxes are all too large. I tried changing from pixel size in the CSS settings to "em" sizes, to no avail. On the iPhone the fonts are just too huge for the smaller screen.
Anyone know of a good solution for this? I'm essentially looking up data in an XML database and displaying in various text fields on the screen.
I'd also like the iPhone to not put the black bars on the right and left of the app (landscape only), gonna try some of the other "Fullscreen in Browser" options now to see what that does for me...