Search found 470 matches

Go to advanced search

by Ellen Schlechter
Tue May 07, 2019 2:49 pm
Forum: Issues
Topic: Limit items in object
Replies: 11
Views: 2074
 
Jump to post

Limit items in object

Thanks. That limits the object well but it returns as [object Object],[object Object],[object Object],[object Object]. I used typeof to make sure that post was a string and it was so I'm not sure why it won't work.

by Ellen Schlechter
Mon May 06, 2019 5:05 pm
Forum: Issues
Topic: Limit items in object
Replies: 11
Views: 2074
 
Jump to post

Limit items in object

I have an object saved in local storage and I want to limit the items in that object to 5. I have tried using slice like this, but it returns 5 characters instead of 5 items. code var limit = (post.slice(0, 4)); /code For example, this is what is saved: [{shot: "ll", dose: "ll...
by Ellen Schlechter
Wed Mar 27, 2019 3:30 am
Forum: Issues
Topic: Session Expiration
Replies: 1
Views: 555
 
Jump to post

Session Expiration

I currently have my session expiration set at 2 days. I do this in hopes that my app will work offline using API Express. I run into the problem where I need to at least be logged in and get data loaded then only after that does it work offline. My hope is that by having it set at 2 days, it shouldn...
by Ellen Schlechter
Fri Oct 19, 2018 5:24 pm
Forum: Issues
Topic: Is there a way I can collect the remote address?
Replies: 1
Views: 479
 
Jump to post

Is there a way I can collect the remote address?

In the network dev tools of Chrome, there is a remote address for every request. Is there any way that I can collect that? Image

by Ellen Schlechter
Thu Apr 12, 2018 3:38 pm
Forum: Issues
Topic: Data not syncing with database
Replies: 7
Views: 991
 
Jump to post

Data not syncing with database

I am still having a little trouble with this. The manual sync doesn't seem to sync it like it should. It seems like the app just gets caught in an offline mode. I tried running the go online and offline functions but that doesn't seem to bring it out. The issue is tricky to test because I can't repr...
by Ellen Schlechter
Tue Apr 10, 2018 2:40 am
Forum: Issues
Topic: Navigate from page
Replies: 1
Views: 427
 
Jump to post

Navigate from page

I am looking to invoke a service when a user navigates away from the page. I tried running a console.log for testing purposes on the blur, page hide, and unload events for the page I am on but none of them seemed to work. I next tried running this code on a page load event: codeApperyio( "&...
by Ellen Schlechter
Fri Mar 23, 2018 4:29 am
Forum: Issues
Topic: New App Issues
Replies: 10
Views: 2327
 
Jump to post

New App Issues

I am having the same issue with Auto Update not working.

by Ellen Schlechter
Thu Mar 22, 2018 8:51 pm
Forum: Issues
Topic: Missing plist file
Replies: 7
Views: 1176
 
Jump to post

Missing plist file

This appears to be an issue with all of my apps after upgrading from 4.0 to 5.0 libraries.

by Ellen Schlechter
Thu Mar 22, 2018 5:13 pm
Forum: Issues
Topic: Missing plist file
Replies: 7
Views: 1176
 
Jump to post

Missing plist file

Is there any chance you can send me the exported Xcode file folder? I have to get an update out to fix some bugs.

by Ellen Schlechter
Thu Mar 22, 2018 4:46 pm
Forum: Issues
Topic: Missing plist file
Replies: 7
Views: 1176
 
Jump to post

Missing plist file

I can't export the ipa because I need to make customizations in Xcode.

Go to advanced search