Search found 3818 matches

Go to advanced search

by Serhii Kulibaba
Wed Feb 23, 2022 2:32 pm
Forum: Issues
Topic: Using parameters in a Request Body
Replies: 2
Views: 4885
 
Jump to post

Re: Using parameters in a Request Body

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?

by Serhii Kulibaba
Fri Oct 08, 2021 12:34 pm
Forum: Issues
Topic: how to create a shuffle button for the audio player? Meditation & Sleep App
Replies: 1
Views: 3557
 
Jump to post

Re: how to create a shuffle button for the audio player? Meditation & Sleep App

Hello,

You just need to shuffle the array "tracks" for that. See the example online, e.g.: https://stackoverflow.com/questions/245 ... ript-array

by Serhii Kulibaba
Tue Oct 05, 2021 3:39 pm
Forum: Issues
Topic: Displaying HTML content via mapping in text component
Replies: 2
Views: 3852
 
Jump to post

Re: Displaying HTML content via mapping in text component

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

by Serhii Kulibaba
Fri Sep 10, 2021 10:59 am
Forum: Issues
Topic: How do I access UI component in Typescript - ionic
Replies: 8
Views: 8907
 
Jump to post

Re: How do I access UI component in Typescript - ionic

It is not possible to use the component name to disable/enable the component. Please use only its property disabled as I shown above

by Serhii Kulibaba
Fri Sep 10, 2021 10:56 am
Forum: Issues
Topic: Back to the app from the web
Replies: 4
Views: 5978
 
Jump to post

Re: Back to the app from the web

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

by Serhii Kulibaba
Wed Jul 21, 2021 5:37 pm
Forum: Issues
Topic: Stripe Payment using Strong Customer Authentication (SCA)
Replies: 7
Views: 8099
 
Jump to post

Re: Stripe Payment using Strong Customer Authentication (SCA)

Hello Simon,

Let's continue in the ticket #45818

by Serhii Kulibaba
Sat Jun 05, 2021 6:29 pm
Forum: Issues
Topic: Calling global ("app") datasource functions in ionic5
Replies: 1
Views: 5530
 
Jump to post

Re: Calling global ("app") datasource functions in ionic5

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.

by Serhii Kulibaba
Fri Jun 04, 2021 7:02 pm
Forum: Issues
Topic: API Express service tests OK but doesn't receive data when used
Replies: 1
Views: 5200
 
Jump to post

Re: API Express service tests OK but doesn't receive data when used

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

by Serhii Kulibaba
Mon May 31, 2021 9:52 am
Forum: Issues
Topic: Camera plugin compatibility with PWA
Replies: 1
Views: 4651
 
Jump to post

Re: Camera plugin compatibility with PWA

Hello,

The plugin is not available in PWA (it works only on native apps). If you would like to use a camera there - please use a simple we camera solution for that, for example: https://jsfiddle.net/Divyesh_Patel/w3pbhhgr/
by Serhii Kulibaba
Sun May 23, 2021 5:21 am
Forum: Issues
Topic: IONIC 5 - global variables
Replies: 4
Views: 6104
 
Jump to post

Re: IONIC 5 - global variables

Hello, Please read this value to the local variable on this page and use that variable on the label. But there is another way to make it work: Please create a simple Angular service (Create new -> TypeScript -> Angular service) it has some examples. After that you can add this service on any page yo...

Go to advanced search