Search found 0 matches

by Serhii Kulibaba
Wed Feb 23, 2022 2:32 pm
Forum: API Express
Topic: Using parameters in a Request Body
Replies: 1
Views: 1126

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
Tue Oct 05, 2021 3:39 pm
Forum: Moved from Get Satisfaction
Topic: Displaying HTML content via mapping in text component
Replies: 2
Views: 1232

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: App Builder
Topic: How do I access UI component in Typescript - ionic
Replies: 8
Views: 4102

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: App Builder
Topic: Back to the app from the web
Replies: 3
Views: 2103

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: App Builder
Topic: Stripe Payment using Strong Customer Authentication (SCA)
Replies: 7
Views: 3449

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: Ionic 4
Topic: Calling global ("app") datasource functions in ionic5
Replies: 1
Views: 2656

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: Announcement
Topic: API Express service tests OK but doesn't receive data when used
Replies: 1
Views: 2593

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: App Builder
Topic: Camera plugin compatibility with PWA
Replies: 1
Views: 1845

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: App Builder
Topic: IONIC 5 - global variables
Replies: 4
Views: 2658

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...
by Serhii Kulibaba
Fri May 14, 2021 2:32 pm
Forum: Moved from Get Satisfaction
Topic: can init but can not process appery class defined in generic service
Replies: 1
Views: 2381

Re: can init but can not process appery class defined in generic service

Hello,

Sorry, but I didn't get the issue. Could you please provide us with more details, screenshots, or exact steps to reproduce this problem?
by Serhii Kulibaba
Thu May 13, 2021 7:16 pm
Forum: App Builder
Topic: Help: JQM How to call a Service in HTML javascript
Replies: 1
Views: 1880

Re: Help: JQM How to call a Service in HTML javascript

Hello,

Please use the method "execute" for that. In your case it would be

Code: Select all

FindPlaces.execute();
by Serhii Kulibaba
Wed Apr 28, 2021 2:17 pm
Forum: App Builder
Topic: API Express service tests OK but doesn't receive data when used
Replies: 2
Views: 2178

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

Hello Simin,

Could you please check the Network tab of your browser? Do you see a correct response here? Where did you see a full response? Please provide us with some screenshots of these pages

by Serhii Kulibaba
Fri Apr 23, 2021 1:56 pm
Forum: Ionic 4
Topic: Applying CSS
Replies: 4
Views: 2764

Re: Applying CSS

Please use the following CSS for that:

Code: Select all

.cssheader ion-toolbar {
   --background:#000000;
}
by Serhii Kulibaba
Fri Apr 23, 2021 1:47 pm
Forum: Ionic 4
Topic: HTML component does not wortk
Replies: 3
Views: 2356

Re: HTML component does not wortk

Could you please show the mapping from the service to the HTML component?

Does your data service return a pure HTML code?

by Serhii Kulibaba
Tue Apr 20, 2021 10:55 am
Forum: Ionic 4
Topic: Applying CSS
Replies: 4
Views: 2764

Re: Applying CSS

Hello,

Could you please clarify a few things:

  1. What project type do you use here? JQM, Ionic (1,4,5)

  2. What styles exactly do you want to apply? To the header itself or the label/buttons on it?

by Serhii Kulibaba
Mon Apr 19, 2021 1:21 pm
Forum: Ionic 4
Topic: HTML component does not wortk
Replies: 3
Views: 2356

Re: HTML component does not wortk

Hello,

It renders the HTML correctly. What issue here exactly do you have?

Could you please provide us with more details, screenshots, or exact steps to reproduce this problem?

by Serhii Kulibaba
Mon Apr 19, 2021 1:16 pm
Forum: Moved from Get Satisfaction
Topic: google play store says my device is not compatible
Replies: 37
Views: 13401

Re: google play store says my device is not compatible

Hello,

What device/Android value do you use here?

What project type does your project have? What is the libraries version here?

by Serhii Kulibaba
Mon Apr 19, 2021 1:15 pm
Forum: Backend Services
Topic: chart - updating data with an array issue
Replies: 12
Views: 5367

Re: chart - updating data with an array issue

Hello, Please add the alert on that mapping. Do you see the value from that mapping there? I suggest you use a plain TS code to get this value, not a mapping. Just read the full response and print it to the label/alert. If you see it there - add the child property to the label/alert to read only tha...
by Serhii Kulibaba
Tue Apr 13, 2021 7:22 pm
Forum: Backend Services
Topic: chart - updating data with an array issue
Replies: 12
Views: 5367

Re: chart - updating data with an array issue

It is better to save the response result to the local variable and use that variable on your page. According to the screenshot above, I see you have to use the following TS code on the success event of that service:

Code: Select all

this.data = JSON.parse(res.feed.entry[0].content.$t);
by Serhii Kulibaba
Mon Apr 12, 2021 6:19 pm
Forum: App Builder
Topic: APK Build Error
Replies: 3
Views: 24939

Re: APK Build Error

Hello, Could you please clarify if you have changed anything on the Source tab? If you did, these custom changes might have caused the build to fail. Try to roll back the custom source changes and try to build the app again. Here is how to rollback custom source changes: https://docs.appery.io/docs/...
by Serhii Kulibaba
Mon Apr 12, 2021 6:16 pm
Forum: Backend Services
Topic: chart - updating data with an array issue
Replies: 12
Views: 5367

Re: chart - updating data with an array issue

Sorry, but these structures differ from the JSON you have sent above. Just be sure you pass the correct array to the variable "data".

Could you check the exact data structure from the network tab of the browser? I believe you will see the exact structure there

by Serhii Kulibaba
Wed Apr 07, 2021 9:48 am
Forum: App Builder
Topic: Angular Material Tooltip
Replies: 2
Views: 2156

Re: Angular Material Tooltip

Hello, Please use Ionic default components in your project, they work better than Material. In your case, it would be popover component: https://docs.appery.io/docs/ionic-4-snippets#popovercontroller Example: https://ionicframework.com/docs/api/popover Please see the following steps on how to use it...
by Serhii Kulibaba
Wed Apr 07, 2021 9:44 am
Forum: Backend Services
Topic: chart - updating data with an array issue
Replies: 12
Views: 5367

Re: chart - updating data with an array issue

I see your response structure. According to it you should parse the object "$t" in the parameter "content". I don't see the full response, but it seems to be: this.data = JSON.parse(res.content.$t); this.data - the variable, which you use in the chart res - the response from your...
by Serhii Kulibaba
Thu Apr 01, 2021 4:01 pm
Forum: Backend Services
Topic: Trying to map my RSS feed but I don't know which to map it to
Replies: 1
Views: 1861

Re: Trying to map my RSS feed but I don't know which to map it to

Hello,

What service response exactly do you have here? Have you set the mapping to your components?

by Serhii Kulibaba
Thu Apr 01, 2021 3:59 pm
Forum: Backend Services
Topic: chart - updating data with an array issue
Replies: 12
Views: 5367

Re: chart - updating data with an array issue

Hello,

Please run the action "Update chart datasets" on the button click event to update the chart data

by Serhii Kulibaba
Wed Mar 24, 2021 8:19 am
Forum: Ionic 4
Topic: Radio selection
Replies: 1
Views: 1933

Re: Radio selection

Hello Dan,

Have you set the [(ngModel)] for that radio component?

Please check if there are any errors in the browser console. You can learn here: https://docs.appery.io/docs/using-brows ... -js-errors how to open the console.

by Serhii Kulibaba
Wed Mar 24, 2021 8:17 am
Forum: Moved from Get Satisfaction
Topic: Radio button selection storing
Replies: 8
Views: 3792

Re: Radio button selection storing

Hello,

Could you please provide us with the screenshot of that mapping to understand what is going wrong there?

by Serhii Kulibaba
Tue Mar 16, 2021 6:29 pm
Forum: App Builder
Topic: inAppBrowser Plugin not working
Replies: 9
Views: 4255

Re: inAppBrowser Plugin not working

Hello,

You are right. Please use the in-app browser. Apple rejects simple window.open

What project type do you use here, Ionic 1, Ionic 4 or JQM?

by Serhii Kulibaba
Tue Mar 16, 2021 6:25 pm
Forum: Ionic 4
Topic: Clickable List from DB Query Mapping
Replies: 9
Views: 4979

Re: Clickable List from DB Query Mapping

Hello,

Could you please provide us with more details, screenshots, or exact steps to reproduce this problem?

Sorry, but the issue is not clear

by Serhii Kulibaba
Mon Mar 15, 2021 4:40 pm
Forum: App Builder
Topic: Wrong Binary .ipa build is setting support for audio in the UIBackgroundModes key
Replies: 5
Views: 2969

Re: Wrong Binary .ipa build is setting support for audio in the UIBackgroundModes key

Hello,

Do you have any custom Cordova plugin? They might set that key automatically. Please disable all of them and build the app again. Is the issue still there?

by Serhii Kulibaba
Mon Mar 15, 2021 4:38 pm
Forum: API Express
Topic: Pass API token and password within the standard HTTP Authorization header
Replies: 1
Views: 2259

Re: Pass API token and password within the standard HTTP Authorization header

Hello, It seems you have to include the Script component between these two REST calls: https://docs.appery.io/docs/apiexpress-visual-service-builder-script-component In this script you can create a correct header parameter The response from the previous component is available in the variable "B...
by Serhii Kulibaba
Mon Mar 15, 2021 4:34 pm
Forum: App Builder
Topic: inAppBrowser Plugin not working
Replies: 9
Views: 4255

Re: inAppBrowser Plugin not working

Hello,

Have you selected the latest Cordova version in your project? Please see here a solution how to fix the issue with "WKWebView" https://blog.appery.io/2020/07/importan ... age-error/

by Serhii Kulibaba
Mon Mar 01, 2021 3:37 pm
Forum: App Builder
Topic: inAppBrowser Plugin not working
Replies: 9
Views: 4255

Re: inAppBrowser Plugin not working

Hello, You don't use the inAppBrowser in this example. Please see the following links on how to use inAppBrowser in your project. JQM apps: https://docs.appery.io/docs/cordova-jquerymobile-inappbrowser Ionic 1 apps: https://docs.appery.io/docs/cordova-ionic-inappbrowser Ionic 4/5 apps: https://ionic...
by Serhii Kulibaba
Fri Feb 26, 2021 2:20 pm
Forum: App Builder
Topic: HTML component, with embedded IFRAME height
Replies: 1
Views: 1523

Re: HTML component, with embedded IFRAME height

Hello Mark,

Yes, you can use the same trick in your Appery.io project. What issue exactly did you face with it?

by Serhii Kulibaba
Wed Feb 10, 2021 10:55 am
Forum: App Builder
Topic: Issue with firebase chat
Replies: 1
Views: 1611

