Search found 19 matches

Go to advanced search

by Jackson
Thu Nov 12, 2020 6:07 am
Forum: Issues
Topic: Where is the controller.js - or something like it?
Replies: 0
Views: 10775
 
Jump to post

Where is the controller.js - or something like it?

I am building the maptraq2 - built in ionic 1 . I have two issues - I need to expand text areas based on the volume or size of text. I have a side menu and I need to use a range - currently the side menu stops the range from sliding. Both of these have work arounds that require I access the controll...
by Jackson
Sat Oct 31, 2020 6:20 am
Forum: Issues
Topic: Lower Minimum SDK than available
Replies: 2
Views: 1325
 
Jump to post

Re: Lower Minimum SDK than available

I found it in
Source - Cordova - Scripts - config.xml.

Problem solved. Thanks.

by Jackson
Fri Oct 30, 2020 6:38 pm
Forum: Issues
Topic: Lower Minimum SDK than available
Replies: 2
Views: 1325
 
Jump to post

Re: Lower Minimum SDK than available

I know you are busy, but this request is urgent as it is for a customer that purchased multiple devices to roll out our software and as it turns out those devices are not compatible with our application.

by Jackson
Thu Oct 29, 2020 5:56 pm
Forum: Issues
Topic: Lower Minimum SDK than available
Replies: 2
Views: 1325
 
Jump to post

Lower Minimum SDK than available

I am working with the app maptraq2. I would like to lower the minimum sdk to 5.1, but the menu will only allow me to go to 7.0. I am aware that I can change this on the android Manifest file in the Source but I can't seem to find the Manifest. Will this work and how to do I change it? Thanks for you...
by Jackson
Thu Oct 29, 2020 5:39 pm
Forum: Issues
Topic: How to detect navigation event
Replies: 3
Views: 1900
 
Jump to post

Re: How to detect navigation event

I didn't see where that event was an option in ionic 1, but this worked as well:
$scope.$on('$destroy',function(){
// do something
});
Thanks for looking into it.

by Jackson
Thu Oct 15, 2020 9:39 pm
Forum: Issues
Topic: How to detect navigation event
Replies: 3
Views: 1900
 
Jump to post

How to detect navigation event

How can I add a listener for a navigation event so that I can save changes before I leave a page?

This is for ionic.

by Jackson
Wed Sep 16, 2020 4:10 am
Forum: Issues
Topic: apk & ipa Export Error
Replies: 5
Views: 2556
 
Jump to post

Re: apk & ipa Export Error

Ok - so I updated the libraries but now every export attempt fails - even with release unchecked.

by Jackson
Mon Sep 14, 2020 9:55 pm
Forum: Issues
Topic: apk & ipa Export Error
Replies: 5
Views: 2556
 
Jump to post

Re: apk & ipa Export Error

Thank you. I can export the version with "Release" unchecked - but when I go to upload the file to Google Play I get the following error: Upload failed You uploaded a debuggable APK or Android App Bundle. For security reasons you need to disable debugging before it can be published in Goog...
by Jackson
Thu Sep 10, 2020 6:02 pm
Forum: Issues
Topic: apk & ipa Export Error
Replies: 5
Views: 2556
 
Jump to post

apk & ipa Export Error

I get the following error on both apk and ipa exports: >> Error: Cannot uglify2 file: >> app/www/bu >> ild/www/app/app.js. Skipping it. Error is: >> Unexpected token: name (keyName) (line: 76049, col: 24, pos: 3978014) I have tried used the following website on my css and js but still no luck: https...
by Jackson
Tue Jul 16, 2019 4:12 am
Forum: Issues
Topic: Offline Editing with auto-generated API Express Rest Service
Replies: 7
Views: 2132
 
Jump to post

Offline Editing with auto-generated API Express Rest Service

It looks like the problem occurs when I query on a pointer field in offline mode. I can get it to work online - but not offline.

Go to advanced search