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:
Issue
When opening the same application on localhost, it doesn't render the custom fonts, and might probably have other CSS issues as well:
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.
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?
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:
Issue
When opening the same application on
localhost
, it doesn't render the custom fonts, and might probably have other CSS issues as well: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: