Is there any line of code developers can use so that the iPad Keyboard will show on iPhone Apps instead of the iPhone Keyboard blown up? I'm not a dev but if there is it would help. I make a mistake, and when I reach for Delete I hit P
Not to my knowledge.... (at least nothing I've seen in the SDK docs.)
If you compile for Universal binary (so it'll be native on both iPhone and iPad) then you get whichever keyboard is right for your device, but if it's an iPhone only app, the OS pops the iPhone keyboard since that's what the app expects to see and fits within the App's dimensions.
I agree though, especially when 2x'ed the iPhone keyboard looks HIDEOUS and is frustrating to use on the iPad...