How to view Mobile Version of a Website on Chrome | BrowserStack (2024)

Web developers have to test websites on specific browsers to ensure the site’s compatibility with said browser’s specifications. Tests are run repeatedly during development to help them verify how every codebase change reflects in the browser. This process ensures that web developers optimize their sites for the real world.

How to view Mobile Version of a Website on Chrome | BrowserStack (1)

Source

This article will explain how developers can open Chrome mobile view via desktop. It also explains how one can test websites on real mobile devices online.

Why test Mobile version of a website on real Chrome browsers?

As mentioned above, Chrome is the most popular browser in the market. Given that many users access the internet via Chrome, any website or web app must be compatible to serve those users adequately. Additionally, there are multiple versions of Chrome, and a website must be able to render and operate flawlessly on each. There is also the question of how a specific Chrome version may interact with the hardware specifications of a particular device, adding another layer of verification required in the website development pipeline.

Emulators and simulators cannot replicate all the specifications required for accurate testing. They may not contain and utilize every Chrome version’s features, which means that any test run on emulators and simulators can provide only inconclusive results.

  • Viewing and testing websites on real Chrome browsers is much easier and more effective.
  • Not only does it guarantee 100% accurate results, but it also reduces a step in the testing process.
  • No website can be released without being tested on real browsers and devices.
  • Therefore, it is best to completely do away with emulators and simulators and test on a real device cloud.

Now, let’s explore two methods to view mobile versions of websites on Chrome.

Using Device Simulation in Chrome DevTools for Mobile View

Users can view the mobile version of a website by using Chrome Devtools.

Note that this method is not entirely reliable as it uses a simulator rather than a real device and browsers to get the job done. Therefore, it cannot replicate all real user conditions, which means that any tests executed by this method will be inconclusive. For 100% accurate results, use the second method – using real browsers.

Listed below are the steps to view the mobile version of a website on Chrome:

  1. Open DevTools by pressing F12.
  2. Click on the “Device Toggle Toolbar” available. (Icon turns blue when the device mode is turned on)How to view Mobile Version of a Website on Chrome | BrowserStack (2)
  3. Choose a device you want to simulate from the iOS and Android devices list.
  4. Once the desired device is chosen, it displays the mobile view of the website.
    How to view Mobile Version of a Website on Chrome | BrowserStack (3)

For web developers to gain accurate test insights, extensive testing on real devices is non-negotiable. It enables them to verify websites in real user conditions.

Read More: 10 must-have Chrome Extensions for testers

BrowserStack’s Real Device Cloud for Live Testing

The ideal way to test a website is to test it on a real device. This helps developers monitor websites on mobile browsers that are installed on real Android and iOS devices. By doing so, QAs can evaluate how a website performs across multiple mobile devices and browsers in the real world.

BrowserStack’s real device cloud provides 3000+ real devices and browsers to test on.

Here’s a quick tutorial on how to get started with viewing the mobile version of a website on Chrome:

1. Sign up for a free BrowserStack account.

2. Navigate to BrowserStack Live.

3. Once the dashboard opens, you can choose from thousands of browser-device combinations.

How to view Mobile Version of a Website on Chrome | BrowserStack (4)4. Choose the iOS or Android device-browser combination you want to test. In this example, it will be a Chrome browser running on Samsung Galaxy S23.

How to view Mobile Version of a Website on Chrome | BrowserStack (5)5. After selecting the device and browser, a new test session will initiate on the chosen hardware-software.

How to view Mobile Version of a Website on Chrome | BrowserStack (6)

6. Navigate to the website you want to view on mobile and check how it renders.

How to view Mobile Version of a Website on Chrome | BrowserStack (7)Additionally, here are a few highlights of BrowserStack’s real device cloud:

  1. No setup nor download needed.
  2. No queues for testing. Pick a device-OS-browser combination and start testing.
  3. Latest Android devices from Samsung, OnePlus, Google, Motorola, Vivo, Oppo, and Realme.
  4. Latest iOS devices like iPhone 14, iPhone 13 Pro Max, iPhone 12 Mini, and more
  5. Latest and legacy versions of Chrome, Firefox, Safari, and Opera are installed on real devices.
  6. Access the latest macOS Ventura, and Windows 11, along with older versions.

Read More: How to change Time Zones in Chrome for Testing

QAs can test on any real Android or iOS mobile device directly from their browser. They do not have to download any browsers or emulators. To open a mobile version of a website on Chrome, QAs can log in, select the device-browser-OS combination and start testing. The image above represents a live testing session (Chrome Browser Testing on Samsung S10+) on BrowserStack.

View Mobile Version on Website on Real Device

BrowserStack also provides the following features :

  1. Upfront access to DevTools that enables inspection of web elements on the page
  2. Geo-location testing
  3. Integrations with popular bug-reporting tools like Jira, Trello, and Slack
  4. Testing of features like pinch-to-zoom and device rotation

The above methods can help developers eliminate their pain points while debugging any issue. These methods also help optimize a website’s performance across multiple devices. Knowing how to open a website’s mobile view in Chrome is an essential part of a QA engineer’s skillset, and this article will help them with mastering this skill.

How to view Mobile Version of a Website on Chrome | BrowserStack (2024)

FAQs

How to view Mobile Version of a Website on Chrome | BrowserStack? ›

Tap the three dot menu and select "Desktop site" to request the desktop version of the site. Then tap it again to revert to the mobile version. Remember sometimes, websites have settings that force the desktop version on mobile devices. Look for an option within the website's settings to switch to the mobile view.

