Search found 3818 matches

Go to advanced search

by Serhii Kulibaba
Fri May 14, 2021 2:32 pm
Forum: Issues
Topic: can init but can not process appery class defined in generic service
Replies: 1
Views: 4336
 
Jump to post

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: Issues
Topic: Help: JQM How to call a Service in HTML javascript
Replies: 1
Views: 3757
 
Jump to post

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: Issues
Topic: API Express service tests OK but doesn't receive data when used
Replies: 2
Views: 4130
 
Jump to post

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: Issues
Topic: Applying CSS
Replies: 4
Views: 5692
 
Jump to post

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: Issues
Topic: HTML component does not wortk
Replies: 3
Views: 4743
 
Jump to post

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: Issues
Topic: Applying CSS
Replies: 4
Views: 5692
 
Jump to post

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: Issues
Topic: HTML component does not wortk
Replies: 3
Views: 4743
 
Jump to post

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: Issues
Topic: google play store says my device is not compatible
Replies: 57
Views: 595139
 
Jump to post

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

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

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);

Go to advanced search