Giter Club home page Giter Club logo

Comments (8)

InspiredLamb avatar InspiredLamb commented on July 30, 2024

I've found this problem, too, but not with every instance. I have a lot of pages where it functions fine on Android Chrome, but I find it happens a lot when integrated with WordPress.

from sidr.

InspiredLamb avatar InspiredLamb commented on July 30, 2024

Problem solved, at least in WordPress, using responsive Sidr, by including initial scale and maximum scale in the viewport meta:

meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"

from sidr.

Adminjojo avatar Adminjojo commented on July 30, 2024

Oh nice, thank you, i’ll take a look at these meta,

Envoyé depuis Courrier Windows

De : InspiredLamb
Envoyé : ‎mardi‎ ‎3‎ ‎septembre‎ ‎2013 ‎13‎:‎58
À : artberri/sidr
Cc : Adminjojo

Problem solved, at least in WordPress, using responsive Sidr, by including initial scale and maximum scale in the viewport meta:


Reply to this email directly or view it on GitHub.

from sidr.

graphicalforce avatar graphicalforce commented on July 30, 2024

I'm noticing this as well but only on one menu which is the left side. I have one for a right side that is working properly and I have just noticed this recently.

@InspiredLamb where did you put that code to fix the issue? I'm using WordPress as well.

from sidr.

camilou avatar camilou commented on July 30, 2024

@graphicalforce You have to modify your header.php and change/add the new meta,

The not working verision is:

from sidr.

InspiredLamb avatar InspiredLamb commented on July 30, 2024

@graphicalforce Change the meta name="viewport". You may need to just add to it, depending on which theme you are using. I was using a TwentyTwelve child theme, so I originally had this:

meta name="viewport" content="width=device-width"

I added this:

meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"

Hope that helps.

from sidr.

Adminjojo avatar Adminjojo commented on July 30, 2024

Yes it worked.

Envoyé depuis Courrier Windows

De : InspiredLamb
Envoyé : ‎mardi‎ ‎10‎ ‎septembre‎ ‎2013 ‎11‎:‎35
À : artberri/sidr
Cc : Adminjojo

@graphicalforce Change the meta name="viewport". You may need to just add to it, depending on which theme you are using. I was using a TwentyTwelve child theme, so I originally had this:

meta name="viewport" content="width=device-width"

I added this:

meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"

Hope that helps.


Reply to this email directly or view it on GitHub.

from sidr.

graphicalforce avatar graphicalforce commented on July 30, 2024

Thanks guys! That worked for me!

from sidr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.