responsively-org / responsively-app

A modified web browser that helps in responsive web development. A web developer's must have dev-tool.
https://responsively.app
GNU Affero General Public License v3.0
22.8k stars 1.2k forks source link

CSS rendering not working fully on all devices on Localhost #449

Open luannaufal opened 4 years ago

luannaufal commented 4 years ago

Context

When using the App, one of the most important validations are CSS related.

Expected

My application to open with CSS rendered correctly, including custom fonts. This works perfectly in production: image

Issue

When opening the same application on localhost, it doesn't render the custom fonts, and might probably have other CSS issues as well: image

This example is an application running on Vue with Nuxt Framework, using webpack. I'm not totally sure the issue is with Responsively or the way it accesses the application on multiple devices, which might be conflicting with the serving mechanism.

I'm running on this device: image

jjavierdguezas commented 4 years ago

It seems that the first device is OK right? maybe this is related to #282 (see the links at the end of the description) could you try with just one device?

manojVivek commented 4 years ago

@luannaufal A couple of questions:

  1. Can you try opening the URL in multiple tabs in the Chrome browser and check if you are seeing the same behavior there?
  2. Is it possible for you to share a URL where we can debug this issue?