facebook

Wrong Meta tags: FIXED in 1.4.3

  1. MobiOne Archive
  2.  > 
  3. Feedback & Suggestions
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #323516 Reply

    djs84_deleted
    Participant

    The Code

    <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0" />

    is wrong. The Safari developer ignore the content

    To fix this, use commas instead:

    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
    #323524 Reply

    support-michael
    Keymaster

    @djs84

    Thanks! We concur w/ your critique and the separator change will be introduced in next release.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Wrong Meta tags: FIXED in 1.4.3

You must be logged in to post in the forum log in