Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

oauth dialog responsiveness

Am having a little trouble going through the auth window in an InAppBrowser, the page isn't responsive and the login form's content is a long way from view.  Can scroll down to it but am hoping a change can be made to the styles so this works well on iPhone / Android.

 

undefined

Best Answer
0 Votes
1 REPLY 1

display: table on .outer is the most problematic thing here, something like this moves things in the right direction.

 

@media only screen and (max-width: 940px) {
  .outer { display:block }
}

Is this the right place to contact developers who can make this change?

Best Answer
0 Votes