Search found 3818 matches

Go to advanced search

by Serhii Kulibaba
Fri Dec 18, 2020 3:13 pm
Forum: Issues
Topic: AppleTV App
Replies: 1
Views: 1157
 
Jump to post

Re: AppleTV App

Hello Korry,

Sorry, but it seems not possible to develop applications for tvOS. Please search online for an appropriate solution.

Appery.io supports Android and iOS only

by Serhii Kulibaba
Fri Dec 18, 2020 3:09 pm
Forum: Issues
Topic: How to query data inside Devices Collection
Replies: 1
Views: 4073
 
Jump to post

Re: How to query data inside Devices Collection

Hello,

  1. Please use the collection name "_devices", not "Devices" here

  2. Please add the Master Key (in the last parameter of that method) to the request, this collection requires permissions to read data.

by Serhii Kulibaba
Mon Dec 14, 2020 3:28 pm
Forum: Issues
Topic: Using a method in multiple screens
Replies: 1
Views: 1024
 
Jump to post

Re: Using a method in multiple screens

Hello,

The function, defined on the one screen is available only on that screen.
What project type do you use Ionic 1 or Ionic 4?

by Serhii Kulibaba
Mon Dec 14, 2020 3:26 pm
Forum: Issues
Topic: adding rows to multiple tables in Apiexpress
Replies: 5
Views: 6519
 
Jump to post

Re: adding rows to multiple tables in Apiexpress

Hello,

Do you use a custom SQL query here? How do you put these values into the database?

by Serhii Kulibaba
Mon Dec 14, 2020 3:24 pm
Forum: Issues
Topic: Upgrading an Android PWA
Replies: 13
Views: 8176
 
Jump to post

Re: Upgrading an Android PWA

What exactly have you changed there? You can make all these changes on the App Settings page. Please delete the edited (blue colored) files on the Source tab and click Undo all source changes on the folder with the edited files. Please note that functionality added via the Source tab will be lost an...
by Serhii Kulibaba
Thu Dec 10, 2020 9:50 am
Forum: Issues
Topic: Upgrading an Android PWA
Replies: 13
Views: 8176
 
Jump to post

Re: Upgrading an Android PWA

What changes/dependencies exactly you have made here?

by Serhii Kulibaba
Thu Dec 10, 2020 9:45 am
Forum: Issues
Topic: Clickable List from DB Query Mapping
Replies: 9
Views: 9226
 
Jump to post

Re: Clickable List from DB Query Mapping

Thank you for this update! Glad it works now!

by Serhii Kulibaba
Mon Dec 07, 2020 12:52 pm
Forum: Issues
Topic: Clickable List from DB Query Mapping
Replies: 9
Views: 9226
 
Jump to post

Re: Clickable List from DB Query Mapping

Please use that currentItem.itemData on the click event Run TypeScript, not in the property (click)

by Serhii Kulibaba
Fri Dec 04, 2020 6:17 pm
Forum: Issues
Topic: Clickable List from DB Query Mapping
Replies: 9
Views: 9226
 
Jump to post

Re: Clickable List from DB Query Mapping

Please share (https://docs.appery.io/docs/teams-sharing-with-support) your app with support@appery.io and provide us with the following information:

1) App name
2) Test credentials if login functionality is implemented in your app
3) Detailed steps to reproduce the issue

by Serhii Kulibaba
Fri Dec 04, 2020 6:15 pm
Forum: Issues
Topic: How do I access UI component in Typescript - ionic
Replies: 8
Views: 11179
 
Jump to post

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

Please add it to the "Properties" panel of the component you want to disable/enable:

Screenshot_35.png
Screenshot_35.png (67.09 KiB) Viewed 11147 times

If you need to control it with the TypeScript - please use a variable instead of the simple Boolean value as you can see on the screenshot abow

Go to advanced search