var lparams = { "id": "browseFile", 'callBack': apz.serreq.RaiseRequest.fnBrowseFileCB, 'filter': '.jpg, .png, .pdf', "fileCategory": 'EXTERNAL', 'location': '', 'openFile': "N" }; apz.ns.fileBrowser(lparams); I am using this to filter the files that has to be choosen, but I am able to choose all ty...
I have a checkbox, its shows the state as enabled in screen level but when I preview the screen the checkbox is disabled. Any change that has to be done to keep it enabled in the screen level rather than in the script level? (Appzillon 3.5.5)
When I use the FileBrowser plugin and keep the fileCategory as DEFAULT, it opens the Sandbox path and the user doesn't have an option to browse from other file directories like Documents or Downloads. If a user has to upload a document which is present in Documents folder how can the user navigate t...
The File Browser button is working in Web whereas in phone when I click on Browse button no action is performed (Appzillon 3.5.5 - > File element).

Is there any change that has to be done?
I have 2 layouts Web and Phone, I am using tabs panel in both the layouts (Appzillon 3.5.5). The panel is working for web whereas in phone layout it is displaying as accordion. Is there any change that has to be done to achieve the tabs in phone layout?
I am using accelerometer plugin with periodicity as onChange . According to my understanding the callback has to be invoked only when there is a change in the position of the device, but even when there is no movement in the device the callback is getting invoked. Kindly help me in understanding thi...