Search found 3818 matches

Go to advanced search

by Serhii Kulibaba
Mon Apr 12, 2021 6:19 pm
Forum: Issues
Topic: APK Build Error
Replies: 3
Views: 29846
 
Jump to post

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: Issues
Topic: chart - updating data with an array issue
Replies: 12
Views: 8863
 
Jump to post

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: Issues
Topic: Angular Material Tooltip
Replies: 2
Views: 3236
 
Jump to post

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: Issues
Topic: chart - updating data with an array issue
Replies: 12
Views: 8863
 
Jump to post

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: Issues
Topic: Trying to map my RSS feed but I don't know which to map it to
Replies: 1
Views: 2967
 
Jump to post

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: Issues
Topic: chart - updating data with an array issue
Replies: 12
Views: 8863
 
Jump to post

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: Issues
Topic: Radio selection
Replies: 1
Views: 3080
 
Jump to post

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: Issues
Topic: Radio button selection storing
Replies: 8
Views: 5667
 
Jump to post

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: Issues
Topic: inAppBrowser Plugin not working
Replies: 9
Views: 8193
 
Jump to post

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?

Go to advanced search