You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that the following require API level 9:
android.content.pm.ActivityInfo#SCREEN_ORIENTATION_REVERSE_LANDSCAPE
android.content.pm.ActivityInfo#SCREEN_ORIENTATION_FULL_SENSOR
android.content.pm.ActivityInfo#SCREEN_ORIENTATION_SENSOR_LANDSCAPE
android.content.pm.ActivityInfo#SCREEN_ORIENTATION_SENSOR_PORTRAIT
android.content.pm.ActivityInfo#SCREEN_ORIENTATION_REVERSE_PORTRAIT
Hi there,
I'm getting an error in ScreenOrientation.java, line 30: Cannot cast from LegacyContext to Activity
The line of code is: Activity activity = (Activity)this.ctx;
Any ideas what I'm doing wrong here? I'm using Cordova 2.0.0, Eclipse 4.2.0 - all the latest versions as far as I know.
Thanks,
David
The text was updated successfully, but these errors were encountered: