Search found 18 matches

Go to advanced search

by Matt6097125
Mon Feb 10, 2014 10:51 pm
Forum: Issues
Topic: Can't compile on Xcode
Replies: 2
Views: 391
 
Jump to post

Can't compile on Xcode

Excellent. I'll check back in tomorrow.

Thanks for the update.

by Matt6097125
Mon Feb 10, 2014 10:30 pm
Forum: Issues
Topic: Can't compile on Xcode
Replies: 2
Views: 391
 
Jump to post

Can't compile on Xcode

Hi There - I have successfully exported my app and have it up on Google Play. Now, I've taken on the daunting task of getting the app up to Apple's App Store. I originally tried to upload my app using the Application Loader and iTunes Connect. When doing so, I got an error saying the app wasn't comp...
by Matt6097125
Mon Dec 09, 2013 10:20 pm
Forum: Issues
Topic: Vibrate/Sound on Push Notification
Replies: 8
Views: 803
 
Jump to post

Vibrate/Sound on Push Notification

I've traced the source code back to the function "generateNotification" in /src/com/XXXX/app/GCMIntentService.java (line 88). This function seems to be where the notifications are send to the OS. I'm not seeing anything in this function relating to vibrating. Is this file generated by Appe...
by Matt6097125
Mon Dec 09, 2013 9:59 pm
Forum: Issues
Topic: Vibrate/Sound on Push Notification
Replies: 8
Views: 803
 
Jump to post

Vibrate/Sound on Push Notification

Hi Max - So, I've played with this over the weekend a bit more. I now have the push notifications triggering a sound without the need for additional JS within the app. However, I still can't get the vibrate to work right. When I put the vibrate JS within the Push Notification event, everything prett...
by Matt6097125
Fri Dec 06, 2013 11:22 pm
Forum: Issues
Topic: Vibrate/Sound on Push Notification
Replies: 8
Views: 803
 
Jump to post

Vibrate/Sound on Push Notification

Hi Max, Yeah, I'm on the actual device. I did an alert just to make sure the JS was firing when Push notification came in and that works fine. That app also redirects to the page when the Push notification is fired. So, it doesn't seem to be with that event. Rather, it seems to be with the navigator...
by Matt6097125
Fri Dec 06, 2013 11:09 pm
Forum: Issues
Topic: Vibrate/Sound on Push Notification
Replies: 8
Views: 803
 
Jump to post

Vibrate/Sound on Push Notification

Thanks for the quick reply Max. I tried that and it doesn't seem to be working. As a test, I put that javascript on a Device ready event to try and eliminate anything with the push -- it's still not working. I have "VIBRATE" permissions selected for Android. Are there any other permissions...
by Matt6097125
Fri Dec 06, 2013 10:49 pm
Forum: Issues
Topic: Vibrate/Sound on Push Notification
Replies: 8
Views: 803
 
Jump to post

Vibrate/Sound on Push Notification

Hi There - I'm trying to get vibration and sound to happen when a push is received for my android app. I have the pushes working correctly. I'm just not sure how to activate sound/vibrate. It looks like there may be some javascript I can put in the app (navigator.notification.beep(2);), but that was...
by Matt6097125
Fri Dec 06, 2013 4:10 pm
Forum: Issues
Topic: Javascript API and Datepicker don't work with jQuery
Replies: 7
Views: 825
 
Jump to post

Javascript API and Datepicker don't work with jQuery

There we go. The datepickerRoot brought back jQuery.

My apologies if this is all in the documentation, but I'm not finding anything about it. Do you know if there are any other funky widgets I should be aware of where one needs to access an additional property to pick up the jQuery object?

by Matt6097125
Mon Dec 02, 2013 7:47 pm
Forum: Issues
Topic: Javascript API and Datepicker don't work with jQuery
Replies: 7
Views: 825
 
Jump to post

Javascript API and Datepicker don't work with jQuery

Excellent. Can you tell what's wrong with the following syntax?: Appery("event_date").css("background-color","red"); When I do this, I'm getting "TypeError: Appery(...).css is not a function". This code works fine with a text component, so it must be something...
by Matt6097125
Mon Dec 02, 2013 6:52 pm
Forum: Issues
Topic: Javascript API and Datepicker don't work with jQuery
Replies: 7
Views: 825
 
Jump to post

Javascript API and Datepicker don't work with jQuery

Hi Illya, I think I may have diluted my question with that example. I was wondering if I can use jQuery with the Appery Javascript API like it says in the documentation. I'm thinking the datepicker is a special exception where it's only using your API and not chaining jQuery. Can you confirm whether...

Go to advanced search