0
I have an application with Android Webview, my Activity is configured to portrait
:
<activity
android:name=".activity.MainActivity"
android:screenOrientation="portrait"
android:windowSoftInputMode="stateUnspecified|adjustResize"></activity>
But I would like to take the event when the user rotates the device and the app screen continues on portrait
, but I need to take this event to make an animation of just one video from inside the webview make an animation and Rotacione as well. Someone has a solution to this case?
Note the following discussion
– André Lins