Search found 11 matches

Go to advanced search

by Bruno Grenier
Mon Sep 21, 2015 7:55 pm
Forum: Issues
Topic: App crashes when open a Select box on iOS
Replies: 8
Views: 1203
 
Jump to post

App crashes when open a Select box on iOS

Solved! Only select Native Menu provisionally until they solve.

by Bruno Grenier
Mon Sep 21, 2015 6:36 pm
Forum: Issues
Topic: App crashes when open a Select box on iOS
Replies: 8
Views: 1203
 
Jump to post

App crashes when open a Select box on iOS

Hi, in Web is working well, but when open in iPhone is crashing.
Any Select that i include is the crashing app on iOs.

Image

Image

by Bruno Grenier
Fri Sep 18, 2015 1:25 pm
Forum: Issues
Topic: How map a [i] from array on label in a list item
Replies: 6
Views: 849
 
Jump to post

How map a [i] from array on label in a list item

It worked! Thanks!

by Bruno Grenier
Thu Sep 17, 2015 2:50 pm
Forum: Issues
Topic: How map a [i] from array on label in a list item
Replies: 6
Views: 849
 
Jump to post

How map a [i] from array on label in a list item

I am not asking support for custom JS. What I don't know (or find in support) is HOW I GET THE that is being processed AND RETURN TO LABEL. Is not working doing something like this IN CUSTOM JS: var personsOnLocalStorage = Apperyio.storage.personsList.get(); for (i=0;i<personsOnLocalStorage.length;i...
by Bruno Grenier
Wed Sep 16, 2015 4:48 pm
Forum: Issues
Topic: How map a [i] from array on label in a list item
Replies: 6
Views: 849
 
Jump to post

How map a [i] from array on label in a list item

Can I have an example?

by Bruno Grenier
Tue Sep 15, 2015 8:20 pm
Forum: Issues
Topic: How map a [i] from array on label in a list item
Replies: 6
Views: 849
 
Jump to post

How map a [i] from array on label in a list item

How i map the (0,1,2,3,4...100) from a array in localstorage.

Image

Image

by Bruno Grenier
Fri Sep 11, 2015 5:49 pm
Forum: Issues
Topic: How mapping Json in item list dynamically
Replies: 3
Views: 510
 
Jump to post

How mapping Json in item list dynamically

1- I have a JSON stored as STRING on LOCALSTORAGE: "[{"name":"person1", "phone":1234, "address":"address1"}, {"name":"person2", "phone":1234, "address":"address2"}, {"name":"person...
by Bruno Grenier
Thu Sep 10, 2015 8:22 pm
Forum: Issues
Topic: How mapping Json in item list dynamically
Replies: 3
Views: 510
 
Jump to post

How mapping Json in item list dynamically

Example: jsonVariable = [ {"name":"person1", "phone":1234, "address":"address1"}, {"name":"person2", "phone":1234, "address":"address2"}, {"name":"person3", "phone":1234,...
by Bruno Grenier
Mon Aug 24, 2015 5:54 pm
Forum: Issues
Topic: Large initial database
Replies: 3
Views: 825
 
Jump to post

Large initial database

Thanks Sergiy!
But this way I will create the table, then AFTER I will populate.
I would like to create a pre-populated table.
Like build-in OFFLINE database.
When I launch the application I will only read the data (not create tables, populate tables then to read tables)

by Bruno Grenier
Thu Aug 20, 2015 9:47 pm
Forum: Issues
Topic: Large initial database
Replies: 3
Views: 825
 
Jump to post

Large initial database

Hi, i need to initiate the app with a lot of storage (ONLY OFFLINE). Example: County 1 - City 1 - User 1 County 1 - City 1 - User 2 County 1 - City 1 - User 3 ... County 1 - City 2 - User 1 County 1 - City 2 - User 2 County 1 - City 2 - User 3 ... County 2 - City 1 - User 1 County 2 - City 1 - User ...

Go to advanced search