Re: Issue with firebase chat

Hello,

Do you run this code in the Ionic 4 application?

Could you please provide us more details on how you use it, where you see this error, etc?

by Serhii Kulibaba
Fri Feb 05, 2021 3:03 pm
Forum: App Builder
Topic: REST api works using API Express but not when set up as a Service
Replies: 1
Views: 1495

Re: REST api works using API Express but not when set up as a Service

Hello, You didn't need to call it with the API Express, you can call it directly from the application. Just create the REST service for that. Create new -> Service -> REST service Please run it on the test tab of the service to see the response. Kindly provide us with the screenshot of the request a...
by Serhii Kulibaba
Mon Feb 01, 2021 6:26 pm
Forum: API Express
Topic: Concatenating strings in mapping
Replies: 3
Views: 2434

Re: Concatenating strings in mapping

Hello,

Please use one of these variables in the mapping (it will be available in the code of the mapping in the variable "value")
Other parameters please read with a simple code, it depends on the project type you use here. What project typer do you use? JQM, Ionic 1, or Ionic 4?

by Serhii Kulibaba
Mon Feb 01, 2021 6:05 pm
Forum: Ionic 4
Topic: IONIC 4 RSS Feed
Replies: 1
Views: 2030

Re: IONIC 4 RSS Feed

Hello,

You are right, this tutorial is based on Ionic 1, not Ionic 4 which is actually right now. What functionality exactly do you need to implement here? We will help you to do it with Ionic 4

by Serhii Kulibaba
Mon Jan 25, 2021 1:18 pm
Forum: App Builder
Topic: Google map component
Replies: 8
Views: 3595

Re: Google map component

Hello,

Have you solved the issue? I see you said that in the ticket #44066

by Serhii Kulibaba
Mon Jan 25, 2021 12:58 pm
Forum: API Express
Topic: AWS DynamoDB - Rest API
Replies: 1
Views: 3293

Re: AWS DynamoDB - Rest API

Hello Johan, Appery.io doesn't have the standard integration with DynamoDB, But you can use its REST API: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Programming.LowLevelAPI.html (You can connect it with a simple REST Service) Or use their JS SDK: https://github.com/aws/aws-sdk-...
by Serhii Kulibaba
Mon Jan 11, 2021 9:33 am
Forum: Moved from Get Satisfaction
Topic: Output XML to Twilio
Replies: 7
Views: 4196

Re: Output XML to Twilio

Hello Rahul,

Could you please provide us with more details, screenshots or exact steps to reproduce this problem?

by Serhii Kulibaba
Mon Jan 04, 2021 8:34 pm
Forum: App Builder
Topic: Nested JSON Arrays and Objects
Replies: 4
Views: 1953

Re: Nested JSON Arrays and Objects

Hello,

Please generate the correct service response structure on the test service page. Just run the same request there as you do in the application and click on the button "Import as Response". After that, you will get exactly the same data structure for the mapping as the response has.

by Serhii Kulibaba
Mon Jan 04, 2021 5:11 pm
Forum: App Builder
Topic: Add additional Ionic Components
Replies: 3
Views: 1545

Re: Add additional Ionic Components

Hello,

Have you tried a simple HTML component with a custom HTML layout for that?

by Serhii Kulibaba
Mon Jan 04, 2021 5:08 pm
Forum: Ionic 4
Topic: Multiple Where values in Mapping
Replies: 1
Views: 2134

Re: Multiple Where values in Mapping

Hello,

Please use a simple TS code here:

Code: Select all

const profile = this.Apperyio.data.getStorage("SelectedProfile");

return {"$and":[{"to_users._id": value},{"profile": profile}]};
by Serhii Kulibaba
Thu Dec 31, 2020 4:17 pm
Forum: jQuery Mobile
Topic: MODIFY INPUT FIELD
Replies: 3
Views: 4315

Re: MODIFY INPUT FIELD

Please use the attribute max length for that https://developer.mozilla.org/en-US/doc ... /maxlength

by Serhii Kulibaba
Tue Dec 29, 2020 1:02 pm
Forum: App Builder
Topic: Execution failed for task ':app:mergeDebugResources'.
Replies: 1
Views: 912

Re: Execution failed for task ':app:mergeDebugResources'.

Hello,

Sorry, but I don't see this application in the shared applications list. But it looks like you use custom Cordova plugins, which might cause that issue. Please disable them and run the build again. Does it solve the issue?

by Serhii Kulibaba
Thu Dec 24, 2020 1:48 pm
Forum: App Builder
Topic: Using Model and Storage instead of DB
Replies: 1
Views: 839

Re: Using Model and Storage instead of DB

Hello,

Could you please clarify how you save/read these values? Using the mapping or the custom JS code?

by Serhii Kulibaba
Fri Dec 18, 2020 3:13 pm
Forum: App Builder
Topic: AppleTV App
Replies: 1
Views: 790

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: Backend Services
Topic: How to query data inside Devices Collection
Replies: 1
Views: 2132

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: App Builder
Topic: Using a method in multiple screens
Replies: 1
Views: 707

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: API Express
Topic: adding rows to multiple tables in Apiexpress
Replies: 5
Views: 3286

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: App Builder
Topic: Upgrading an Android PWA
Replies: 13
Views: 5100

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: App Builder
Topic: Upgrading an Android PWA
Replies: 13
Views: 5100

Re: Upgrading an Android PWA

What changes/dependencies exactly you have made here?

by Serhii Kulibaba
Thu Dec 10, 2020 9:45 am
Forum: Ionic 4
Topic: Clickable List from DB Query Mapping
Replies: 9
Views: 4979

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: Ionic 4
Topic: Clickable List from DB Query Mapping
Replies: 9
Views: 4979

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: Ionic 4
Topic: Clickable List from DB Query Mapping
Replies: 9
Views: 4979

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: App Builder
Topic: How do I access UI component in Typescript - ionic
Replies: 8
Views: 4102

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 4070 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

by Serhii Kulibaba
Wed Dec 02, 2020 6:49 pm
Forum: App Builder
Topic: How can I add 3rd party javascript embed?
Replies: 6
Views: 3432

Re: How can I add 3rd party javascript embed?

Sorry, what player do you mean? What functionality exactly are you going to add there?

by Serhii Kulibaba
Wed Dec 02, 2020 6:46 pm
Forum: Ionic 4
Topic: Clickable List from DB Query Mapping
Replies: 9
Views: 4979

Re: Clickable List from DB Query Mapping

Hello,

1 Please move the mapping array from AvailableProfileListI to AvailableProfileListItem

  1. Please use the following code on the click event of the AvailableProfileListItem to read the current item:

Code: Select all

 currentItem.itemData
by Serhii Kulibaba
Wed Dec 02, 2020 6:36 pm
Forum: jQuery Mobile
Topic: MODIFY INPUT FIELD
Replies: 3
Views: 4315

Re: MODIFY INPUT FIELD

Hello,

  1. Capitalisation issue: it seems to be your custom logic. Appery.io doesn't make these changes.

  2. Please add the property

    Code: Select all

    autocomplete="off"

    to that input component to disable the autocomplete

by Serhii Kulibaba
Wed Dec 02, 2020 6:23 pm
Forum: App Builder
Topic: How do I access UI component in Typescript - ionic
Replies: 8
Views: 4102

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

Please use the property

Code: Select all

[attr.disabled]

for that. You can use any boolean variable or expression here to disable/enable component

by Serhii Kulibaba
Wed Dec 02, 2020 6:18 pm
Forum: App Builder
Topic: how do you access rowindex in datatable - ionic
Replies: 4
Views: 1353

Re: how do you access rowindex in datatable - ionic

Please see this tutorial on how to use it: https://docs.appery.io/docs/ionic-4-ngx ... l-advanced

Please see the "selectItem" function there

by Serhii Kulibaba
Wed Dec 02, 2020 5:10 pm
Forum: App Builder
Topic: JQM: Appery Inapp Browser does not work
Replies: 5
Views: 1750

Re: JQM: Appery Inapp Browser does not work

Glad to hear things are sorted out now!

by Serhii Kulibaba
Mon Nov 30, 2020 3:30 pm
Forum: App Builder
Topic: how do you access rowindex in datatable - ionic
Replies: 4
Views: 1353

Re: how do you access rowindex in datatable - ionic

Hello,

Do you need to get the index or the value of the row?

by Serhii Kulibaba
Mon Nov 30, 2020 3:29 pm
Forum: App Builder
Topic: How do I access UI component in Typescript - ionic
Replies: 8
Views: 4102

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

Hello,

What Ionic version do you use here Ionic 1 or Ionic 4?

by Serhii Kulibaba
Mon Nov 30, 2020 3:27 pm
Forum: Backend Services
Topic: Ion input value to storage variable
Replies: 1
Views: 2078

Re: Ion input value to storage variable

Hello,

Please set the value to the variable, which you use un the property [(ngModel)] of that component, e.g.:

Code: Select all

this.myVariable = this.Apperyio.data.getVariable("varName");
by Serhii Kulibaba
Mon Nov 30, 2020 3:23 pm
Forum: Ionic 4
Topic: Scope function type missing and also unable use mapping
Replies: 1
Views: 2080

Re: Scope function type missing and also unable use mapping

Hello Jatin,

This tutorial is based on the Ionic 1 application, but it seems you use Ionic 4. Could you please let us know what do you expect to do here? We will point you to the correct tutorial/example

by Serhii Kulibaba
Mon Nov 30, 2020 3:20 pm
Forum: Backend Services
Topic: DB Undefined Values Query
Replies: 1
Views: 1975

Re: DB Undefined Values Query

Answered in the ticket #43448

by Serhii Kulibaba
Mon Nov 30, 2020 3:20 pm
Forum: Backend Services
Topic: DB Undefined Values Query
Replies: 1
Views: 2013

Re: DB Undefined Values Query

Answered in the ticket #43448

by Serhii Kulibaba
Mon Nov 30, 2020 3:18 pm
Forum: App Builder
Topic: JQM: Appery Inapp Browser does not work
Replies: 5
Views: 1750

Re: JQM: Appery Inapp Browser does not work

Hello,

Please check all of these types of browsers:
_self
_blank
_system

_blank should open the inAppBrowser here

by Serhii Kulibaba
Thu Nov 26, 2020 1:03 pm
Forum: API Express
Topic: Custom REST API not work in offline
Replies: 10
Views: 6187

Re: Custom REST API not work in offline

Hello,

Could you please provide us with more details, screenshots or exact steps to reproduce this problem?

by Serhii Kulibaba
Thu Nov 26, 2020 1:01 pm
Forum: API Express
Topic: Is a REST service an API call ?
Replies: 6
Views: 4019

