Mobile responsiveness issue
Opened this issue · 1 comments
gardeziburhan commented
I am trying to use it according to the readme but the desktop or the mobile view isn't responsive. The footer is stretched up to the fields and if there are less number of columns the row doesn't stretches itself.
dkniffin commented
@gardeziburhan In my app, I don't use AA from mobile, however I'll try to help. Can you please share a screenshot of what you're seeing?
Also, digging into it a bit, it seems AA itself doesn't do responsiveness very well. To start, you'll probably need to add config.meta_tags = { viewport: "width=device-width, initial-scale=1" }
to your initializer config.