restore from emulation on google chrome - emulation

I wanted to check how one of my local HTML page looks in different device. So, I launched the page in chrome and enabled in emulator. After that I was unable to see the page in normal full size mode. I have reset the emulator, changed screen resolution, re launched the browser, reset settings, deleted user data, renamed the page, moved the page into a different folder... nothing seems working. But the browser is showing other sites properly. What am I missing? How to reset the emulator to normal view?

Related

This site can’t be reached ERR_CONNECTION_ABORTED on all websites hosted in IIS

These websites were working before and suddenly after a restart of my AWS Workspaces these websites are returning below error on all browsers. I have re-installed IIS and also deleted the files from C:\inetpub\history. When i run the same website from Visual Studio it works but the url would be like http://localhost:29740.
This site can’t be reachedThe webpage at http://localhost/xxx might be temporarily down or it may have moved permanently to a new web address.
ERR_CONNECTION_ABORTED
Are you using chrome browser? there are many reasons for this error, such as the website or service you are trying to access does not support the SSLv3 protocol (Secure Socket Layer Version 3 Protocol), some third-party program like your antivirus or an extension install on to your browser might be interrupting your connection to the website.
Before trying any fixes, try to access the same website from a different browser and preferably a different connection. Try to access the website from the browser in Incognito mode may help too. But if you still encounter this error, here is what you can do to fix it.
Disable SSLv3 in Google Chrome:
First, add a Chrome shortcut to the desktop, then right-click the Chrome desktop shortcut, select Properties, and click the Shortcut tab as below.
C:\Program Files (x86)\Google\Chrome\Application\chrome.exe” –ssl-version-min=tls1
Disable Antivirus and Firewall
In the System tray on the right corner of your taskbar, right-click on the icon of your Antivirus and then click on the option that refers to disabling your antivirus protection temporarily.If prompted, set the duration of antivirus to be disabled as per your choice.You may temporarily disable Windows Defender in you use iton Windows 10.
Now, you can check if your issue is resolved or not. Additionally, you can disable your Windows Firewall protection too. This is due to the fact that the Windows Firewall monitors and authorizes or denies and inward or outward connection from your computer.
Now, you can check again if your issue is resolved or not.
Reset Google Chrome
To reset Chrome browser, make sure that Google Chrome is not running anywhere in the background using the Task Manager.Now, hit the WINKEY + R combinations to open Run and then navigate to the following path,
%USERPROFILE%\AppData\Local\Google\Chrome\User Data
Now, select the folder named as Default and hit the Shift + Delete button combinations and then click on Yes for the confirmation prompt you get.
After deleting the Default folder, open Google Chrome and click on the Menu button denoted by three verticle dots in the top right corner.Then, click on Settings. In the Settings section, scroll down and click on Advanced to reveal the Advanced Settings.
Now, scroll down to the Restore Settings to their original defaults button and click on it.Click on Reset, and this will reset your Google Chrome browser.Now check if you issue is fixed or not.
Reinstall Google Chrome
If all the methods that are mentioned above do not work properly, the last and the ultimate fix would be reinstalling Google Chrome.

Azure Static Website - Showing old content in Chrome

I created a Azure Static website and uploaded some test html to test it out. And it worked.
But now I have uploaded some different content and those changes are not showing in Chrome and other browsers except Internet Explorer.
I linked this with Custom domain as well.
This is what showing in chrome:
This is what showing in Internet Explorer:
I cleared cache in Chrome and tried installing Firefox newly as well. But still showing the old content.
Can any one please help?
Update: when I use the URL like https://www.northernlightspictures.com/index.html then I can see the changes
Please try to use the feature Hard Reload or Empty Cache and Hard Reload of Chrome to reload your page, the step as below.
Press F12 in Chrome and Enabled the feature Disable cache
Click the right key of your mouse on the fresh button of Chrome, and then click the Hard Reload or Empty Cache and Hard Reload button, as the figure below.
Of couse, you can directly use the shortcut key:
For on Windows and Linux, Ctrl+Shift+R or Shift+F5. For on
MacOS, Cmd+Shift+R.
Please try to browse your website again in Chrome, as it is working for me as per your expectation.The way you see it working in Internet Explorer, its showing the same for me on Chrome and Firefox as well. "https://www.northernlightspictures.com/"
Please try to browse the application in "incognito window" i.e. private window.

What could cause err_connection_reset one one page, and only on mobile devices?

We have a ColdFusion Server running on top of IIS. All of our pages can be viewed in desktop or mobile mode, which just changes some CSS around but shows essentially the same page. We've run into an odd situation where on one particular page of the site:
It works fine on a PC viewing the page in desktop mode
It works fine on a PC viewing the page in mobile mode
It returns a err_connection_reset on any mobile device viewing the page in mobile mode
What could cause one particular page on a website to show up fine in desktop browsers but return an err_connection_reset on mobile browsers.
This page is not large, and is made up mostly of common components that are used on other pages which are working fine. No error appears in the server logs (our own, ColdFusions, or IIS').
Google keeps returning me pages about problems with Chrome's data saver mode on pages with 302 redirections. However, this page does not redirect, and we've experienced this on Chrome, Safari, and the Android browser, on both Android and iOS devices.

Instead of running the action, chrome extension menu appears when clicking a page action

I have a Chrome Extension (page action). The extension is loaded in developer mode (not from the store).
The extension is used in two sites, both of which URLs are in the manifest.
When I go to one of the sites, the page icon is enabled and when I click it, it runs fine.
When I go to the other site, the extension icon is also enabled but when I click on the extension, instead of running the action, the extension menu appears (as if I had right-clicked the icon instead of clicked it).
When I hover the page action icon, in both sites I get the text "Has access to this site".
Which are possible causes for this behavior?
Something definitely changed with the manifest.json handling of the most recent Chrome update. (In my case, "Version 72.0.3626.96 (Official Build) (64-bit)" on Windows.) My extension stopped working in a way similar to what you describe.
The solution to my problem was to remove the specific url permissions I had specified in the "permissions" section, and replace them with <all_urls>. I tried tightening them back up again, but the only other thing that worked for me was https://*/*.
I tested this on several machines that had the previous version of Chrome and they had the same behavior... successful operation before the Chrome update, no response after. The icon displayed properly and showed "Has access to this site", but my background page refused to run.
Good luck! Hopefully this helps!

Getting emulated mobile view of a temporarily changed html page

I am using a chrome extension to temporarily change layout of a Google search webpage. I am changing heading and description of the Advertisements displayed. This part works fine.
Next, I need to take screenshot of desktop, tablet and mobile views. getting desktop view is pretty straight. However, for tab/mobile view if I uses any of mobile emulator, or dev console, they refresh the html page before providing the mobile/tab emulation. This results in loosing the html page changes that were done by the chrome extension.
Is there are way to use mobile emulation without reloading/refreshing the page, so that the changes done in html are intact even in tables/mobile views.
I got the answer !
In Dev console, we have the option device toggle(Ctrl+Shift+M)
This way, temporary DOM changes done in desktop view were intact in mobile view as well.

Resources