responsive site not responding in ipad
You really need to give more information than that, it could be approximately 1million different problems.
Hi @biyas
Unfortunately we haven't got remote desktop assistance built into our brains.
It would help us a lot if you could at least provide us a link or even the snippet of code containing your media query.
The first thing to always make sure you have when building for responsive design is the viewport meta tag in your <head> tag otherwise media queries generally won't work on mobile devices.
viewport
<head>
<meta name="viewport" content="width=device-width">
oopss "meta tag" ,i forgot that,,,,nw its working fine,,,,thankzzzzzz buddyzzzzzz
responsive site not responding in ipad
You really need to give more information than that, it could be approximately 1million different problems.
Hi @biyas
Unfortunately we haven't got remote desktop assistance built into our brains.
It would help us a lot if you could at least provide us a link or even the snippet of code containing your media query.
The first thing to always make sure you have when building for responsive design is the
viewportmeta tag in your<head>tag otherwise media queries generally won't work on mobile devices.oopss "meta tag" ,i forgot that,,,,nw its working fine,,,,thankzzzzzz buddyzzzzzz