Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Users can select an image from their libary on the signup page (test on
android). PROBLEM, the plugins/cordova-plugin-camera has a bug in it that causes a problem with file paths (apache/cordova-plugin-camera#322). I had to add the fix manually then run the following commands: ionic cordova platform rm android (OR IOS) ionic cordova build android (OR IOS). Still need to implement the image upload.
- Loading branch information