0
How to avoid horizontal scroll on mobile with responsive web design. That web design is okay on web server. But not in mobile.
I have developed a web application in which it is okay with desktop and laptop. but when it comes to mobile section then horizontal scroll is coming. so how to remove that part. help me.
3 odpowiedzi
+ 1
Normally you would get solution quickly, if you could share your code.
+ 1
'Responsive' mean 'adaptative'...
Your design isn't still responsive if it doesn't right adapt on mobile, so you have to make it responsive to be << okay >> everywhere (in addition, << on web server >> is non-sense, as web server are not used to display pages but only to answer to request by sending pages to user side -- ie: user desk/laptop and/or mobile device).
Anyway, scrollbars is a kind of adapted design, and could be a way to make a page responsive... but if that's not what you're expect, you should post your specific case code, as there are many solutions less or more well suited to do that, and you must describe what behaviour you're expected for the mobile view instead of the scroll bars added @@
0
@Calvin can you share your mail.