Re: Is a REST service an API call ?

Hello,

Do you want to connect it to Appery.io application?
What issues do you have with it?

by Serhii Kulibaba
Thu Nov 26, 2020 1:00 pm
Forum: Moved from Get Satisfaction
Topic: Error watching TV online on phone
Replies: 1
Views: 2719

Re: Error watching TV online on phone

Hello,

Have you made that app with Appery.io platform?

by Serhii Kulibaba
Mon Nov 23, 2020 9:15 am
Forum: Backend Services
Topic: Importing Data
Replies: 2
Views: 3257

Re: Importing Data

Hello Garry,

Do you import date values in the ISO format as it is required by Appery.io database? https://docs.appery.io/reference#databa ... data-types

by Serhii Kulibaba
Mon Nov 23, 2020 9:11 am
Forum: Moved from Get Satisfaction
Topic: Auto Updates Not Working
Replies: 12
Views: 7276

Re: Auto Updates Not Working

You are right, only the latest version of the auto update plugin works. And it supports only the latest libraries version

by Serhii Kulibaba
Tue Nov 17, 2020 3:32 pm
Forum: App Builder
Topic: Problem with HTML component.
Replies: 10
Views: 3456

Re: Problem with HTML component.

Could you please provide us with a screenshot of that value from the database? It might have the safe HTML codes, not a real HTML layout: https://www.obkb.com/dcljr/charstxt.html Please provide us with a public app link (https://docs.appery.io/docs/testingandebug-testing-your-app#making-app-public) ...
by Serhii Kulibaba
Mon Nov 16, 2020 5:29 pm
Forum: Moved from Get Satisfaction
Topic: Push Notifications JS only runs on binary and not through xcode
Replies: 1
Views: 2042

Re: Push Notifications JS only runs on binary and not through xcode

Hello,

