09-29-2015 17:51
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

09-29-2015 17:51
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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.

09-29-2015 18:00
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

09-29-2015 18:00
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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?

