Search found 355 matches

Go to advanced search

by Joe Sharples
Fri Jan 27, 2017 12:44 pm
Forum: Issues
Topic: gif freezing plays once
Replies: 0
Views: 1254
 
Jump to post

gif freezing plays once

I'm trying to change the default loader to the gif below: https://d2r1vs3d9006ap.cloudfront.net/s3_images/1543214/bounceBlack_inline.gif?1485520816 but it only plays once and doesn't repeat. i've tried uploading with media manager and placing an image component on the page and it has the same behavi...
by Joe Sharples
Thu Nov 10, 2016 4:16 pm
Forum: Issues
Topic: navigator.notification.confirm not working
Replies: 8
Views: 1562
 
Jump to post

navigator.notification.confirm not working

Actually the code in my previous post made it so that the image components wouldn't be visible is it's src was a url. Use the code below instead pre meta http-equiv="Content-Security-Policy" content="default-src * gap://ready file: data:; style-src 'self' 'unsafe-inlin...
by Joe Sharples
Wed Nov 09, 2016 6:30 pm
Forum: Issues
Topic: navigator.notification.confirm not working
Replies: 8
Views: 1562
 
Jump to post

navigator.notification.confirm not working

Thanks for your help Illya. I've managed to fix the issue using your link. I replaced the existing Content-Security-Policy meta tag under Source WEB_RESOURCES app PageName.html, with the following: pre meta http-equiv="Content-Security-Policy" content="default-src * gap:/&...
by Joe Sharples
Wed Nov 09, 2016 6:26 pm
Forum: Issues
Topic: navigator.notification.confirm not working
Replies: 8
Views: 1562
 
Jump to post

navigator.notification.confirm not working

Thanks for your help Illya.

I've managed to fix the issue using your link.

I replaced the existing Content-Security-Policy meta tag under Source WEB_RESOURCES app PageName.html, with the following:

by Joe Sharples
Wed Nov 09, 2016 2:23 pm
Forum: Issues
Topic: navigator.notification.confirm not working
Replies: 8
Views: 1562
 
Jump to post

navigator.notification.confirm not working

-side note: I have changed the 'Cancel,Delete' to ['Cancel', 'Delete'] as
navigator.notification.confirm(string, function, string, string) has depreciated and replaced with navigator.notification.confirm(string, function, string, array)

However the problem is still the same.

by Joe Sharples
Wed Nov 09, 2016 2:14 pm
Forum: Issues
Topic: navigator.notification.confirm not working
Replies: 8
Views: 1562
 
Jump to post

navigator.notification.confirm not working

Thanks for the response. There are no errors when i test with the Weinre debugger. However when testing on device (iPhone 6s, ios10) if i click the button (I'll call it buttonConfirm from now on) nothing happens, but if i exist the app and go to the home screen, or app switcher, then the confirm dia...
by Joe Sharples
Tue Nov 08, 2016 10:22 pm
Forum: Issues
Topic: navigator.notification.confirm not working
Replies: 8
Views: 1562
 
Jump to post

navigator.notification.confirm not working

I have this code on a button click event, it used to work on ios device, but now when the button is clicked nothing happens, the confirm dialog doesn't appear. pre function onConfirm(buttonIndex) { if(buttonIndex == 2){ deleteReview.execute(); } } // Show a custom confirmatio...
by Joe Sharples
Tue Oct 18, 2016 4:55 pm
Forum: Issues
Topic: Mapping from Array column in DB to Appery model storage Array fails when there is nothing in the DB array
Replies: 9
Views: 1401
 
Jump to post

Mapping from Array column in DB to Appery model storage Array fails when there is nothing in the DB array

Did you manage to find a solution for this? i'm having the exact same problem. I have a favourites column that can only be populated once the user has signed up and started to manually favourite items, but initially this column is empty, yet u still want to save user information in local storage. di...
by Joe Sharples
Tue Oct 18, 2016 4:55 pm
Forum: Issues
Topic: Mapping from Array column in DB to Appery model storage Array fails when there is nothing in the DB array
Replies: 9
Views: 1401
 
Jump to post

Mapping from Array column in DB to Appery model storage Array fails when there is nothing in the DB array

An alternate solution would be set the empty array column to contain "[]", this avoids the error message. But i've not been able to set the column value to "[]"

Any help would be greatly appreciated

by Joe Sharples
Tue Oct 18, 2016 2:43 pm
Forum: Issues
Topic: Infinite Scroll
Replies: 4
Views: 668
 
Jump to post

Infinite Scroll

This isn't really custom code- it's the code in the tutorial with only service names and local storage names changed. Either way i have isolated the problem... Replace the JS on page show: jQuery(window).scroll(onScrollHandler); with: window.setTimeout( function(){ jQuery(window).scroll(onScrollHand...

Go to advanced search