How do I view a website as mobile in Chrome? ›

Tap the three dot menu and select "Desktop site" to request the desktop version of the site. Then tap it again to revert to the mobile version. Remember sometimes, websites have settings that force the desktop version on mobile devices. Look for an option within the website's settings to switch to the mobile view.

How do I view the mobile version of a website? ›

You can also right-click on anywhere on the webpage and select Inspect. On the inspect element toolbar, select the Toggle Device icon. You will now see the mobile version of the website. You can click the same icon again to go back to the desktop version of the website.

How do I view a Web page in mobile format? ›

Use Device Mode in your browser to reformat the page to simulate the mobile user experience:
  1. Chrome. Open DevTools via one of these methods: Windows: Ctrl+Shift+I or F12 / Mac: Cmd+Opt+I. ...
  2. Firefox. Open Responsive Design Mode via one of these methods: Windows: CTRL+Shift+M / Mac: Cmd+Opt+M.

How do I turn my website into mobile view? ›

How to view the mobile version of a website from your browser
  1. Use your web browser's developer tools. Chrome works great for this, but most other web browsers offer similar tools.
  2. Use a dedicated mobile emulator tool. All you do is enter the URL that you want to see and you'll be able to browse it like a mobile user.
Apr 18, 2024

How to check if a website is open in mobile or desktop? ›

JavaScript Code:

test(navigator. userAgent) ? 'Mobile' // If any of the identifiers are found, return 'Mobile'. : 'Desktop'; // Otherwise, return 'Desktop'. // Example usage: console. log(detectDeviceType()); // Outputs "Mobile" if the device is mobile, otherwise "Desktop".

How to make your HTML website mobile compatible? ›

  1. Implement a Responsive Layout.
  2. Optimize Website Speed.
  3. Subtle Pop-Up Implementation.
  4. Incorporate Viewport Meta tag.
  5. Declutter your Web Design.
  6. Always Test the Website on Real Mobile Devices.
  7. Update Content Carefully.
  8. Do not use Flash.
Dec 8, 2022

How do I view mobile version of website on safari? ›

First, tap the ᴀA icon in the left corner of your address bar. On the menu that pops up, select Request Mobile Website – this will trigger Safari to switch over immediately, so every page within that tab appears in its optimized form.

What is mobile view? ›

Mobile view - A view (for example, form/list layout) used by all types of mobile devices (including both tablets and mobile phones) Mobile UI - The ServiceNow user interface used automatically for any mobile phone (for example, iPhone, Android, etc.)

How do I view HTML files in Chrome mobile? ›

A different option is to open the browser on your Android smartphone and enter "file:///path/to/your/file.html" in the address bar. Instead of "/path/my/file. html", the proper file path should be used. The web browser shows the contents of the HTML file.

How to view mobile version of website on Edge? ›

To open the UI that enables you to simulate a mobile viewport:
  1. Open DevTools. For example, right-click in a webpage and then select Inspect.
  2. In the Activity Bar, click the Toggle device emulation ( ) button. Or, in DevTools, select Customize and control DevTools ( ... ) > Device Emulation:
Dec 7, 2023

What is the main difference between mobile and web page? ›

Mobile applications are specifically created to be operated from mobile. In contrast, web applications are created with the purpose of the content and services being browsed by the user from any device via browsers.

How to convert a website to mobile responsive? ›

How to Convert an Existing Website to a Responsive Design?
  1. Identify possible breakpoints and framework. ...
  2. Add pinch-to-zoom functions. ...
  3. Focus on developing CSS styles for a wide range of devices. ...
  4. Develop the navigation and typography of your website. ...
  5. Improve your site's flexibility. ...
  6. Make sure you understand various interactions.

How to make a website compatible with all browsers and mobile? ›

Ensuring cross-browser compatibility
  1. Don't Repeat Yourself (D.R.Y.) When developing your website, keep your code simple and reusable. ...
  2. Define a doctype. ...
  3. Validate your code. ...
  4. Use a CSS reset. ...
  5. Review support for your CSS properties. ...
  6. Create responsive websites. ...
  7. Provide fallback solutions. ...
  8. Utilize cloud-based browser testing.
May 24, 2021

How to use responsive viewer in Chrome? ›

How to Use? >> Install the Responsive Viewer for Chrome extension from the Chrome Web Store. >> Open the website or application you want to test for responsiveness. >> Click on the extension icon in the Chrome toolbar to activate the multiple screen view. >>

How to check website responsive in Chrome? ›

Use Google Chrome to check website responsive
  1. Open the site you want to test in the Google Chrome tab. ...
  2. Right-click on the landing page of the website to open the menu.
  3. After the menu opens, click "Inspect".
  4. Then click on the "Toggle device toolbar." Below we showed where this button is located.

Top Articles
Latest Posts
Article information

Author: Saturnina Altenwerth DVM

Last Updated:

Views: 5867

Rating: 4.3 / 5 (64 voted)

Reviews: 87% of readers found this page helpful

Author information

Name: Saturnina Altenwerth DVM

Birthday: 1992-08-21

Address: Apt. 237 662 Haag Mills, East Verenaport, MO 57071-5493

Phone: +331850833384

Job: District Real-Estate Architect

Hobby: Skateboarding, Taxidermy, Air sports, Painting, Knife making, Letterboxing, Inline skating

Introduction: My name is Saturnina Altenwerth DVM, I am a witty, perfect, combative, beautiful, determined, fancy, determined person who loves writing and wants to share my knowledge and understanding with you.