Problem with Last version: New Option "Responsive" - Forum

Forum Navigation
You need to log in to create posts and topics.

Problem with Last version: New Option "Responsive"

When i check this new option "Responsive (Advanced)" my app fail to load and crash. and when i uncheck it everything is fine. (a clean new project without any codes or changes)

Chrome console errors attached too.

I have this option ON in other project which has no problem! :O
i tested and turned a lot of options on and off but no luck.
(Also tested Run As Administrator VisualNEO)

Uploaded files:
  • You need to login to have access to uploads.

I Found the problem.

When you create new project and if you use Option "Responsive" you have to add at least 1 container object with "row" CSS Class.

Or your app will fail to load...

Hi @noyzen, the error in your screenshot is CORS related. You are trying to execute a PWA without a webserver, so the "service worker" can't be loaded. That's not related with the new responsive feature. In fact, the new feature just adds some CSS code to the project. I can't think on any reason for this new option to crash your project.

Quote from noyzen on April 13, 2021, 12:05 pm

I Found the problem.

When you create new project and if you use Option "Responsive" you have to add at least 1 container object with "row" CSS Class.

Or your app will fail to load...

Yes Luis, i found problem with my app.
If you check the new option you have to add a container object with "row" CSS Class. and everything will be fine.

Or your app will fail to load...

@noyzen, No, it loads but it's just empty. When working on a responsive project the height will be equal to the content size. If you have no content, then there is no size and you will see just a gray background.

noyzen has reacted to this post.
noyzen

AH yes. that's true. so there is no problem at all with VisualNEO Responsive. cool!

luishp has reacted to this post.
luishp
Quote from luishp on April 13, 2021, 12:05 pm

Hi @noyzen, the error in your screenshot is CORS related. You are trying to execute a PWA without a webserver, so the "service worker" can't be loaded. That's not related with the new responsive feature. In fact, the new feature just adds some CSS code to the project. I can't think on any reason for this new option to crash your project.

hi, I have version 21.4.4 but there is no option as responsive in the project properties.

regards

Hi @kazem,

Please download and install the last version 21.4.9 and the responsive option will appear.

Regards