Velocity theme layout not responsive
-
@_developer_12 said in Velocity theme layout not responsive:
v-if="!isMobile()"
It's fine only in chrome browser. Please check in firfox, safari etc.
-
You can check in firfox bowser by "inspect element", you will get different view HTML in chrom and firfox browser.
It seems v-if="!isMobile()" not working in firefox, is it something make sense?
-
here's firefox view. ? not responsive here how can i fix this?
-
Hi @_developer_12 ,
Just refresh the page one more time when switching to mobile view in browser to render the settings properly.
-
Your shared screen shot is seems from chrom browser not from firefox.
Please review in firefox and suggest how to fix the issue.
Please, I am in trouble.
-
I have tested this in both platform Mozilla as well as Chrome and it's working fine. Just refresh the page one more time to get the view proper.
I referring to the same Bagisto Demo app in Mozilla,
In Chrome,
-
I have check lots of time this thing in the firefox browser after refreshing in mobile size.
And I have also checked in multiple PCs as well and you can found in the same link user @tluanga post the same thing.
So issue is there. For explaining more I am sharing code difference which is coming in different browsers for demo bagisto. Please review the following images for chrome and firefox. you will get clear both browsers showing differnt HTML code.
-
@_developer_12
Thanks for confirming the bug at your side.
could you please mention your firefox browser version?? It will be really helpful for us to cross-check the bug. -
Its updated upto date. Please review following image.
-
Hi @_developer_12 ,
I have added a check for Mozilla as given in their documentation.
Please take a look on this pull request,
https://github.com/bagisto/bagisto/pull/3758.Note: If you want to test the mobile in Mozilla you need to activate the user agent by selecting mobile device from the dropdown as in responsive case it will give web agent but if you check chrome it by default give mobile user agent.
In chrome by default all user agent are comming,
In Mozilla only web user agent is coming,
But see when i change the user agent to GalaxyS9 in mozilla,
Please check and let me know.