Search found 213 matches

Go to advanced search

by Chris6743166
Thu Feb 07, 2019 1:15 pm
Forum: Issues
Topic: Android Build Error
Replies: 14
Views: 4460
 
Jump to post

Android Build Error

I'm getting this issue too. Background to the problem, I need to make manual small changes to config.xml during development. Once ready to build the release version, clicking the 'release' checkbox causes the push JSON files to be lost from the push settings. Deleting and regenerating config.xml doe...
by Chris6743166
Sat Nov 03, 2018 11:26 am
Forum: Issues
Topic: iPhone X notch and footer fix problem
Replies: 6
Views: 2267
 
Jump to post

iPhone X notch and footer fix problem

Hi Serhii, Thanks for the reply. Ended up going with this solution: prebody { top: constant(safe-area-inset-top); top: env(safe-area-inset-top); position: relative; } .ui-header { margin-top: constant(safe-area-inset-top); margin-top: env(safe-area-inset-top); } .ui-footer { padding-...
by Chris6743166
Thu Nov 01, 2018 4:12 pm
Forum: Issues
Topic: iPhone X notch and footer fix problem
Replies: 6
Views: 2267
 
Jump to post

iPhone X notch and footer fix problem

Hi, I've followed the instructions outlined here for creating safe space for the notch and microphone area on the iPhone X: https://blog.phonegap.com/displaying-... However, the top of the my JQM app won't budge, despite adding the required CSS. Also, while the footer does rise above the microphone ...
by Chris6743166
Tue Oct 09, 2018 8:25 am
Forum: Issues
Topic: App rejected twice due to 'Minimal Functionality'. What to do?
Replies: 5
Views: 1512
 
Jump to post

App rejected twice due to 'Minimal Functionality'. What to do?

Hi Bruce, No. All that I can see in the rejection is the text provided above. No photos and no specific explanation. I've sent an appeal. Just waiting for a response. In the meantime, trying to jazz up the design a little and add more features, such as share buttons to the posts. You might be right ...
by Chris6743166
Sat Oct 06, 2018 4:56 pm
Forum: Issues
Topic: App rejected twice due to 'Minimal Functionality'. What to do?
Replies: 5
Views: 1512
 
Jump to post

App rejected twice due to 'Minimal Functionality'. What to do?

Hi Bruce, Thanks for the reply. Much appreciated. Sorry. That content has only been added this afternoon as a result of some tweaks I was making to the backend. I've restored the content to that which was displayed when the app was rejected. Basically, text and images related to the respective title...
by Chris6743166
Sat Oct 06, 2018 8:12 am
Forum: Issues
Topic: App rejected twice due to 'Minimal Functionality'. What to do?
Replies: 5
Views: 1512
 
Jump to post

App rejected twice due to 'Minimal Functionality'. What to do?

Hi all, I posted this app to the iOS app store but they've rejected it twice now citing this reason: pre Guideline 4.2 - Design - Minimum Functionality We still found that the usefulness of your app is limited by the minimal amount of content or features it includes. Next Steps We en...
by Chris6743166
Sun Sep 30, 2018 3:21 pm
Forum: Issues
Topic: Upgrade to Android 8.0 breaks push
Replies: 14
Views: 4876
 
Jump to post

Upgrade to Android 8.0 breaks push

Thanks Serhii. That was the problem.

Chris

by Chris6743166
Wed Sep 26, 2018 12:31 pm
Forum: Issues
Topic: Upgrade to Android 8.0 breaks push
Replies: 14
Views: 4876
 
Jump to post

Upgrade to Android 8.0 breaks push

Thanks for the reply. I have already tried that, but got this build error: pre (node:26286) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: /app/platforms/android/gradlew: Command failed with exit code 1 Error output: Note: Some input files use or override a d...
by Chris6743166
Wed Sep 26, 2018 8:31 am
Forum: Issues
Topic: Upgrade to Android 8.0 breaks push
Replies: 14
Views: 4876
 
Jump to post

Upgrade to Android 8.0 breaks push

Hi, When I update an app to Android 8.0 (from 7.0), push stops working on Android. I've made no other changes. When a push is sent, I get the following message on the app "Cynllaith keeps stopping". The app is shared with support. It's called Bro Cynllaith (23a2336a-e321-4627-a7f0-654b5ae4...
by Chris6743166
Wed Jan 17, 2018 9:58 am
Forum: Issues
Topic: Libraries v5.0 & 9-patch splash images
Replies: 4
Views: 1085
 
Jump to post

Libraries v5.0 & 9-patch splash images

I've resolved the problem.

I added the SplashScreen and SplashScreenDelay preferences to the wrong config.xml file (CORDOVA/Platforms/Android/Res/XML). The correct config.xml file to edit is directly in the CORDOVA folder.

Go to advanced search