VictorAlbertos / RxSocialConnect-Android

OAuth RxJava extension for Android.
Apache License 2.0
257 stars 22 forks source link

Screen Orientation #23

Closed Cool04ek closed 7 years ago

Cool04ek commented 7 years ago

Hi. I would like to request a feature, if it aint present in lib now.

Can I explicitly set up screen orientation for ActivityConnect? So it will be for example portrait all the time? If no, would you provide such in a future? I would be glad to help with PR.

VictorAlbertos commented 7 years ago

Why do you need this?

A PR will be welcome, but you'll have to supply the same implementation for both branches, 1.x and 2.x.

Cool04ek commented 7 years ago

Basically, because of WebView. When you rotate screen, webview reloads and users progress is lost. I have all screens in app in portrait so I don't need this part to be able to rotate as well. This will help me to save users time if he rotates screen and loses all the data he had already typed.