Our iPhone app, built with PhoneGap, is published as a Universal app. The Universal setting is required for app discovery on iPads and for the execution of certain PhoneGap plugins.
We tweaked a few height and width settings, but the scale is too small for some users.
We don't have the capacity to re-code the app and recreate assets for optimal rendering on iPads.
Instead, we would like to mimic the 2x mode available on iPads -- but only on iPads. 2x mode was available when the app was iPhone-only, but the option is obviously gone now that it's a Universal app.
Is there a way to invoke this functionality, either through HTML/CSS/JS or through Objective-C?
Thanks!