Search found 17 matches

Go to advanced search

by asid
Tue Jan 12, 2016 8:56 pm
Forum: Issues
Topic: What is wrong with how I have combined two where clauses?
Replies: 9
Views: 1198
 
Jump to post

What is wrong with how I have combined two where clauses?

This is an example how I did it, not sure if this helps, I separated with a comma.

var whereClause = { "region": localStorage.getItem("myRegion"),
"menuItem": localStorage.getItem("mySubMenuItem")};
return JSON.stringify(whereClause);

by asid
Tue Jan 12, 2016 8:52 pm
Forum: Issues
Topic: Get Error building APK
Replies: 6
Views: 1015
 
Jump to post

Get Error building APK

Did you manually change your Android Manifest.xml ?
check your android:versionCode= and targetSdkVersion

by asid
Thu Jan 07, 2016 2:01 am
Forum: Issues
Topic: returning from panel scrolls to top of page
Replies: 5
Views: 1020
 
Jump to post

returning from panel scrolls to top of page

Hi, I have a similar issue, when I open the panel from a listitem I can see the list in the background scroll to the top. The above method did not stop this?
Thank you

by asid
Wed Jan 06, 2016 12:08 am
Forum: Issues
Topic: InAppPayment Tutorial In Progress - 'Slight' challenge
Replies: 37
Views: 4515
 
Jump to post

InAppPayment Tutorial In Progress - 'Slight' challenge

Hi Bruce
I found this great post on IAP. I notice it is 9 months old. Is this still the best resource you know off to enable IAP for both IOS and Android?

Thank you

by asid
Tue Dec 08, 2015 3:46 am
Forum: Issues
Topic: (URGENT) Facebook Login is not working native app down. from App Store
Replies: 3
Views: 699
 
Jump to post

(URGENT) Facebook Login is not working native app down. from App Store

Hi

Did you test the permissions you need for a live App with Graph Explorer API
https://developers.facebook.com/tools...
Did you summit your app for approval to FB. An example, if you want to post a picture from your app you need to submit the App for approval.

Hope this helps?

by asid
Tue Nov 17, 2015 8:39 pm
Forum: Issues
Topic: Using new Cordova Plugins Feature - Geolocation
Replies: 5
Views: 774
 
Jump to post

Using new Cordova Plugins Feature - Geolocation

Thank you for this information.

by asid
Mon Nov 16, 2015 1:32 am
Forum: Issues
Topic: Hide components when "undefined"
Replies: 5
Views: 1099
 
Jump to post

Hide components when "undefined"

Hi Matt

Did you sort this, I need the same solution?
Thanks

Go to advanced search