We are very sorry, but test the app on/from xCode is something outside the scope (https://docs.appery.io/docs/general-support-policy) of our standard support. Please run it from Appery.io directly

by Serhii Kulibaba
Mon Nov 16, 2020 5:24 pm
Forum: App Builder
Topic: Setting size of ionic-input
Replies: 5
Views: 1825

Re: Setting size of ionic-input

Please use an attribute "maxlength" instead of "size", it should work fine with the input component

by Serhii Kulibaba
Mon Nov 16, 2020 5:05 pm
Forum: App Builder
Topic: Problem with HTML component.
Replies: 10
Views: 3456

Re: Problem with HTML component.

Yes, the mapping is correct. What value exactly does your property "Description" have?

by Serhii Kulibaba
Tue Nov 10, 2020 1:39 pm
Forum: Moved from Get Satisfaction
Topic: Error when trying to run master-detail page
Replies: 6
Views: 4135

Re: Error when trying to run master-detail page

Hello Robert, You are right, it doesn't work, see my answer above. You can use a simple snippet to save the selected value to the Storage variable using the code (see this link how to do it https://docs.appery.io/docs/snippets#set-variable). On the detail page, you can use the opposite method "...
by Serhii Kulibaba
Tue Nov 10, 2020 1:29 pm
Forum: App Builder
Topic: Setting size of ionic-input
Replies: 5
Views: 1825

Re: Setting size of ionic-input

Please try the same with the HTML component and the standard Ionic input https://ionicframework.com/docs/api/input
Does the size work for you there?

by Serhii Kulibaba
Fri Nov 06, 2020 3:46 pm
Forum: App Builder
Topic: Problem with HTML component.
Replies: 10
Views: 3456

Re: Problem with HTML component.

Could you please provide us with more details, screenshots or exact steps to reproduce this problem?

by Serhii Kulibaba
Thu Nov 05, 2020 3:30 pm
Forum: App Builder
Topic: Example of observables
Replies: 2
Views: 1089

Re: Example of observables

Hello,

In Appery.io platform it is better to keep your data in Storage variables, which you can use in your code or use in mappings of services: https://docs.appery.io/docs/snippets#set-variable

by Serhii Kulibaba
Tue Nov 03, 2020 3:16 pm
Forum: Backend Services
Topic: Cannot access database through platform or app
Replies: 3
Views: 3231

Re: Cannot access database through platform or app

Hello,

Could you please provide us with more details, screenshots, or exact steps to reproduce this problem?

by Serhii Kulibaba
Tue Nov 03, 2020 3:15 pm
Forum: App Builder
Topic: Problem with HTML component.
Replies: 10
Views: 3456

Re: Problem with HTML component.

It seems you have set it in the tab "WYSIWYG", not "HTML Source". Please use exactly "HTML Source" for that

by Serhii Kulibaba
Tue Nov 03, 2020 3:09 pm
Forum: App Builder
Topic: Setting size of ionic-input
Replies: 5
Views: 1825

Re: Setting size of ionic-input

Hello Kevin,

What project type do you use Ionic 1 or Ionic 4? Do you use Appery.io default input component or the custom one using the HTML layout?

by Serhii Kulibaba
Mon Nov 02, 2020 5:47 pm
Forum: App Builder
Topic: Problem with HTML component.
Replies: 10
Views: 3456

Re: Problem with HTML component.

Hello,

Could you please provide us with more details, screenshots, or exact steps to reproduce this problem?

by Serhii Kulibaba
Mon Nov 02, 2020 5:46 pm
Forum: App Builder
Topic: How to detect navigation event
Replies: 3
Views: 1434

Re: How to detect navigation event

Glad to hear things are sorted out now!

by Serhii Kulibaba
Fri Oct 30, 2020 2:22 pm
Forum: App Builder
Topic: Writting a file to the device
Replies: 3
Views: 1354

Re: Writting a file to the device

Glad to hear things are sorted out now! Thank you for this update!

by Serhii Kulibaba
Tue Oct 27, 2020 8:53 am
Forum: App Builder
Topic: Faulty Header/Footer display
Replies: 2
Views: 1125

Re: Faulty Header/Footer display

Hello,

What project type do you use here? Please provide us with a [public app link] (https://docs.appery.io/docs/testingande ... app-public) and exact steps to reproduce this problem.

by Serhii Kulibaba
Mon Oct 26, 2020 1:43 pm
Forum: App Builder
Topic: Writting a file to the device
Replies: 3
Views: 1354

Re: Writting a file to the device

Hello,

We don't have any specific instructions for that. All examples from plugin's repository page are acceptable in Appery.io

by Serhii Kulibaba
Mon Oct 26, 2020 1:41 pm
Forum: App Builder
Topic: Google map component
Replies: 8
Views: 3595

Re: Google map component

This example works for JQM projects, but it seems you use Ionic 4. Sorry, but we don't have an example for Ionic 4. Please search online for an appropriate solution. Also I can only recommend you consider purchasing our Support Pack service to get professional help with this issue: https://appery.io...
by Serhii Kulibaba
Fri Oct 23, 2020 4:25 pm
Forum: Moved from Get Satisfaction
Topic: Generate an id for imported data (Excel)
Replies: 1
Views: 1823

Re: Generate an id for imported data (Excel)

Hello,

Appery.io uses mongoDB, which has another way to generate IDs, so it doesn't increment the ID in the database.

by Serhii Kulibaba
Fri Oct 23, 2020 4:23 pm
Forum: App Builder
Topic: Android X issue
Replies: 10
Views: 4217

Re: Android X issue

Chris, thank you for the information!

Kathrine, could you please test it on your side? Does that solution fix the issue?

by Serhii Kulibaba
Thu Oct 22, 2020 8:45 pm
Forum: App Builder
Topic: Google map component
Replies: 8
Views: 3595

Re: Google map component

Hello,

Please see this example on how to draw a track on the map https://blog.appery.io/2015/12/how-to-i ... -tracking/

The API key is related to the application, not the device, so there is no possibility to avoid usage your Google account

by Serhii Kulibaba
Thu Oct 22, 2020 8:37 pm
Forum: Moved from Get Satisfaction
Topic: Error when trying to run master-detail page
Replies: 6
Views: 4135

Re: Error when trying to run master-detail page

Hello,

These examples are used for JQM apps, but don't work for Ionic 4. What exactly do you want to do here? Pass data between pages?

by Serhii Kulibaba
Wed Oct 21, 2020 8:33 pm
Forum: App Builder
Topic: How to detect navigation event
Replies: 3
Views: 1434

Re: How to detect navigation event

Hello Jackson,

Please use the event "Before page leaving" for that

by Serhii Kulibaba
Fri Oct 16, 2020 8:51 am
Forum: App Builder
Topic: Start and stop a spinner in IONIC
Replies: 1
Views: 929

Re: Start and stop a spinner in IONIC

Hello,

hideSpinner() and showSpinner() are used in JQM apps only.

In Ionic 4 you can use any spinner: https://ionicframework.com/docs/api/spinner
Just add it to the HTML component. To hide/show it you can use the simple directive *ngIf https://angular.io/api/common/NgIf

by Serhii Kulibaba
Fri Oct 16, 2020 8:43 am
Forum: App Builder
Topic: How can I add 3rd party javascript embed?
Replies: 6
Views: 3432

Re: How can I add 3rd party javascript embed?

Hello,

What project type do you use here, JQM, Ionic 1, or Ionic 4? You can add the 3rd party library as a JS file (Create new->JavaScript) or define in in App settings->Resources

by Serhii Kulibaba
Fri Oct 16, 2020 8:39 am
Forum: App Builder
Topic: Using a model as a Type in my typescript
Replies: 1
Views: 897

Re: Using a model as a Type in my typescript

Hello Kevin,

Sorry, I don't think this is a correct declaration of the function. You can pass "any" type as a function parameter instead of the specific type

by Serhii Kulibaba
Wed Oct 14, 2020 1:35 pm
Forum: App Builder
Topic: JQM: CSS for popup
Replies: 2
Views: 1186

Re: JQM: CSS for popup

Hello,

Please use the following:

Code: Select all

.ui-popup-container .ui-popup-content-wrapper{
	background-color:#8BADDC;
}
by Serhii Kulibaba
Wed Oct 14, 2020 1:31 pm
Forum: App Builder
Topic: Create PDF from Data
Replies: 7
Views: 2526

Re: Create PDF from Data

You are right, it might not work in the mobile application. Unfortunately, any help (and/or debugging) with your custom app code or logic as well as 3rd party Apache Cordova/PhoneGap plugins are not covered by our Support policy (https://docs.appery.io/docs/general-support-policy). To get such help,...
by Serhii Kulibaba
Sun Oct 11, 2020 3:44 pm
Forum: App Builder
Topic: Intent filter for CSV
Replies: 3
Views: 1264

Re: Intent filter for CSV

You can add these changes to the file Cordova/config.xml Please pay attention to this is something outside the scope (https://docs.appery.io/docs/general-support-policy) of our standard support. So we can't guarantee you the correct work of the app after these changes. Anyway you will be able to und...
by Serhii Kulibaba
Sun Oct 11, 2020 3:35 pm
Forum: App Builder
Topic: Reverse geocoding
Replies: 6
Views: 2214

Re: Reverse geocoding

Please use a simple REST service here as I described above. It will work the same as a plugin but without additional coding

by Serhii Kulibaba
Sat Oct 10, 2020 5:23 pm
Forum: App Builder
Topic: Intent filter for CSV
Replies: 3
Views: 1264

Re: Intent filter for CSV

Hello Kevin,

We don't have such a function by default. Please search online for an appropriate solution. E.g.: https://stackoverflow.com/questions/281 ... config-xml

by Serhii Kulibaba
Sat Oct 10, 2020 5:11 pm
Forum: App Builder
Topic: ERROR TypeError: _co.deleteallClick__j_97 is not a function
Replies: 1
Views: 823

Re: ERROR TypeError: _co.deleteallClick__j_97 is not a function

Hello Kevin,

Could you please provide us with more details, screenshots or exact steps to reproduce this problem?

by Serhii Kulibaba
Sat Oct 10, 2020 5:10 pm
Forum: App Builder
Topic: Button Mapping with Variables
Replies: 2
Views: 1133

Re: Button Mapping with Variables

Hello Bobby, It is not good to use text from the label for that, much better to save it to the Storage variable, but still.. Here is the code you need: if (Apperyio("myLabel").text() === "b"){ Apperyio.navigateTo("x"); } else { Apperyio.navigateTo("y"); } myLa...
by Serhii Kulibaba
Fri Oct 09, 2020 8:58 pm
Forum: App Builder
Topic: Reverse geocoding
Replies: 6
Views: 2214

Re: Reverse geocoding

Hello,

Yes, you can use this plugin in your app or just call the Google geocoding API to get the address: https://developers.google.com/maps/docu ... g/overview

by Serhii Kulibaba
Fri Oct 09, 2020 8:55 pm
Forum: Moved from Get Satisfaction
Topic: Finding the value of an element within a dynamic table
Replies: 2
Views: 1899

Re: Finding the value of an element within a dynamic table

Hello,

Please use the following JS code for that:

Code: Select all

var lable1text = $(this).closest("[name=my_grid]").find("[name=label1]").text();

here "my_grid" - the name of the grid, which are generated automatically with a mapping of the array you use here

by Serhii Kulibaba
Fri Oct 02, 2020 1:15 pm
Forum: App Builder
Topic: Google Maps - JQM
Replies: 3
Views: 1406

Re: Google Maps - JQM

Could you please provide us with the screenshot of the mapping you use here?

by Serhii Kulibaba
Fri Sep 25, 2020 7:19 pm
Forum: API Express
Topic: Can't get Update and Delete to work with MySQL Backend
Replies: 4
Views: 3424

Re: Can't get Update and Delete to work with MySQL Backend

Could you just test it with the static ID value? Once it is working fine we will move on to pass the correct it there. But it seems you just need to pass the id parameter there, not id, so your code should be: deleteTask(task._id) Please check the database response with the correct object structure ...
by Serhii Kulibaba
Fri Sep 25, 2020 7:14 pm
Forum: App Builder
Topic: Google Maps - JQM
Replies: 3
Views: 1406

Re: Google Maps - JQM

Hello Garry,

Please remove coordinates and the address from the map and marker components

Add the mapping in the service to generate markers on the map

Kindly let us know the result.

by Serhii Kulibaba
Mon Sep 21, 2020 4:35 pm
Forum: App Builder
Topic: How do I refresh an HTML control
Replies: 5
Views: 1944

Re: How do I refresh an HTML control

Could you show the example? How do you set them? Just run that JS code again for that - it will update the control

by Serhii Kulibaba
Thu Sep 17, 2020 10:01 am
Forum: App Builder
Topic: Create PDF from Data
Replies: 7
Views: 2526

Re: Create PDF from Data

Hello,

Yes, it is possible to do with some 3rd-party libraries like https://parall.ax/products/jspdf

by Serhii Kulibaba
Thu Sep 17, 2020 10:00 am
Forum: API Express
Topic: Can't get Update and Delete to work with MySQL Backend
Replies: 4
Views: 3424

Re: Can't get Update and Delete to work with MySQL Backend

Hello Jay, This tutorial uses Appery.io database, so some issues might happen if you use your own - it is not a problem, we will help you to solve it. Of course you should pass the id to the delete service to make the database know the id to delete. The question is: does your database table have the...
by Serhii Kulibaba
Wed Sep 16, 2020 12:30 pm
Forum: App Builder
Topic: Ionic 4 - How to dIsplay error result in alert
Replies: 1
Views: 879

Re: Ionic 4 - How to dIsplay error result in alert

Hello, Please use a custom TypeScript there. Only there the error variable is available, so you can use it to display its value in the alert, e.g.: await (async () => { let options = { 'header': 'Error', 'message': JSON.stringify(err), 'subHeader': '', 'buttons': [{ 'text': 'OK', }] } let controller...
by Serhii Kulibaba
Wed Sep 16, 2020 12:19 pm
Forum: App Builder
Topic: Correct syntax to update LSV Array
Replies: 4
Views: 1596

Re: Correct syntax to update LSV Array

The Storage API contains only simple functions to create/read/update variables, no extra functionality. In most cases, it is enough, if you need to add more - it is possible to use a custom code for that. We are not planning to add more functions there in the nearest future.

by Serhii Kulibaba
Wed Sep 16, 2020 12:14 pm
Forum: App Builder
Topic: apk & ipa Export Error
Replies: 5
Views: 1953

Re: apk & ipa Export Error

Hello,

Please select the option "release" on Project -> App Settings -> Android binary and build it again

by Serhii Kulibaba
Sat Sep 12, 2020 4:46 pm
Forum: App Builder
Topic: Upgrading an Android PWA
Replies: 13
Views: 5100

Re: Upgrading an Android PWA

Hello, Please see the following screenshot how to find that file. Screenshot_6.png Unfortunately, any help (and/or debugging) with your custom app code or logic as well as 3rd party Apache Cordova/PhoneGap plugins are not covered by our [Support policy] (https://docs.appery.io/docs/general-support-p...
by Serhii Kulibaba
Fri Sep 11, 2020 8:53 pm
Forum: App Builder
Topic: How do I refresh an HTML control
Replies: 5
Views: 1944

Re: How do I refresh an HTML control

How exactly do you set it? With a mapping, custom JS code, etc.?

by Serhii Kulibaba
Fri Sep 11, 2020 8:52 pm
Forum: App Builder
Topic: Correct syntax to update LSV Array
Replies: 4
Views: 1596

Re: Correct syntax to update LSV Array

Hello,

You are right, there is no API to update the array. Please read a full array to the local variable, make all changes in that variable and save it to the Storage back.

by Serhii Kulibaba
Thu Sep 10, 2020 5:08 pm
Forum: App Builder
Topic: Ionic 4 textarea to database.
Replies: 1
Views: 918

Re: Ionic 4 textarea to database.

Hello,

Please add the property [(ngModel)] to that element and set the variable there which you will use to send data to the server. You can read it as

Code: Select all

this.myVariable

and so on

by Serhii Kulibaba
Thu Sep 10, 2020 5:04 pm
Forum: App Builder
Topic: Mini Version of Slider not displaying properly
Replies: 2
Views: 1146

Re: Mini Version of Slider not displaying properly

Hello,

Please add the custom CSS code to fix it:

Code: Select all

.ui-slider.ui-mini .ui-slider-track{
	left: 50px;
	width: -webkit-calc(100% - 50px);
}
by Serhii Kulibaba
Thu Sep 10, 2020 4:59 pm
Forum: App Builder
Topic: How do I refresh an HTML control
Replies: 5
Views: 1944

Re: How do I refresh an HTML control

Hello,

Please clarify, what project type is used here? JQM, Ionic 1, or Ionic 4?
How do you set values to that HTML component there?

by Serhii Kulibaba
Wed Sep 09, 2020 8:24 pm
Forum: API Express
Topic: Is a REST service an API call ?
Replies: 6
Views: 4019

Re: Is a REST service an API call ?

You are right, in this case, you don't use Appery.io backend at all

by Serhii Kulibaba
Thu Sep 03, 2020 12:39 pm
Forum: App Builder
Topic: Loading a Page List
Replies: 5
Views: 1738

Re: Loading a Page List

You are right, it is for JQM. We don't have the example for Ionic 4, but you can find one online, e.g.: https://ionicframework.com/docs/api/infinite-scroll

by Serhii Kulibaba
Thu Sep 03, 2020 12:33 pm
Forum: App Builder
Topic: Ionic 1 - using css to set grid cell width
Replies: 2
Views: 1252

Re: Ionic 1 - using css to set grid cell width

Hello,

Please add the custom class to the grid component and use it in the following CSS code for that:

Code: Select all

.myGrid .row .col{
    width:50px;
    min-width: 50px;
    max-width: 50px;
}
by Serhii Kulibaba
Wed Sep 02, 2020 1:14 pm
Forum: App Builder
Topic: Loading a Page List
Replies: 5
Views: 1738

Re: Loading a Page List

Hello,

Please see the example in the blog post: https://blog.appery.io/2015/07/how-to-b ... te-scroll/

by Serhii Kulibaba
Wed Sep 02, 2020 1:12 pm
Forum: Backend Services
Topic: Urgent Help Needed - File Upload
Replies: 2
Views: 2717

Re: Urgent Help Needed - File Upload

Hello,

Please add the TypeScript on the success event of the upload service:

Code: Select all

alert(JSON.stringify(res));

The variable "res" contains a full response of the upload file request

by Serhii Kulibaba
Thu Aug 27, 2020 6:17 pm
Forum: App Builder
Topic: Changing class in element grid
Replies: 1
Views: 933

Re: Changing class in element grid

Hello Antonio,

Please use the attribute ngClass to make the class dynamic for Ionic 3 projects: https://stackoverflow.com/questions/501 ... ss-ngclass

by Serhii Kulibaba
Mon Aug 24, 2020 4:36 pm
Forum: App Builder
Topic: Programmatic scroll to ion-card
Replies: 2
Views: 1185

Re: Programmatic scroll to ion-card

Hello,

Please see this example of how to make scrolls in the Ionic 4 application: https://ionicframework.com/docs/api/content

by Serhii Kulibaba
Mon Aug 24, 2020 4:29 pm
Forum: App Builder
Topic: Local Notification from Ionic 4 PWA
Replies: 10
Views: 4624

Re: Local Notification from Ionic 4 PWA

They are not available in Appery.io platform by default. Please see this link on how to use them in PWA: https://developer.mozilla.org/en-US/doc ... tions_Push

by Serhii Kulibaba
Mon Aug 24, 2020 4:27 pm
Forum: App Builder
Topic: Custom page background from media manager
Replies: 3
Views: 1389

Re: Custom page background from media manager

Glad to hear things are sorted out now!

by Serhii Kulibaba
Mon Aug 24, 2020 4:27 pm
Forum: App Builder
Topic: Hide select menu
Replies: 3
Views: 1368

Re: Hide select menu

Hello,

@brendanm is right. Please define a global variable for that and use it in the *ngIf property of that menu item https://angular.io/api/common/NgIf

by Serhii Kulibaba
Thu Aug 20, 2020 9:08 am
Forum: App Builder
Topic: javascript code to navigate
Replies: 2
Views: 1219

Re: javascript code to navigate

Hello,

Please use a method navigateTo for that. See this documentation for more details: https://docs.appery.io/reference-link/j ... navigateto

by Serhii Kulibaba
Thu Aug 20, 2020 9:06 am
Forum: App Builder
Topic: Local Notification from Ionic 4 PWA
Replies: 10
Views: 4624

Re: Local Notification from Ionic 4 PWA

Hello,

You are right, Push Notifications work only in native apps. No ways to use the same in PWA

by Serhii Kulibaba
Thu Aug 20, 2020 9:05 am
Forum: App Builder
Topic: camera.direction
Replies: 3
Views: 1449

Re: camera.direction

Hello, I afraid it is not possible to enable a front camera by default (seems like a security purpose) See the Cordova documentation: Any cameraDirection value results in a back-facing photo. (= You can only use the back camera) https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-came...
by Serhii Kulibaba
Fri Aug 07, 2020 7:30 pm
Forum: App Builder
Topic: Custom page background from media manager
Replies: 3
Views: 1389

Re: Custom page background from media manager

Hello Brendan,

Could you add the custom CSS class to your page and use it in the SCSS selector there?

by Serhii Kulibaba
Fri Aug 07, 2020 7:28 pm
Forum: App Builder
Topic: Ionic4 Typescript to hide/show a component
Replies: 6
Views: 2186

Re: Ionic4 Typescript to hide/show a component

Thank you for this update! Glad it works now!

by Serhii Kulibaba
Fri Aug 07, 2020 7:27 pm
Forum: Backend Services
Topic: Files collection - Pointer Type
Replies: 3
Views: 3013

Re: Files collection - Pointer Type

File type object must contain originalFileName and fileName fields https://docs.appery.io/reference#databa ... data-types

So I recommend you to keep just a filename in the string column, it is much simpler to use

by Serhii Kulibaba
Thu Aug 06, 2020 3:14 pm
Forum: Backend Services
Topic: Files collection - Pointer Type
Replies: 3
Views: 3013

Re: Files collection - Pointer Type

Hello,

You are right, it is not allowed to add custom columns to the collection files. But you can add a custom column with a type "file" to the collection Users or add a string value with a filename there

by Serhii Kulibaba
Thu Aug 06, 2020 3:12 pm
Forum: App Builder
Topic: Ionic4 Typescript to hide/show a component
Replies: 6
Views: 2186

Re: Ionic4 Typescript to hide/show a component

Hello,

You are right, the combination of ngFor and ngIf doesn't work there. Please see possible solutions here: https://stackoverflow.com/questions/346 ... sing-error

by Serhii Kulibaba
Thu Aug 06, 2020 3:09 pm
Forum: App Builder
Topic: Android - API level to at least 29
Replies: 1
Views: 971

Re: Android - API level to at least 29

Hello, 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 and you would need to edit source files again in order to add it back, thus we would reco...
by Serhii Kulibaba
Thu Aug 06, 2020 3:07 pm
Forum: App Builder
Topic: No known instance method for selector 'UserAgent'
Replies: 6
Views: 2203

Re: No known instance method for selector 'UserAgent'

Hello Steve,

What xCode version do you use there?

by Serhii Kulibaba
Thu Jul 30, 2020 2:01 pm
Forum: Backend Services
Topic: How to develop backend code for creating excel
Replies: 3
Views: 3225

Re: How to develop backend code for creating excel

Hello,

You are right, it is not possible to use Blob objects in Appery.io Server Code, it is allowed only on the client-side

by Serhii Kulibaba
Thu Jul 30, 2020 1:56 pm
Forum: App Builder
Topic: Ionic4 Typescript to hide/show a component
Replies: 6
Views: 2186

Re: Ionic4 Typescript to hide/show a component

Hello,

It is pretty simple to do with *ngIf directive on any component you want to hide: https://angular.io/api/common/NgIf

by Serhii Kulibaba
Wed Jul 01, 2020 9:28 am
Forum: Moved from Get Satisfaction
Topic: Import existing jQuery Mobile web app?
Replies: 3
Views: 1655

Import existing jQuery Mobile web app?

You can import all source files into the project and they will work. But you won't have the ability to use almost all Appery.io features like Visual Editor (drag'n'drop components https://docs.appery.io/docs/appbulder... ), data services, etc. So it is not a 100% import the project with all features...
by Serhii Kulibaba
Tue Jun 30, 2020 3:16 pm
Forum: Moved from Get Satisfaction
Topic: Ionic 4 - Auto Updates
Replies: 4
Views: 2205

Ionic 4 - Auto Updates

Hello,

Please see the following video tutorial how to do the same in Ionic 4 without the auto update: https://www.youtube.com/watch?v=R-ink...

by Serhii Kulibaba
Tue Jun 30, 2020 1:04 pm
Forum: Moved from Get Satisfaction
Topic: Apple UIWebView API's deprecated.
Replies: 66
Views: 19871

Apple UIWebView API's deprecated.

You are right, it might be the CORS issue there. @Steve please test the simple request to Appery.io database, does it work fine there?

by Serhii Kulibaba
Tue Jun 30, 2020 1:02 pm
Forum: Moved from Get Satisfaction
Topic: Ionic 4 - InAppBrowser
Replies: 11
Views: 4572

Ionic 4 - InAppBrowser

Please share (https://docs.appery.io/docs/teams-sha...) your app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a and provide us with the app name. It seems you didn't include the inAppBrowser plugin or something else. We will check it

by Serhii Kulibaba
Tue Jun 30, 2020 12:19 pm
Forum: Moved from Get Satisfaction
Topic: Import existing jQuery Mobile web app?
Replies: 3
Views: 1655

Import existing jQuery Mobile web app?

Hello Todd, Have you created that application using Appery.io platform or outside it? Sorry, but it is not possible to import your existing project to the Appery.io platform and keep the Visual Builder working, because it uses proprietary structure and components. But you can import all your files (...
by Serhii Kulibaba
Fri Jun 26, 2020 6:58 pm
Forum: Moved from Get Satisfaction
Topic: Ionic 4 - InAppBrowser
Replies: 11
Views: 4572

Ionic 4 - InAppBrowser

Have you enabled the inAppBrowser plugin?

Do you run the application on the real device, not in the browser? (inAppBrowser doesn't work in a simple browser, please use window.open there)

by Serhii Kulibaba
Fri Jun 26, 2020 2:30 pm
Forum: Moved from Get Satisfaction
Topic: Ionic 4 - InAppBrowser
Replies: 11
Views: 4572

Ionic 4 - InAppBrowser

Sorry, getsatisfaction changed the code... the correct is:

pre(<any>window)&#46;cordova&#46;InAppBrowser&#46;open("https:&#47;&#47;google&#46;com");/pre

by Serhii Kulibaba
Thu Jun 25, 2020 3:16 pm
Forum: Moved from Get Satisfaction
Topic: Error when trying to run master-detail pages
Replies: 3
Views: 1744

Error when trying to run master-detail pages

Please see this tutorial on how to use it: https://docs.appery.io/docs/ionic-4-n... Also, you can read the clicked item in the click event with a custom code:prealert(JSON&#46;stringify(currentItem&#46;itemData));/pre You can save it in the Storage variable (you can see the example code in t...
by Serhii Kulibaba
Wed Jun 24, 2020 4:55 pm
Forum: Moved from Get Satisfaction
Topic: Ionic 4 - InAppBrowser
Replies: 11
Views: 4572

Ionic 4 - InAppBrowser

Hello,

This example works for JQM apps, but not for Ionic 4.

Please use the following code for Ionic 4 applications: pre(window)&#46;cordova&#46;InAppBrowser&#46;open("https:&#47;&#47;google&#46;com") - так /pre

by Serhii Kulibaba
Wed Jun 24, 2020 3:05 pm
Forum: Moved from Get Satisfaction
Topic: Error when trying to run master-detail pages
Replies: 3
Views: 1744

Error when trying to run master-detail pages

Hello David,

You use the Ionic 4 platform, but the tutorial is about the JQM. If you just test the platform we suggest you to create a brand new app, based on JQM. If you already have the application ready-please let us know that, we will show you the example for Ionic 4

by Serhii Kulibaba
Tue Jun 23, 2020 3:51 pm
Forum: Moved from Get Satisfaction
Topic: Page Jumping
Replies: 3
Views: 1553

Page Jumping

Please check if there are any errors in the browser console. You can learn here: https://docs.appery.io/docs/using-bro... how to open the console.

In that ticket, it was the issue of calling http servers instead of https

by Serhii Kulibaba
Tue Jun 23, 2020 3:49 pm
Forum: Moved from Get Satisfaction
Topic: pushNotificationToken is missing; console.log messages missing
Replies: 4
Views: 2036

pushNotificationToken is missing; console.log messages missing

The weinre debugger might be initialized after these events, that is why I asked you to add alerts to see them in the application instead of the console.log

by Serhii Kulibaba
Mon Jun 22, 2020 3:11 pm
Forum: Moved from Get Satisfaction
Topic: Closing POPUP does not work properly
Replies: 3
Views: 1702

Closing POPUP does not work properly

Just trigger the click event with a vanilla JS https://developer.mozilla.org/en-US/d...

by Serhii Kulibaba
Mon Jun 22, 2020 3:03 pm
Forum: Moved from Get Satisfaction
Topic: pushNotificationToken is missing; console.log messages missing
Replies: 4
Views: 2036

pushNotificationToken is missing; console.log messages missing

Hello Chris,

How do you check the log in the app, using the Weinre debugger? Please check the same events with an alert, for example, to be sure it was triggered.
The push init should run each time the app is opening

by Serhii Kulibaba
Mon Jun 22, 2020 2:49 pm
Forum: Moved from Get Satisfaction
Topic: Image Dimensions
Replies: 2
Views: 2795

Image Dimensions

Hello Deon,

It might depend on the size of your image and custom CSS, because it just sets the CSS properties height and width.

by Serhii Kulibaba
Fri Jun 19, 2020 11:27 am
Forum: Moved from Get Satisfaction
Topic: Apple UIWebView API's deprecated.
Replies: 66
Views: 19871

Apple UIWebView API's deprecated.

Is the service called on the app start? Or this alert comes right after the app is starting? If so - there is an error with the app loading, not a service. Let me know if I didn't get the issue

by Serhii Kulibaba
Thu Jun 18, 2020 10:32 am
Forum: Moved from Get Satisfaction
Topic: Apple UIWebView API's deprecated.
Replies: 66
Views: 19871

Apple UIWebView API's deprecated.

Hello Steve,

Could you please clarify, what exactly is not working here when you say "the web services did not load"?
Could you please provide us with more details, screenshots, or exact steps to reproduce this problem?

by Serhii Kulibaba
Thu Jun 18, 2020 8:43 am
Forum: Moved from Get Satisfaction
Topic: Closing POPUP does not work properly
Replies: 3
Views: 1702

Closing POPUP does not work properly

Hello Deon,

Do you use JQM project here?
It seems the first click is used on the youtube video. As a workaround, you can use the programable double click here.

by Serhii Kulibaba
Tue Jun 02, 2020 2:11 pm
Forum: Moved from Get Satisfaction
Topic: Exported HTML/JS/CSS Ionic 4 Doesn't Work in Website
Replies: 7
Views: 2467

Exported HTML/JS/CSS Ionic 4 Doesn't Work in Website

Please change the password in your certificate, which is used to build Android apps. It should not start from a space or tab symbol

by Serhii Kulibaba
Tue Jun 02, 2020 12:05 pm
Forum: Moved from Get Satisfaction
Topic: Exported HTML/JS/CSS Ionic 4 Doesn't Work in Website
Replies: 7
Views: 2467

Exported HTML/JS/CSS Ionic 4 Doesn't Work in Website

Hello Andy,

You are right, it exports sources of your project. You can build it by yourself to get HTML/JS/CSS files. Please see Ionic documentation page how to do it: https://ionicframework.com/docs/cli/c...

by Serhii Kulibaba
Mon Jun 01, 2020 12:39 pm
Forum: Moved from Get Satisfaction
Topic: @media queries no longer reflect in App Builder
Replies: 7
Views: 2384

@media queries no longer reflect in App Builder

Please create a new page with a simple label with a custom class "mybutton" and use my SCSS above, it works fine.
It seems something wrong with your custom styles, if it will work for you, but not working with your styles.

by Serhii Kulibaba
Fri May 29, 2020 8:28 pm
Forum: Moved from Get Satisfaction
Topic: Appery DB Login from App - disable after X failures for Y time
Replies: 2
Views: 1303

Appery DB Login from App - disable after X failures for Y time

Hello Andy, There are only two ways to do it: Do this check on the app side (using localStorage or local variable or a local file) Do this check on the Server-side (keep it in the database or any another remove storage) So you have to choose one of these solutions. All local values might be changed ...
by Serhii Kulibaba
Thu May 28, 2020 2:44 pm
Forum: Moved from Get Satisfaction
Topic: @media queries no longer reflect in App Builder
Replies: 7
Views: 2384

@media queries no longer reflect in App Builder

What exactly doesn't work here? Please check the current CSS code in the dev tools tab of your browser. We need to know a code that you use and a description of what is not working. Example: my code is:pre&#46;mybutton{ background:red; } @media screen and (min-width: 600px) { &#46;mybutton{ ...
by Serhii Kulibaba
Tue May 26, 2020 4:21 pm
Forum: Moved from Get Satisfaction
Topic: Apple UIWebView API's deprecated.
Replies: 66
Views: 19871

Apple UIWebView API's deprecated.

If you published your app recently - you can keep the existing application without problems. If you did it 1 year ago - we recommend you to republish it

by Serhii Kulibaba
Tue May 26, 2020 4:01 pm
Forum: Moved from Get Satisfaction
Topic: @media queries no longer reflect in App Builder
Replies: 7
Views: 2384

@media queries no longer reflect in App Builder

Please provide the exact SCSS code you use here with all styles. Also please provide us with a structure of your page to see how it looks like

by Serhii Kulibaba
Mon May 25, 2020 7:46 pm
Forum: Moved from Get Satisfaction
Topic: @media queries no longer reflect in App Builder
Replies: 7
Views: 2384

@media queries no longer reflect in App Builder

Hello Andy,

The media queries work fine in the SCSS. It might the issue with the style you use here.

Could you please provide us with the exact example which you use here? What components/styles do you need to change with this style?

by Serhii Kulibaba
Mon May 25, 2020 7:40 pm
Forum: Moved from Get Satisfaction
Topic: Apple UIWebView API's deprecated.
Replies: 66
Views: 19871

Apple UIWebView API's deprecated.

Sorry, I didn't get it. Do you want to keep the existing version of the application in the App Store or you need to publish the final version? Or you want to stop all auto updates from Appery.io?

by Serhii Kulibaba
Fri May 22, 2020 8:58 am
Forum: Moved from Get Satisfaction
Topic: Libraries v5.1 and "cordova-plugin-ionic-webview" plugin - iOS problems
Replies: 25
Views: 7404

Libraries v5.1 and "cordova-plugin-ionic-webview" plugin - iOS problems

Have you cleared all changes in source files built a new app, installed on the device?
It was working fine on our device.

Have you tested it with another iOS version, e.g. 13?

by Serhii Kulibaba
Thu May 21, 2020 1:19 pm
Forum: Moved from Get Satisfaction
Topic: Libraries v5.1 and "cordova-plugin-ionic-webview" plugin - iOS problems
Replies: 25
Views: 7404

Libraries v5.1 and "cordova-plugin-ionic-webview" plugin - iOS problems

It might be the issue with your custom plugins. Please disable them and run the build again

by Serhii Kulibaba
Thu May 21, 2020 9:12 am
Forum: Moved from Get Satisfaction
Topic: Libraries v5.1 and "cordova-plugin-ionic-webview" plugin - iOS problems
Replies: 25
Views: 7404

Libraries v5.1 and "cordova-plugin-ionic-webview" plugin - iOS problems

Please delete the edited (blue colored) files on the Source tab and click Undo all source changes on the folder with the edited files. Here ( https://docs.appery.io/docs/appbuilde... ) is more information about Source files editing. You have changed config.xml which stops changes in the Push Notific...
by Serhii Kulibaba
Tue May 19, 2020 1:49 pm
Forum: Moved from Get Satisfaction
Topic: Libraries v5.1 and "cordova-plugin-ionic-webview" plugin - iOS problems
Replies: 25
Views: 7404

Libraries v5.1 and "cordova-plugin-ionic-webview" plugin - iOS problems

Please share (https://docs.appery.io/docs/teams-sha...) your app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a and provide us with the app name, we will check it on our side

by Serhii Kulibaba
Tue May 19, 2020 1:24 pm
Forum: Moved from Get Satisfaction
Topic: Ionic 4 - returning data from a function
Replies: 1
Views: 1124

Ionic 4 - returning data from a function

Hello Andy,

You can ignore this message, it works fine if you return a string right in that function

by Serhii Kulibaba
Mon May 18, 2020 12:51 pm
Forum: Moved from Get Satisfaction
Topic: Libraries v5.1 and "cordova-plugin-ionic-webview" plugin - iOS problems
Replies: 25
Views: 7404

Libraries v5.1 and "cordova-plugin-ionic-webview" plugin - iOS problems

Please select the latest PushPlugin and try again.
Do you see any errors in the Weinre console?

by Serhii Kulibaba
Thu May 14, 2020 3:29 pm
Forum: Moved from Get Satisfaction
Topic: Libraries v5.1 and "cordova-plugin-ionic-webview" plugin - iOS problems
Replies: 25
Views: 7404

Libraries v5.1 and "cordova-plugin-ionic-webview" plugin - iOS problems

Hello Chris,

Could you please clarify, where exactly do you run this code?

by Serhii Kulibaba
Tue May 12, 2020 3:21 pm
Forum: Moved from Get Satisfaction
Topic: How do I read componentProps information in a modal screen?
Replies: 3
Views: 1561

How do I read componentProps information in a modal screen?

Hello Bert,

Have you stored that value to the Storage and rea dit from there?

by Serhii Kulibaba
Tue May 05, 2020 12:50 pm
Forum: Moved from Get Satisfaction
Topic: Apple UIWebView API's deprecated.
Replies: 66
Views: 19871

Apple UIWebView API's deprecated.

Hello Zahid,

You don't need old files for that, you can build the app right in the Appery.io platfrom

by Serhii Kulibaba
Mon May 04, 2020 12:35 pm
Forum: Moved from Get Satisfaction
Topic: Periodically calling a service with Ionic 4
Replies: 2
Views: 1374

Periodically calling a service with Ionic 4

Glad to hear things are sorted out now! Thank you for the update

by Serhii Kulibaba
Sun Apr 26, 2020 3:03 pm
Forum: Moved from Get Satisfaction
Topic: Update PWA
Replies: 4
Views: 1554

Update PWA

Hello Joe, You are right, there is no way to force the PWA update. This is how the PWA works. Once it is deployed and installed on the device - it is kept in the device cache. The only possible solution - to update custom files using Network strategies: https://blog.appery.io/2019/06/some-u... But t...
by Serhii Kulibaba
Wed Apr 22, 2020 12:38 pm
Forum: Moved from Get Satisfaction
Topic: How to map images and show them inline?
Replies: 7
Views: 2518

How to map images and show them inline?

You use a mapping to images, located in the grid. The provided CSS is used for images without that grid.

Please use the following CSS for your case:
pre[data-wrapper-for="mobilegrid_208"]{
display: inline-block;
width: 20%;
}/pre

by Serhii Kulibaba
Tue Apr 21, 2020 11:32 am
Forum: Moved from Get Satisfaction
Topic: How to map images and show them inline?
Replies: 7
Views: 2518

How to map images and show them inline?

Hello,

Have you added a class "my_img" to each image? Could you show a screenshot of how you did it?

by Serhii Kulibaba
Tue Apr 21, 2020 8:37 am
Forum: Moved from Get Satisfaction
Topic: Apple store and Google paly store
Replies: 1
Views: 1061

Apple store and Google paly store

Hello Amirul,

Sorry, but we don't have such a tutorial. Please search online for an appropriate solution, this is a simple thing to do

by Serhii Kulibaba
Tue Apr 21, 2020 8:35 am
Forum: Moved from Get Satisfaction
Topic: Import webapp with custom bootstrap framework
Replies: 1
Views: 995

Import webapp with custom bootstrap framework

Hello Kevin,

Have you uploaded all files to the sources tab?

Sorry, but it won't work in this way, because you have to create pages with Appery.io Visual Editor. At least - add all HTML layouts to the HTML component. Else - not possible to work VIsual Editor Events and other functions

by Serhii Kulibaba
Wed Apr 15, 2020 3:26 pm
Forum: Moved from Get Satisfaction
Topic: Apple UIWebView API's deprecated.
Replies: 66
Views: 19871

Apple UIWebView API's deprecated.

It seems to work fine on our side. Please disable custom plugins and build the app again.
What device/iOS version do you use there? We are testing it by clicking on menu items, correct?

by Serhii Kulibaba
Mon Apr 13, 2020 5:40 pm
Forum: Moved from Get Satisfaction
Topic: Google Map Markers not showing on Android 9+ but show on 7 & 8
Replies: 1
Views: 1015

Google Map Markers not showing on Android 9+ but show on 7 & 8

Hello Andy,

Please try to debug your app remotely using [Weinre debugger] (https://docs.appery.io/docs/weinre-de...). Please check if there are any errors in the Weinre console.

by Serhii Kulibaba
Fri Apr 10, 2020 1:17 pm
Forum: Moved from Get Satisfaction
Topic: Rest API not pulling data
Replies: 2
Views: 1359

Rest API not pulling data

Hello Deon,

API Express tries to read items according to the request JSON. In your case it is:
"chapter": null,
"programme": null
....

If you need to read all items with "chapter":1, please use a request JSON below:

{"chapter":1}

by Serhii Kulibaba
Thu Apr 09, 2020 1:43 pm
Forum: Moved from Get Satisfaction
Topic: How would I display a "new version available" message for a PWA inside my Ionic 4 app?
Replies: 5
Views: 1846

How would I display a "new version available" message for a PWA inside my Ionic 4 app?

We are very sorry, but this is something outside the scope ( https://docs.appery.io/docs/general-s... ) of our standard support. I just said how it might be done with custom code. You may consider purchasing Advisory Pack to get more in-depth help on this question. Here is more information about Adv...
by Serhii Kulibaba
Thu Apr 09, 2020 11:46 am
Forum: Moved from Get Satisfaction
Topic: How would I display a "new version available" message for a PWA inside my Ionic 4 app?
Replies: 5
Views: 1846

How would I display a "new version available" message for a PWA inside my Ionic 4 app?

Hello, You can add the message and the code to check the current / available versions to the JS file and set its network strategy "network first" https://blog.appery.io/2019/06/some-u... to see the latest version message every time the user opens the app. Please pay attention, you have to ...
by Serhii Kulibaba
Mon Apr 06, 2020 10:18 am
Forum: Moved from Get Satisfaction
Topic: Select Component
Replies: 25
Views: 5693

Select Component

Hello Steve,

Please click on the plus button to add these options:
Image

by Serhii Kulibaba
Thu Apr 02, 2020 2:29 pm
Forum: Moved from Get Satisfaction
Topic: Apple UIWebView API's deprecated.
Replies: 66
Views: 19871

Apple UIWebView API's deprecated.

The same. This solution should work for JQM and Ionic 1 libraries.

Please pay attention to the plugin "cordova-plugin-ionic-webview". You don't need to import it to Appery.io platform. It already exists in the Cordova Core plugins tab.

by Serhii Kulibaba
Wed Apr 01, 2020 8:14 pm
Forum: Moved from Get Satisfaction
Topic: Apple UIWebView API's deprecated.
Replies: 66
Views: 19871

Apple UIWebView API's deprecated.

Hello,

We have checked it one more time. Here is the last update on how to make it work in JQM apps:

  • Select the latest libraries version;
  • Select the latest InAppBrowser plugin (3.2.0+);
  • Add the custom Cordova plugin: "cordova-plugin-ionic-webview"
by Serhii Kulibaba
Wed Apr 01, 2020 8:09 pm
Forum: Moved from Get Satisfaction
Topic: Ionic 4 - DataTable - Selected row styling - background-color
Replies: 5
Views: 2221

Ionic 4 - DataTable - Selected row styling - background-color

Hello,

What do you mean with "the active row"? the row with the focused component or hovered by the pointer?

by Serhii Kulibaba
Wed Apr 01, 2020 8:06 pm
Forum: Moved from Get Satisfaction
Topic: Ionic 4 Published app - initial load very slow
Replies: 7
Views: 2459

Ionic 4 Published app - initial load very slow

You are right, this is how the PWA works.
You can change the live time for all libraries by changing strategy. Please see the example here: https://blog.appery.io/2019/06/some-u...

by Serhii Kulibaba
Tue Mar 31, 2020 4:37 pm
Forum: Moved from Get Satisfaction
Topic: Ionic 4 Published app - initial load very slow
Replies: 7
Views: 2459

Ionic 4 Published app - initial load very slow

Thank you. Unfortunately, this is a default Ionic behavior, which uploads all libraries/images at the first call. After that it uses cached values, that is why you see the speed up

by Serhii Kulibaba
Mon Mar 30, 2020 7:29 pm
Forum: Moved from Get Satisfaction
Topic: Ionic 4 Published app - initial load very slow
Replies: 7
Views: 2459

Ionic 4 Published app - initial load very slow

Please share (https://docs.appery.io/docs/teams-sha...) your app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a and provide us with the app name and a link to the published version

by Serhii Kulibaba
Mon Mar 30, 2020 4:29 pm
Forum: Moved from Get Satisfaction
Topic: Launch image not showing on ipad
Replies: 5
Views: 1836

Launch image not showing on ipad

Please share (https://docs.appery.io/docs/teams-sha...) your app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a and provide us with the app name, we will check what might be wrong with it

by Serhii Kulibaba
Mon Mar 30, 2020 4:26 pm
Forum: Moved from Get Satisfaction
Topic: Ionic 4 Published app - initial load very slow
Replies: 7
Views: 2459

Ionic 4 Published app - initial load very slow

Hello,

Have you published it using Appery.io hosting or your own?
Please check if there are any errors in the browser console. You can learn here: https://docs.appery.io/docs/using-bro... how to open the console.

by Serhii Kulibaba
Fri Mar 27, 2020 3:13 pm
Forum: Moved from Get Satisfaction
Topic: Apple UIWebView API's deprecated.
Replies: 66
Views: 19871

Apple UIWebView API's deprecated.

Hello, Here is the update about the issue: For JQM project we still see the issue, working on its fix. As a workaround please use the following instruction: Select the latest InAppBrowser plugin (3.2.0) Select a Cordova plugin "Cordova WKWebView Engine" Add one more Cordova plugin: wkwebvi...
by Serhii Kulibaba
Wed Mar 25, 2020 2:10 pm
Forum: Moved from Get Satisfaction
Topic: Launch image not showing on ipad
Replies: 5
Views: 1836

Launch image not showing on ipad

Hello Ron,

Could you please check images in the folder Cordova/resources/ios/splashImage

Are all images there uploaded by you or you see some Appery.io default images?

by Serhii Kulibaba
Tue Mar 24, 2020 11:33 am
Forum: Moved from Get Satisfaction
Topic: Apple UIWebView API's deprecated.
Replies: 66
Views: 19871

Apple UIWebView API's deprecated.

Hello Paul, Please add the following line to the config.xml file of the project:pre<preference name="WKWebViewOnly" value="true" />/pre https://d2r1vs3d9006ap.cloudfront.net/s3_images/1829364/Screenshot_5_inline.png?1585050388 And select Cordova-ios version in the App Settings-iO...
by Serhii Kulibaba
Tue Mar 24, 2020 9:31 am
Forum: Moved from Get Satisfaction
Topic: Push not working after upgrading Resource Library to v5.1
Replies: 4
Views: 1836

Push not working after upgrading Resource Library to v5.1

Hello Chris,

Glad to hear things are sorted out now!
Could you please specify do you need further assistance?

by Serhii Kulibaba
Tue Mar 10, 2020 2:10 pm
Forum: Moved from Get Satisfaction
Topic: Textinput only as a line instead a box
Replies: 3
Views: 1423

Textinput only as a line instead a box

Thank you for the update! Glad it works now!

by Serhii Kulibaba
Fri Mar 06, 2020 5:17 pm
Forum: Moved from Get Satisfaction
Topic: Textinput only as a line instead a box
Replies: 3
Views: 1423

Textinput only as a line instead a box

Hello Bernie,

Do you need to apply these styles to all input components or only for the specific one?
Please use the following CSS for that: prediv&#46;ui-input-text{
border: none;
box-shadow: none;
}/pre

by Serhii Kulibaba
Wed Feb 26, 2020 12:47 pm
Forum: Moved from Get Satisfaction
Topic: Min SDK version issue (Android-jquery mobile app)
Replies: 4
Views: 4070

Min SDK version issue (Android-jquery mobile app)

Hello,

This is a restriction by Google. Not possible to use the latest libraries version (it uses the latest Android SDK) with old devices. As a workaround, you can use the previous libraries version, which has the option to select lower Min SDK version

by Serhii Kulibaba
Wed Feb 19, 2020 7:35 pm
Forum: Moved from Get Satisfaction
Topic: Auto Updates Not working
Replies: 3
Views: 1630

Auto Updates Not working

If you updated the libraries' version - please build the app again and install a new version to the device. The auto-update feature can't update the libraries' version.

by Serhii Kulibaba
Wed Feb 19, 2020 4:00 pm
Forum: Moved from Get Satisfaction
Topic: Save checkbox values to local storage
Replies: 29
Views: 7821

Save checkbox values to local storage

This is the abstract example where each item of the array "myArray" has a property "A"

by Serhii Kulibaba
Wed Feb 19, 2020 3:06 pm
Forum: Moved from Get Satisfaction
Topic: Auto Updates Not working
Replies: 3
Views: 1630

Auto Updates Not working

Hello Deon,

Have you enabled the Cordova plugin "Hot Code Push Plugin"?
Have you installed the applications with that plugin and enabled auto-update feature to the device?

by Serhii Kulibaba
Mon Feb 17, 2020 4:23 pm
Forum: Moved from Get Satisfaction
Topic: Save checkbox values to local storage
Replies: 29
Views: 7821

Save checkbox values to local storage

Please make a loop through all array items here, and save a value of the exact property into the arrayJS. E.g.:prevar arrayJS = []; for(var i = 0; i < myArray&#46;length;i++){ arrayJS&#46;push(myArray ["A"]); }/pre it saves all properties "A" of tyhe array "myArray&q...
by Serhii Kulibaba
Fri Feb 14, 2020 9:54 am
Forum: Moved from Get Satisfaction
Topic: Save checkbox values to local storage
Replies: 29
Views: 7821

Save checkbox values to local storage

Sorry, but it is not clear for me. What exactly do you need to do with these values? What is wrong with them? Please show us the exact screen you need to get

by Serhii Kulibaba
Thu Feb 06, 2020 7:35 pm
Forum: Moved from Get Satisfaction
Topic: Save checkbox values to local storage
Replies: 29
Views: 7821

Save checkbox values to local storage

Sorry, but I didn't get your point. As I see on the screnshot it displays exactly the value, which you send to the label: https://d2r1vs3d9006ap.cloudfront.net/s3_images/1824034/Screenshot_16_inline.png?1581017647 What values do you want to get on these labels? Could you please provide us with exact...
by Serhii Kulibaba
Wed Feb 05, 2020 5:34 pm
Forum: Moved from Get Satisfaction
Topic: Save checkbox values to local storage
Replies: 29
Views: 7821

Save checkbox values to local storage

What code exactly do you use here and what result do you expect to see here?

by Serhii Kulibaba
Mon Feb 03, 2020 8:17 pm
Forum: Moved from Get Satisfaction
Topic: Save checkbox values to local storage
Replies: 29
Views: 7821

Save checkbox values to local storage

Please don't use multiple input mapping arrows Image
It might break all your custom code.

by Serhii Kulibaba
Mon Feb 03, 2020 8:12 pm
Forum: Moved from Get Satisfaction
Topic: UPDATE some columns (ie PATCH)
Replies: 37
Views: 9205

UPDATE some columns (ie PATCH)

Sure, please see the documentation of our database API: https://docs.appery.io/reference#data...

by Serhii Kulibaba
Fri Jan 31, 2020 3:08 pm
Forum: Moved from Get Satisfaction
Topic: android sdk version, which should I use?
Replies: 3
Views: 1628

android sdk version, which should I use?

It doesn't reflect the Appery.io application, so you can continue to use it as you did before. Please see the information of SDKs on Android official website: https://developer.android.com/studio/...

by Serhii Kulibaba
Fri Jan 31, 2020 3:05 pm
Forum: Moved from Get Satisfaction
Topic: UPDATE some columns (ie PATCH)
Replies: 37
Views: 9205

UPDATE some columns (ie PATCH)

The user, created in the collection Users has a secure field "password" which is used in the login service to generate a token. If you use your custom collection - you will keep the password in the string value, this is an insecure solution. Also, you need to create your own login service...
by Serhii Kulibaba
Thu Jan 30, 2020 2:18 pm
Forum: Moved from Get Satisfaction
Topic: Problem Mapping Local Storage Variable Arrray to List
Replies: 4
Views: 1897

Problem Mapping Local Storage Variable Arrray to List

Hello Deon Unfortunately, any help (and/or debugging) with your custom app code or logic as well as 3rd party Apache Cordova/PhoneGap plugins are not covered by our [Support policy] ( https://docs.appery.io/docs/general-s... ). To get such help, you will need to consider purchasing Advisory Pack: ( ...
by Serhii Kulibaba
Thu Jan 30, 2020 2:13 pm
Forum: Moved from Get Satisfaction
Topic: android sdk version, which should I use?
Replies: 3
Views: 1628

android sdk version, which should I use?

Hello Mark,

According to your other ticket https://getsatisfaction.com/apperyio/... the issue was fixed, right?

by Serhii Kulibaba
Thu Jan 30, 2020 12:04 pm
Forum: Moved from Get Satisfaction
Topic: UPDATE some columns (ie PATCH)
Replies: 37
Views: 9205

UPDATE some columns (ie PATCH)

It is pretty simple to do with a mapping from the Storage variable to the request parameter "_id" of the read service. Just add it to your page and see what parameters it has

by Serhii Kulibaba
Wed Jan 29, 2020 2:03 pm
Forum: Moved from Get Satisfaction
Topic: Query with local storage
Replies: 12
Views: 2962

Query with local storage

Hello Michael, Please use a simple query service with pointers values, so your parameter "where" should have a value, like: pre{"user": {"collName":"UserProfile", "_id":"5458efdfe4b0c9bce12bd58a"}}'/pre here "user" - the name of t...
by Serhii Kulibaba
Wed Jan 22, 2020 6:55 pm
Forum: Moved from Get Satisfaction
Topic: Save checkbox values to local storage
Replies: 29
Views: 7821

Save checkbox values to local storage

Yes, this is a template object which is used in the mapping process. Please ignore the last item here or check it before reading the values. prevar checkboxValues = []; $("[name=mobilegrid_889 ]")&#46;each(function(){ if (!$(this)&#46;parent()&#46;attr("data-appery-tpl&quo...
by Serhii Kulibaba
Wed Jan 22, 2020 6:42 pm
Forum: Moved from Get Satisfaction
Topic: UPDATE some columns (ie PATCH)
Replies: 37
Views: 9205

UPDATE some columns (ie PATCH)

Yes, it will work if you replace _id and myDBKey with real values

by Serhii Kulibaba
Tue Jan 21, 2020 8:30 pm
Forum: Moved from Get Satisfaction
Topic: UPDATE some columns (ie PATCH)
Replies: 37
Views: 9205

UPDATE some columns (ie PATCH)

Please use a simple mapping from your input component to the request parameter of the Server Code, which has to get this value: https://docs.appery.io/docs/appbuilde...

by Serhii Kulibaba
Tue Jan 21, 2020 8:25 pm
Forum: Moved from Get Satisfaction
Topic: Save checkbox values to local storage
Replies: 29
Views: 7821

Save checkbox values to local storage

Just change: prevar C = Apperyio("mobiletextinput_896")&#46;val(); var B = Apperyio("mobilelabel_895")&#46;text();/pre to: prevar C = $(this)&#46;find("[name=mobiletextinput_896]")&#46;val(); var B = $(this)&#46;find("[name=mobilelabel_895]"...
by Serhii Kulibaba
Fri Jan 17, 2020 10:14 am
Forum: Moved from Get Satisfaction
Topic: Save checkbox values to local storage
Replies: 29
Views: 7821

Save checkbox values to local storage

Please use the similar JS code to https://getsatisfaction.com/apperyio/...

You just need to make a loop through grids, not inputs

by Serhii Kulibaba
Thu Jan 16, 2020 11:25 am
Forum: Moved from Get Satisfaction
Topic: Save checkbox values to local storage
Replies: 29
Views: 7821

Save checkbox values to local storage

Is that grid generated by the service mapping, or you have created it manually?

by Serhii Kulibaba
Wed Jan 15, 2020 1:27 pm
Forum: Moved from Get Satisfaction
Topic: Save checkbox values to local storage
Replies: 29
Views: 7821

Save checkbox values to local storage

Sorry, but I don't understand your code. You don't have to make a loop by the document, you have to run it by the grid. You read the same labels/inputs here, because of your code, which uses Apperyio("mobilelabel_895"), instead of $(this).find("[name=mobilelabel_895]") which read...
by Serhii Kulibaba
Fri Jan 10, 2020 9:08 pm
Forum: Moved from Get Satisfaction
Topic: Save checkbox values to local storage
Replies: 29
Views: 7821

Save checkbox values to local storage

What components do you use to display these A and B labels? Is it the only label or two labels? How are they located in your page layout? E.g. You have a grid with 3 components: label1, label2 and the checkbox. The service mapping generates multiple grids, based on this template You need to read the...
by Serhii Kulibaba
Thu Jan 09, 2020 5:38 pm
Forum: Moved from Get Satisfaction
Topic: ionic4 css button text color setting
Replies: 9
Views: 4097

ionic4 css button text color setting

Thank you for details.

Please make only two changes in your app:

  1. Add a custom class to your button, e.g. myClass

  2. Add a SCSS code with this class:pre&#46;myClass{
    --ion-color-contrast:black!important;
    }/pre

by Serhii Kulibaba
Wed Jan 08, 2020 9:42 pm
Forum: Moved from Get Satisfaction
Topic: Copy page from one project to another?
Replies: 2
Views: 1208

Copy page from one project to another?

Hello,

It is pretty easy to do with Appery.io plugins system https://docs.appery.io/docs/appexport...

Just export a specific app page (ore pages) to the plugin and import it to another project

by Serhii Kulibaba
Wed Jan 08, 2020 9:39 pm
Forum: Moved from Get Satisfaction
Topic: Save checkbox values to local storage
Replies: 29
Views: 7821

Save checkbox values to local storage

  1. You can read a text value instead of the value by changing pre$(el)&#46;val()/pre to pre$(el)&#46;text()/pre in your code
    1. Sorry, but I can't get the idea, what you are trying to do here. Do you need to check checkboxes according to values in the localStorage?
by Serhii Kulibaba
Sun Jan 05, 2020 11:22 am
Forum: Moved from Get Satisfaction
Topic: ionic4 css button text color setting
Replies: 9
Views: 4097

ionic4 css button text color setting

I meant to check in the dev tools of your browser: https://developers.google.com/web/too...

It will help you understand what CSS selector you have to use to overwrite the current color

by Serhii Kulibaba
Sun Jan 05, 2020 11:09 am
Forum: Moved from Get Satisfaction
Topic: Save checkbox values to local storage
Replies: 29
Views: 7821

Save checkbox values to local storage

Hello Ellen,

What values do these checkboxes have? It seems you didn't set properties "value" to them

by Serhii Kulibaba
Sat Jan 04, 2020 2:15 pm
Forum: Moved from Get Satisfaction
Topic: ionic4 css button text color setting
Replies: 9
Views: 4097

ionic4 css button text color setting

Hello,

Please check the current color property. What selector is used to set it?

by Serhii Kulibaba
Mon Dec 23, 2019 7:56 pm
Forum: Moved from Get Satisfaction
Topic: Upgrade to Android 8.0 breaks push
Replies: 14
Views: 3901

Upgrade to Android 8.0 breaks push

Does it support the version of your Cordova library? You can see in the page App Settings-Resources Please check it, maybe you need to use another version of the Admob library. Unfortunately, any help (and/or debugging) with your custom app code or logic as well as 3rd party Apache Cordova/PhoneGap ...
by Serhii Kulibaba
Mon Dec 23, 2019 4:17 pm
Forum: Moved from Get Satisfaction
Topic: Upgrade to Android 8.0 breaks push
Replies: 14
Views: 3901

Upgrade to Android 8.0 breaks push

Please check another version of the plugin, do you use the latest one?