I cannot for the life of me, find any documentation regarding how to specify a locked landscape screen orientation for Android tablets only, and keep Android phones in portrait mode. This is very simple in iOS with the plist file. Everything I find regarding Cordova has to do with setting the android:screenOrientation="landscape" in the AndroidManifest.xml file's <activity> element. However, this locks both Tablet and Phone in landscape mode.
Not sure if i need to create specific layout directories or what...and if I did, would these even work with a Cordova build.
Are there any links out there about how to accomplish this for Cordova built web apps? Is it even possible?