Search found 204 matches

Go to advanced search

by Paul Medawar
Tue May 23, 2017 8:57 am
Forum: Issues
Topic: Sort Array
Replies: 2
Views: 417
 
Jump to post

Sort Array

Sorry my mistake...it's working fine running this before mapping ------------------------- var MenuItemArray = Apperyio.storage.MenuItemArray.get(); function compare(a,b) { if (a.Order < b.Order) return -1; if (a.Order b.Order) return 1; return 0; } MenuItemArray.sort(compare); Apperyio.storage.Menu...
by Paul Medawar
Tue May 23, 2017 8:36 am
Forum: Issues
Topic: Sort Array
Replies: 2
Views: 417
 
Jump to post

Sort Array

Hi,

I have a local storage model that includes the following items

Order (number)
Title (string)

I'm successfully mapping the populated array to a list, however I would like to sort this list by "Order".

How is this done?

by Paul Medawar
Thu Apr 27, 2017 8:10 am
Forum: Issues
Topic: How to store images in a local storage variable model to be accessed offline?
Replies: 2
Views: 427
 
Jump to post

How to store images in a local storage variable model to be accessed offline?

Hi, My first page in a app calls a database service and stores the responses in a local storage variable model. I then want to be able to use the data whilst the device is offline, and the following pages map from the local storage model, with no issues. The only issue I have is that one column is a...
by Paul Medawar
Sun Apr 09, 2017 6:07 am
Forum: Issues
Topic: IPv6 Apple testflight rejection
Replies: 1
Views: 434
 
Jump to post

IPv6 Apple testflight rejection

Hi, A client of mine reported that an app I built for them last April has stopped working. I tried to resubmit the same app to Apple and it failed beta test review for the following reason. ------------------------------------------------------------ From Apple 1 Performance: App Completeness Guidel...
by Paul Medawar
Sat Mar 18, 2017 4:59 pm
Forum: Issues
Topic: Youtube Component disappears on Phone
Replies: 29
Views: 5351
 
Jump to post

Youtube Component disappears on Phone

Hi Illya,

The fix works for an exported binary so will work for my build, but not through the Appery tester.

Please keep us updated on when the hot-fix has been completed.

thanks

paul

by Paul Medawar
Mon Mar 13, 2017 2:30 pm
Forum: Issues
Topic: Youtube Component disappears on Phone
Replies: 29
Views: 5351
 
Jump to post

Youtube Component disappears on Phone

Hi Illya, any response from the developers?

I'm in the same situation as Jimmy and it's causing me issues with my client.

by Paul Medawar
Wed Mar 08, 2017 7:04 am
Forum: Issues
Topic: Youtube Component disappears on Phone
Replies: 29
Views: 5351
 
Jump to post

Youtube Component disappears on Phone

Thanks Evgene,

like Jimmy this is the only thing that is holding me back from delivering an update for a client. Can we get a timeframe for the fix?

by Paul Medawar
Wed Mar 08, 2017 6:49 am
Forum: Issues
Topic: Youtube Component disappears on Phone
Replies: 29
Views: 5351
 
Jump to post

Youtube Component disappears on Phone

just

iOS 10.2.1
iPhone 6s

by Paul Medawar
Wed Mar 08, 2017 6:02 am
Forum: Issues
Topic: Youtube Component disappears on Phone
Replies: 29
Views: 5351
 
Jump to post

Youtube Component disappears on Phone

App is shared.

And can confirm that i've just tested on an android phone, and as Jimmy says, there appears to be no issues on Android, only iOS.

Go to advanced search