Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

preview on my mobile for Dreamweaver working live site not so much..

New Here ,
May 05, 2017 May 05, 2017

I have uploaded all files to my server and the preview on my mobile for Dreamweaver works a treat but the live site is not responding to the code. HELP

the preview site is here Sessions Festival Your Craft Drinks and Music Festival

275
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , May 05, 2017 May 05, 2017

Change the viewport meta tag at the top of your page from:

<meta name="viewport" content="width=width-device, inital-scale=1">

To the below and see if that makes any difference:

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

Translate
Adobe Employee ,
May 05, 2017 May 05, 2017

Can you provide more details on what we should be testing on your site to reproduce your issue? Your page downloads fine on my computer.

Thanks,

Preran

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 05, 2017 May 05, 2017

Hi Preran

When I scale my screen and use my preview mode on my phone all works as it should. Once I upload to my server it seems to drop all responsive structure.

I have taken a couple of screenshots on my phone so you can see the issue.

Cheers

Ian

Screenshot_on phone using preview.png

Ian Screenshot_on phone using server upload.png

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 05, 2017 May 05, 2017

Change the viewport meta tag at the top of your page from:

<meta name="viewport" content="width=width-device, inital-scale=1">

To the below and see if that makes any difference:

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 05, 2017 May 05, 2017
LATEST

thank that seems to have done the trick.. happy days

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines