Search found 189 matches

Go to advanced search

by Matt6607699
Fri Jul 14, 2017 5:23 pm
Forum: Issues
Topic: Image rotating to wrong orientation when imported.
Replies: 6
Views: 1262
 
Jump to post

Image rotating to wrong orientation when imported.

In my page init() I use the code from the plugin: code document.getElementById('file_to_upload').addEventListener('change', function(e) { $scope.files = []; var el = document.getElementById('file_to_upload'); _.each( el.files, function( v ){ $scope&...
by Matt6607699
Fri Jul 14, 2017 3:01 am
Forum: Issues
Topic: Image rotating to wrong orientation when imported.
Replies: 6
Views: 1262
 
Jump to post

Image rotating to wrong orientation when imported.

I couldn't find anything. I just use the Appery ionic File Upload Plugin to either choose a picture from my camera roll(iPhone 7) or take a picture. Sometimes the picture displays correctly and sometimes it doesn't. I have no idea what's going on with that. Is there an alternative to using the ionic...
by Matt6607699
Thu Jul 13, 2017 4:45 am
Forum: Issues
Topic: Image rotating to wrong orientation when imported.
Replies: 6
Views: 1262
 
Jump to post

Image rotating to wrong orientation when imported.

ok thanks, I'll check on that.

by Matt6607699
Tue Jul 11, 2017 7:39 pm
Forum: Issues
Topic: Image rotating to wrong orientation when imported.
Replies: 6
Views: 1262
 
Jump to post

Image rotating to wrong orientation when imported.

Hi, I upload an image that was taken in portrait orientation to the database files(using FileDB__files_upload_service) and get a url back. When I click the image url in the browser, the image looks fine. If I try to import it to my app, it almost always flips 90 degrees to be in Landscape orientatio...
by Matt6607699
Wed Mar 29, 2017 7:23 pm
Forum: Issues
Topic: Exporting Android Studio Project Serious Issues.
Replies: 43
Views: 25271
 
Jump to post

Exporting Android Studio Project Serious Issues.

I'm having this same issue using ionic app v1.2.

*update
I was able to get a build after following the GUI library dependency install suggestions here:

http://stackoverflow.com/questions/19...

I also added the android.gms:play-service

by Matt6607699
Sun Jan 08, 2017 4:48 pm
Forum: Issues
Topic: iOS launch image jumps
Replies: 17
Views: 3527
 
Jump to post

iOS launch image jumps

Ok excellent, hopefully the update fixes it but If I find a temp workaround I'll post it here. Do you all have a rough date estimate of when the next update will be rolled out?

by Matt6607699
Sun Jan 08, 2017 1:04 am
Forum: Issues
Topic: How to fix the permanent blank screen on ionic app load with no internet connection?
Replies: 1
Views: 907
 
Jump to post

How to fix the permanent blank screen on ionic app load with no internet connection?

Ionic apps that are launched without an internet connection will result in a permanent blank screen after the launch image. The whole app has to be restarted after a network connection is established. There is a handler for this using the following code in the app.js file: https://www.thepolyglotdev...
by Matt6607699
Sat Jan 07, 2017 10:38 pm
Forum: Issues
Topic: iOS launch image jumps
Replies: 17
Views: 3527
 
Jump to post

iOS launch image jumps

Sorry, I meant that I am using an iphone 7 with ios 10.2 installed but the deployment target for the app created on appery is set to minimum ios 8.0. I tried setting the deployment target to 8.1 as well but that didn't change anything. My library version is v1.1 for the app. I disabled the cordova s...
by Matt6607699
Sat Jan 07, 2017 8:12 am
Forum: Issues
Topic: iOS launch image jumps
Replies: 17
Views: 3527
 
Jump to post

iOS launch image jumps

Hi, I am using an iPhone 7 with iOS 8.0 build.

by Matt6607699
Fri Jan 06, 2017 5:30 pm
Forum: Issues
Topic: iOS launch image jumps
Replies: 17
Views: 3527
 
Jump to post

iOS launch image jumps

I too am having this same issue with an ionic app.

Go to advanced search