Search found 17 matches

Go to advanced search

by aantsypau
Sun Mar 03, 2024 8:06 am
Forum: Issues
Topic: date in table issue
Replies: 1
Views: 3266
 
Jump to post

Re: date in table issue

To do this in the mapping you need to select gear icon and add Custom TS with code
return value.split('T')[0];
see image below
by aantsypau
Wed Feb 21, 2024 1:04 pm
Forum: Issues
Topic: How can I publish JQM or Ionic 1 application into App Store
Replies: 1
Views: 982
 
Jump to post

Re: How can I publish JQM or Ionic 1 application into App Store

You can do this 1. Gather release build 2. Install ios-uploader https://github.com/simonnilsson/ios-uploader 3. Generate App Specific passwrod 3.1 Sign in to appleid.apple.com. 3.2 In the Sign-In and Security section, select App-Specific Passwords. 3.3 Select Generate an app-specific password or sel...
by aantsypau
Tue Feb 20, 2024 12:18 pm
Forum: Issues
Topic: It's possible to create custom components as Form inputs
Replies: 1
Views: 728
 
Jump to post

Re: It's possible to create custom components as Form inputs

Yes it is possible, you can find example how to do this in our Phone Input plugin which contains corresponding custom component with required for you functionality
by aantsypau
Sun Dec 17, 2023 5:06 pm
Forum: Issues
Topic: ListItem background color
Replies: 3
Views: 6689
 
Jump to post

Re: ListItem background color

We record a video with explanation how to implement you task https://youtu.be/NU3AmptO3A0
by aantsypau
Thu Dec 14, 2023 2:34 pm
Forum: News
Topic: New video - Passing parameters between screens
Replies: 0
Views: 10870
 
Jump to post

New video - Passing parameters between screens

Video instruction how to pass parameters between screens For mobile application development, we recommend using global variables to pass parameters between screens. However, for web applications, please consider utilizing path and query parameters as well. https://www.youtube.com/watch?v=4yBSwaoXDsk
by aantsypau
Wed Dec 13, 2023 1:19 pm
Forum: Issues
Topic: Set focus into input component
Replies: 1
Views: 4523
 
Jump to post

Re: Set focus into input component

I made a small example to show how it works, a backup example is attached. In a nutshell, you need to add ViewChield inclusion to the page for input, add an attribute that starts with a hash create a variable with the same name @ViewChild("focusinput") focusinput and type any and to set fo...
by aantsypau
Wed Dec 13, 2023 9:07 am
Forum: Issues
Topic: ListItem background color
Replies: 3
Views: 6689
 
Jump to post

Re: ListItem background color

The most easiest solution is adding custom property [style.--background] see attached image
by aantsypau
Thu Dec 07, 2023 8:10 am
Forum: Issues
Topic: Showing a default image
Replies: 2
Views: 9633
 
Jump to post

Re: Showing a default image

You can use construction like this item?.avatar?.fileurl || 'path to default image'
by aantsypau
Tue Dec 05, 2023 9:35 am
Forum: Issues
Topic: Can we add the permission in the AndroidManifest and this should then work?
Replies: 1
Views: 6225
 
Jump to post

Re: Can we add the permission in the AndroidManifest and this should then work?

Yes of course there two ways how it can be achieved
1. In Android permission section https://docs.appery.io/docs/appbuilder- ... ermissions
2. Provide configuration into Cordova config section https://docs.appery.io/docs/appbuilder- ... ova-config

Go to advanced search