Hello,
Where exactly do you pass these values to the body?
In your API Express service, REST component?
Could you please provide us with more details, screenshots or exact steps to reproduce this problem?
Hello,
Where exactly do you pass these values to the body?
In your API Express service, REST component?
Could you please provide us with more details, screenshots or exact steps to reproduce this problem?
Hello,
You just need to shuffle the array "tracks" for that. See the example online, e.g.: https://stackoverflow.com/questions/245 ... ript-array
Hello,
You are right, the label component shows the HTML layout as it is. Please use the component HTML instead of the label to display the HTML
It is not possible to use the component name to disable/enable the component. Please use only its property disabled as I shown above
Hello,
Please use the inAppBrowser: https://docs.appery.io/docs/cordova-jqu ... appbrowser
it will allow you to open the website in the child window of the application (with the "close" button) or in the native browser, without opening the website as application page
Hello Simon,
Let's continue in the ticket #45818
Hello,
Please place all common functions to the custom service (Create new->TypeScript->Angular Service) you will get a sample code on how to use it. After that you can add this service on any page you need (in the tab code->Internal includes) and define a variable, based on that include.
Hello,
Could you please provide us with more details? Please provide us (support@appery.io) with a backup of that API Express service to test it on our side