need site to display in mobile mode on hi res screen mobile

Hello.

I created a few Web sites for mobile phones using Bootstrap 2 and 3.

Now, I tried these on standard mobiles and they work fine.

However I bought a windows phone and sites that I created are in the size of the office, because the pixels on my phone are better than the original resolution phone.

So the question is... How do I get my site to fall in the mobile mode/width/display when the mobile is a resolution more than usual.

The problem is that, although the size of my sites from the still of the display, the text and the screen is so small that it is not admissible.

Please can someone advise.

Either way, I'm using DW - CS6

Thank you.

Terry

Hello

You must add a specific @ms viewport meta tag and a bit of javascript-

https://timkadlec.com/2013/01/Windows-phone-8-and-device-width/

PZ

Tags: Dreamweaver

Similar Questions

  • Need driver for display (ATI Mobility Radeon 7000 IGP)

    Need driver for display ATI MOBILITY RADEON 7000 IGP OS Win 98, ME

    Hello
    I put t know which laptop model you use, but all the drivers, you can find on http://eu.computers.toshiba-europe.com topic support & downloads.

  • need to run windows in safe mode with network to have browserws working properly. using IE and Firefox. Website of punch comes in properly next tab sites just wai

    need to run windows in safe mode with network to have browserws working properly. using IE and Firefox. Web site fisting comes in following correctly sites just waiting for the website tab help

    If it works in Windows safe mode, then you have a problem with other software, maybe a security software or a system driver that runs on your computer.

    It is possible that your security (firewall, antivirus) software blocks or limit Firefox or the process of plugin-container without you inform, possibly after the detection of changes (update) for the Firefox program.

    Delete all rules for Firefox and the plugin-container in the permissions list in the firewall and leave your firewall again ask permission to get full unlimited access to the internet for Firefox and the plugin-container and the update process.

    See:

  • Mobile site is displayed on the phone - help?

    I was not able to get the version of phone the customer site to display on my phone (iPhone5).  I have read other threads and tried a few things (by emptying the cache of the browser on the phone, etc.).

    I checked and the setting disabled "redirection of office." When it displays the mobile phone and desktop. If not checked two devices display the desktop version of the site.

    What is strange, is that a few months ago, I created a mobile version of another client site and everything worked well. Muse usually does most of the work behind the scenes, so I'm stumped.  I don't want to download the new files from site to my client "server so that it actually works.

    Thanks for any wise wisdom.

    It seems that redirecting to the phone has been cut off in the properties of the Site? Go to the Site Properties dialog box, select phone and post "redirect desktop" is checked.

  • Site of Muse shows mobile version in Chrome, but not in Explorer

    Hello

    I recently started making websites in muse. I did both desktop and mobile Web site. When I discovered the site on my Surface Pro 3 (with his salvation screen resolution 12 inches) Chrome or Firefox, it will only show the mobile version and I can't change. However when I have view it in Explorer or Safari it appears as desktop. I really need this website to display permanently. Someone at - it ideas?

    -J' tried to display the desktop version of Chrome, but it won't.

    -J' got tired of zoom in and zoom out

    -The site is www.metech.co.nz

    -J' thought to add a version of the tablet that looks like the desktop computer

    Thank you for the information.

    You can try accessing your site by using a private on Firefox and Chrome browsing session?

    If this does not work, please send us your Muse file to [email protected] with subject "ATTN: Marc." If your Muse file is too big to email feel free to send us a link to a file sharing service (e.g. Dropbox).

    Kind regards

    Marc

  • Version for phones (full screen, slideshow) only displays in landscape mode...

    The desktop version and tablet appear to work well now. The version of office always worked perfectly from the start, but the tablet version would show two text boxes and rather small logo, and then the image will load and only zooooooom seemingly in every century. A very weird thing to see when it is not at all what I intended to do. This problem has been resolved by disabling "sticky footer" in the page properties for both mobile and versions of table of the site.

    However...


    The mobile version is built to perfectly display in portrait mode, but appears only in mode landscape for text elements and logo are tiny portrait for the design of the website looks pretty terrible.

    URL: www.onwords.io

    It's just a page of temporary destination for one of my clients that changes the direction of his start-up company, isn't a criticism site. I'd appreciate it again any help I can get to make the mobile

    working version in its ideal form.

    Is there a way to lock users into see a mobile version of the site in only portrait mode?

    I just need to take this box white semi transparent for body copy and drag a bit on the edges of the layout?

    You can try the suggestion as described here:

    https://forums.Adobe.com/message/6145798

    Thank you

    Sanjit

  • Design of a Mobile Web site and the best Mobile detection Solution

    Last week, I decided to create a mobile version of one of my Web sites. I thought it would be a relatively easy task, but I quickly realized there is more that meet the eye.

    Without going into all the details (for example questions from the media, etc.), this is the strategy I ended up with...

    First step:

    I used this script to detect a mobile device...

    < script type = "text/javascript" >

    If (screen.width < = 400) {}

    document.location = ' http://mobile.MYURL.com';

    }

    < /script >

    I know that I could use the media queries or any number of other methods, but this one appeared to require the minimum of effort. For example, the media seems so complicated because I make sure I have the list of possible devices that can check out my Web site. The script above simply says, if the screen is small, view the mobile Web site. The downside is the person with the mobile device needs to have Javascript enabled, but very few people turn it off.

    Second step:

    I designed a special website for the mobile device.

    I could have created special CSS for each page to my Web site, but people don't want to read all the content I have on my Web site in any case, at least not on a mobile device. It was much easier to create a little site for mobile devices instead of make a huge CSS file to convert all my pages.

    ----------------------------------------------------------

    Because there are so many options when you create a mobile Web site, I just wanted to see if everyone here thinks I did it the right way or would you recommend an alternative?

    Also, I saw that he sent several times that I should include a link to the 'full version' of my site at the bottom of my mobile Web site. How I do that without creating an infinite loop that continues to send the visitor to the mobile version? In other words, when they click on 'full version' it will send them to the page that contains the script above, and this script will send their right to the mobile version.

    Thanks in advance for any suggestions or advice.

    All the best,

    Bill

    Separate sites for the version complete mobile vs is the best method. Just synchronize the data dynamically from database. Depending on the complexity of your site, the setting is completely different for a mobile version. Much, much more than just a style some conditional css rules. Device for side detection Server allows to redirect mobile users to the mobile version, which is usually a completely different directory or same site... ie. m.example.com mobile and example.com for the version complete.

    Similarly, you would use the reciprocal method of detecting device for side supported server to redirect anone who is NOT on a device to the full version if they visited the complete mobile URL from a web browser. You can use a cookie with detection on the server to allow the user to "switch" to the version side full and vice versa. Where if the cookie is not set and the device is mobile, then directly on the mobile device and display the button to switch to a comprehensive site that sets the cookie. Much of/and/of/ifelse/instructions if else going on there, but it can be done easily. I hope you get the point.

    best,

    Shocker

  • MSN Outlook, hotmail "IE has blocked this site to display content with security certificate errors. Click here for options... »

    MSN Outlook, hotmail "IE has blocked this site to display content with security certificate errors. Click here for options... »

    How can I get rid of this irritating pop-up message whenever outlook is open?

    Without knowing what are certificate errors, it is a shot-in-the-dark.

    80 90% of certificate in Windows XP errors can be attributed to one of the following two issues:

    1. Time Date, time, time zone, or light of day on your computer is/is not set correctly.  The time on your machine should be within 5 minutes of real time for certificates authenticate properly.  Right-click on your taskbar clock, and select time settings to check the correct time.  Synchronize time via Internet can solve this problem.
    2. Windows XP does a poor job of keeping its root certificates (certificates by which all other certificates are considered) up-to-date.  The newer versions of Windows did a much better job.  It certainly wouldn't hurt to update your root certificates and in many cases, this is all you need.  For update, visit the following article:
      "Members of the certificate program root Windows.
         <>http://support.Microsoft.com/kb/931125 >
      Then go down to the subsection titled "root Update Package (for Windows XP only).  Then click on the option "update for root certificates for Windows XP... "the link.  This will take you to the last downloadable update.  Download the package on your computer and double-click it to update your certificates

    One of the above should solve your problem.

    HTH,

    JW

  • Blocked the hotmail Web site to display content with security certificate errors

    Blocked the hotmail Web site to display content with security certificate errors.

    Need help with answers.

    Hello

    1. which browser is installed on the computer?

    2. were there any changes (hardware or software) to the computer before the show?

    Perform the steps from the link if you have Internet Explorer and check.

    "There is a problem with the security certificate from the website" when you try to visit a secure in Internet Explorer Web site

    Answer to us if you are having problems with Internet Explorer security certificate errors or any other problem of Windows, and I'd be happy to help you.

    Good day!

    Hope this information helps.

  • I need the video/display drivers for my Dell Inspiron 6000 with Windows 8.

    I need the video/display drivers for my Dell Inspiron 6000 with Windows 8.  Laptop is the Intel Pentium M processor 2.00 GHz RAM, operating system, 32-bit on x 86.  My resolution is not at the right level and videos have hard play.

    I went to the ATI site and when I try to download their drivers, they will not be installed because they do not recognize the Windows 8 operating system.  The site of Dell's Windows XP operating system.
    Thanks for any help.
     
    [Moved from comments]

    Resolved - finally

    2 essential steps
    1 https://support.dell.com/support/topics/global.aspx/support/kcs/document?c=us&l=en&s=gen&docid=DSN_179256&isLegacy=true#Issue5
    Reconstructions of Dell should be loaded in a particular order until the drivers are installed, that is to say the controllers then the drivers for the chipset and resolution etc. They are specific to this.
    then;
    2 CharlesGrimes comment '... ". searching on my computer for the Dell under the old windows files and the old drivers were loaded. "I had tried this but not good. So went into a ghost of Dell image when the resolution was good on Win7, recovered files in windows/System32, which has old drivers. Does the update in graphic cards [Device Manager] driver and manually looked through above the files recovered from previous instal win7 and YES they charge this time.
    Oh what a relief to have a higher resolution. Experience had taught me how snappy Win8 is, I picked up a shortened bunch of ways to circumvent the operating system, and it is growing on me. WIN8 Pro works best on this old machine than its original Home XP and Win7.
    Thank you Carlos and others for your info that led to my positive resolution.
  • Migration site Muse in MEA Mobile

    Hello everyone, I recently changed my career that leaves me the privilege to work with Adobe CC 2015 and DPS. I am brand new to DPS with no prior experience. My first duty is to familiarize myself with DPS in helping a student who created a Web site in muse and would get the site downloaded to MEA Mobile flyby before eventually publish to Apple/Android. The Web site consist of about 25 pages, each page giving the 3 options which will take you to another page depend on the option selected. I tried to export the entire project as HTML and then drop this folder to export in AEM MobilePackager to create an article. I then created a project in AEM, transferred to article and started working on the page layout, but it seems as if a lot of content is missing.


    In my research, it seems that perhaps the best option is to re - design the muse project so that each page and he has associated graphics is a unique project. From there on, I need to export each project as HTML and then packaging as an article so that each article is created from an index.html file. Is the best way to go? Also, some pages have incorporated audio files so that the user can listen to the audio clip before choosing an option. DPS does support audio? Maybe this project suits better to remain a responsive site rather than an application, however, if this is possible I'd like to make it work in flight before just to continue my studies of DPS.


    I appreicate any comment

    DPS supports extracts sound as would a normal Web page.

    It is possible that this project be better to remain a responsive site rather than an application.

    It's probably just, but if you are determined to move of DPS, then you would package the individual html pages and assets in the form of files article and probably change the navigation of your site to adapt to collections and the layout of cards that DPS uses.

  • I need IE9 to display expensive 1st frame of the video file integrated

    I joined a .mov file in my site. The film itself, the first image is a photo. On safari and firefox on my mac, the video appears with the photo as the first picture (which is what I want). However, when I view the page on the laptop from windows my MOM using IE9, the first image is black. The video plays well, I just need that it displays the first image, and not a black frame.

    The code I used is

    " < embed src = ' http://www.theamateurchef.co.UK/userimages/AppleCrumbleP.mov "autoplay ="false"controller ="true"loop ="false"pluginspage =" " " http://www.apple.com/quicktime/ ' "height ="378"width ="477"> < / embed > "

    Any help would be appreciated.

    Thank you

    Ally

    Works fine for me in IE7, IE8, and IE9 in QuickTime Player.

    MOM has later than QuickTime Player installed on his PC?

    http://www.Apple.com/QuickTime/Download/

    Nancy O.

  • HOW TO LOCK MY IPHONE 6 DISPLAY IN LANDSCAPE MODE

    How can I block my Iphone 6 display in landscape mode?

    Sorry, there are no settings for it.  You can only lock it in portrait mode.

  • NEED HELP WITH SERVICE PACK 3. After downloading and the computer goes into rebooting mode I get the screen to restart with three options, network security safe mode and the other thing. ,

    NEED HELP WITH SERVICE PACK 3.  After downloading and the computer goes into rebooting mode I get the screen to restart with three options, network security safe mode and the other thing. , but it of although he gets, he keeps countdown to restart and reboots and restarts, over and over again, never reboots, same screen. my computer won't let me out this screen even after I turned off the computer and turn it back on, I get the same screen. the only way I can get out of this is to erase my computer everything and bring it back to factory, right out of the box, this big headaches. Thanks for anyone who can help me. PS. Keep the answers in simple terms please.

    Hi BSRC$, in stock

    1. You have security software installed on the computer?
    2. You receive an error message when you restart the computer?

    Reinstalling Windows XP to the factory setting would not be the first option.

    It is possible that some third-party programs or the services installed on the computer interfere with the installation of service pack 3.

    I suggest that you try to uninstall service pack 3 from the computer by using the recovery console and subsequently ask the article below for what to do before installing the service pack 3on the computer.

    How to remove Windows XP Service Pack 3 from your computer

    http://support.Microsoft.com/kb/950249

    Steps to take before you install Windows XP Service Pack 3

    http://support.Microsoft.com/kb/950717

  • I can browse a version of 'web' of the Web site instead of the mobile version?

    Hello firefox,.

    I was wondering if it is possible to browse some how the web version of a Web site instead of the mobile version? I am playing games on https://ollygames.com - but it shows me the mobile version, and I prefer the web version.

    Thanks, Nikolaj

    See this link https://support.mozilla.org/en-US/kb/viewing-desktop-sites-firefox-ios

Maybe you are looking for