Search found 3818 matches

Go to advanced search

by Serhii Kulibaba
Wed Dec 02, 2020 6:49 pm
Forum: Issues
Topic: How can I add 3rd party javascript embed?
Replies: 6
Views: 5942
 
Jump to post

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: Issues
Topic: Clickable List from DB Query Mapping
Replies: 9
Views: 9376
 
Jump to post

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: Issues
Topic: MODIFY INPUT FIELD
Replies: 3
Views: 8245
 
Jump to post

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: Issues
Topic: How do I access UI component in Typescript - ionic
Replies: 8
Views: 11410
 
Jump to post

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: Issues
Topic: how do you access rowindex in datatable - ionic
Replies: 4
Views: 2043
 
Jump to post

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: Issues
Topic: JQM: Appery Inapp Browser does not work
Replies: 5
Views: 3327
 
Jump to post

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: Issues
Topic: how do you access rowindex in datatable - ionic
Replies: 4
Views: 2043
 
Jump to post

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: Issues
Topic: How do I access UI component in Typescript - ionic
Replies: 8
Views: 11410
 
Jump to post

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: Issues
Topic: Ion input value to storage variable
Replies: 1
Views: 4092
 
Jump to post

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: Issues
Topic: Scope function type missing and also unable use mapping
Replies: 1
Views: 4057
 
Jump to post

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

Go to advanced search