Application properties panel - Forum

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

Application properties panel

In the Libraries Applications Panel I have inserted external style sheets.
This is to be able to change the layout of the app.
trying the application from visualneo everything works,
but when I go to upload the app on https://volt.build/upload/ and then I install it on android the application does not apply the different layouts, it shows up white.
Are there any other steps to take?
I use Javasript to set the layout

 

This 'is' the code, there are 3 laout, ter buttons

 

BeginJS

var Layout1 = document.querySelectorAll("div.CONTENITORI");
for(var i = 0 ; i < Layout1.length ; i++ )
{ Layout1[i].className = "CONTENITORI1" ; }

 

var Layout1 = document.querySelectorAll("div.CONTENITORI2");
for(var i = 0 ; i < Layout1.length ; i++ )
{ Layout1[i].className = "CONTENITORI1" ; }

var Layout1 = document.querySelectorAll("div.CONTENITORI3");
for(var i = 0 ; i < Layout1.length ; i++ )
{ Layout1[i].className = "CONTENITORI1" ; }

EndJS

 

CloseDialog

@llazzari sorry no idea. If it works from VisualNEO Web it should work on VoltBuilder too.
I can't think on any reason to explain the problem you are facing.