Coder Social home page Coder Social logo

ionicthemes / ion2fullapp Goto Github PK

View Code? Open in Web Editor NEW
6.0 6.0 2.0 4 KB

This is our public repository for customers to report bugs about Ion2FullApp - Ionic Template

Home Page: https://ionicthemes.com/product/ion2fullapp-full-ionic2-app-template-elite-version

ionic ionic3 ionic-framework ionic-cordova ionic-apps ionic-template

ion2fullapp's Introduction

Ion2FullApp - The most complete Ionic 3 Starter App

Ion2FullApp has every feature you will need when building an Ionic app. It includes more than 48 carefully designed views and components and the most required functionalities for Ionic 3 such as wordpress integration, social login integrations, multi language, firebase integration, video player, image picker, image cropper, admob, form validations, google maps, google places, geolocation, and many more. Check the detailed documentation!

Need help?

Please submit your issues here.

ion2fullapp's People

Contributors

djabif avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

nditah ayisiaddo4

ion2fullapp's Issues

Compatibility

I am having multiple issues since upgrading multiple packages including @angular, @angular/fire, rxjs, firebase, etc. Can you please tell me the latest versions of all required packages that ion2fullapp works on so that I can downgrade packages and get my app functioning again. My current issue lies with firebase auth but I'm not sure where I went wrong.

This is the response when attempting to build for browser platform but I know the issue is spawned from upgrading beyond the compatibility of ion2fullapp and I'm not savvy enough to correct it myself...

[18:21:57] typescript: src/pages/firebase-integration/firebase-auth.service.ts, line: 103
Argument of type 'void' is not assignable to parameter of type '{} | PromiseLike<{}>'.

 L102:  }).then(res => {
 L103:    resolve(res)
 L104:  }, err => reject(err))

        Argument of type 'void' is not assignable to parameter of type '{} | PromiseLike<{}>'. 

[18:21:57] typescript: src/pages/firebase-integration/firebase-auth.service.ts, line: 115

 L114:  }).then(res => {
 L115:    resolve(res)
 L116:  }, err => reject(err))

        Property 'id' does not exist on type 'User'. 

[18:21:57] typescript: src/pages/firebase-integration/firebase-auth.service.ts, line: 132
L131: resolve({
L132: userId: user.id,
L133: name: user.displayName,

        Property 'photoUrl' does not exist on type 'User'. Did you mean 'photoURL'? 

[18:21:57] typescript: src/pages/firebase-integration/firebase-auth.service.ts, line: 134
L133: name: user.displayName,
L134: image: user.photoUrl

[18:21:57] typescript: src/pages/firebase-integration/firebase-auth.service.ts, line: 145
Property 'id' does not exist on type 'UserCredential'.

 L144:  resolve({
 L145:    userId: user.id,
 L146:    name: user.displayName,

        Property 'displayName' does not exist on type 'UserCredential'. 

 L145:  userId: user.id,

[18:21:57] typescript: src/pages/firebase-integration/firebase-auth.service.ts, line: 146
L146: name: user.displayName,
L147: image: user.photoUrl

[18:21:57] typescript: src/pages/firebase-integration/firebase-auth.service.ts, line: 147
Property 'photoUrl' does not exist on type 'UserCredential'.

 L146:    name: user.displayName,
 L147:    image: user.photoUrl

        Property 'displayName' does not exist on type 'UserCredential'. 

 L221:  resolve({

[18:21:57] typescript: src/pages/firebase-integration/firebase-auth.service.ts, line: 222
L222: name: user.displayName,
L223: image: user.photoURL,

[18:21:57] typescript: src/pages/firebase-integration/firebase-auth.service.ts, line: 223
Property 'photoURL' does not exist on type 'UserCredential'.

 L222:  name: user.displayName,
 L223:  image: user.photoURL,
 L224:  provider: ""

        Cannot find module 'angularfire2/firestore'. 

[18:21:57] typescript: src/pages/firebase-integration/firebase-integration.service.ts, line: 4
L3: import 'rxjs/add/operator/toPromise';
L4: import { AngularFirestore } from 'angularfire2/firestore';
L5: import * as firebase from 'firebase/app';

[18:21:57] ionic-app-script task: "build"
[18:21:57] Error: Failed to transpile program
Error: Failed to transpile program

npm install show error after unzip template folder

npm install

[email protected] install C:\App Developement hybrid\Ionic\IONIC3Template\node_modules\grpc
node-pre-gyp install --fallback-to-build --library=static_library

node-pre-gyp ERR! Tried to download(403): https://storage.googleapis.com/grpc-precompiled-binaries/node/grpc/v1.10.1/node-v64-win32-x64-unknown.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected] (node-v64 ABI, unknown) (falling back to source compile with node-gyp)
node-pre-gyp ERR! Pre-built binaries not installable for [email protected] and [email protected] (node-v64 ABI, unknown) (falling back to source compile with node-gyp)
node-pre-gyp ERR! Hit error Connection closed while downloading tarball file
gyp ERR! configure error
gyp ERR! stack Error: Can't find Python executable "C:\Users\Anika Singh\AppData\Local\Programs\Python\Python36\python.EXE", you can set the PYTHON env variable.
gyp ERR! stack at PythonFinder.failNoPython (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:492:19)
gyp ERR! stack at PythonFinder. (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:517:16)
gyp ERR! stack at C:\Program Files\nodejs\node_modules\npm\node_modules\graceful-fs\polyfills.js:284:29
gyp ERR! stack at FSReqWrap.oncomplete (fs.js:152:21)
gyp ERR! System Windows_NT 10.0.17134
gyp ERR! command "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" "configure" "--fallback-to-build" "--library=static_library" "--module=C:\App Developement hybrid\Ionic\IONIC3Template\node_modules\grpc\src\node\extension_binary\node-v64-win32-x64-unknown\grpc_node.node" "--module_name=grpc_node" "--module_path=C:\App Developement hybrid\Ionic\IONIC3Template\node_modules\grpc\src\node\extension_binary\node-v64-win32-x64-unknown"
gyp ERR! cwd C:\App Developement hybrid\Ionic\IONIC3Template\node_modules\grpc
gyp ERR! node -v v10.9.0
gyp ERR! node-gyp -v v3.7.0
gyp ERR! not ok
node-pre-gyp ERR! build error
node-pre-gyp ERR! stack Error: Failed to execute 'C:\Program Files\nodejs\node.exe C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js configure --fallback-to-build --library=static_library --module=C:\App Developement hybrid\Ionic\IONIC3Template\node_modules\grpc\src\node\extension_binary\node-v64-win32-x64-unknown\grpc_node.node --module_name=grpc_node --module_path=C:\App Developement hybrid\Ionic\IONIC3Template\node_modules\grpc\src\node\extension_binary\node-v64-win32-x64-unknown' (1)
node-pre-gyp ERR!gyp stack at ChildProcess. (C:\App Developement hybrid\Ionic\IONIC3Template\node_modules\grpc\node_modules\node-pre-gyp\lib\util\compile.js:83:29)
node-pre-gyp ERR!ERR! configure errorstack
at ChildProcess.emit (events.js:182:13)
gyp node-pre-gypERR! ERR!stack Error: Can't find Python executable "C:\Users\Anika Singh\AppData\Local\Programs\Python\Python36\python.EXE", you can set the PYTHON env variable.
stackgyp at maybeClose (internal/child_process.js:961:16)
ERR!node-pre-gyp stackERR! at PythonFinder.failNoPython (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:492:19)
gyp stack at Process.ChildProcess._handle.onexit (internal/child_process.js:250:5)
ERR! stack at PythonFinder. (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:517:16)
node-pre-gypgyp ERR!ERR! Systemstack Windows_NT 10.0.17134
at C:\Program Files\nodejs\node_modules\npm\node_modules\graceful-fs\polyfills.js:284:29
node-pre-gypgyp ERR!ERR! commandstack "C:\Program Files\nodejs\node.exe" "C:\App Developement hybrid\Ionic\IONIC3Template\node_modules\grpc\node_modules\node-pre-gyp\bin\node-pre-gyp" "install" "--fallback-to-build" "--library=static_library"
at FSReqWrap.oncomplete (fs.js:152:21)
gypnode-pre-gyp ERR! System Windows_NT 10.0.17134
ERR!gyp cwdERR! C:\App Developement hybrid\Ionic\IONIC3Template\node_modules\grpc
node-pre-gypcommand "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" "configure" "--fallback-to-build" "--library=static_library" "--module=C:\App Developement hybrid\Ionic\IONIC3Template\node_modules\grpc\src\node\extension_binary\node-v64-win32-x64-unknown\grpc_node.node" "--module_name=grpc_node" "--module_path=C:\App Developement hybrid\Ionic\IONIC3Template\node_modules\grpc\src\node\extension_binary\node-v64-win32-x64-unknown"
ERR!gyp node -vERR! v10.9.0
cwd C:\App Developement hybrid\Ionic\IONIC3Template\node_modules\grpc
node-pre-gypgyp ERR! ERR!node -v v10.9.0
node-pre-gyp -vgyp v0.7.0
ERR!node-pre-gyp ERR!node-gyp -v v3.7.0
not okgyp
ERR! not ok
Failed to execute 'C:\Program Files\nodejs\node.exe C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js configure --fallback-to-build --library=static_library --module=C:\App Developement hybrid\Ionic\IONIC3Template\node_modules\grpc\src\node\extension_binary\node-v64-win32-x64-unknown\grpc_node.node --module_name=grpc_node --module_path=C:\App Developement hybrid\Ionic\IONIC3Template\node_modules\grpc\src\node\extension_binary\node-v64-win32-x64-unknown' (1)
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] install: node-pre-gyp install --fallback-to-build --library=static_library
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:

Why we are getting this error....

Obtain Firestore Details on One page

Hello Again,

I'm trying to get the details from a specific collection/doc but all of examples in the template are either going from one page to another ( loading a collection, then passing the data of the one clicked on to the next page) or refreshing the data in a form to be modified and re-saved.

I'm looking at the firebase-integration.service.ts and don't see any that would return the data within 1 query.

For example... I have the collection People , then some documents that store the userID, name, avatar, etc. I know the userID I want but I cannot get just that 1 document that relates to the person. It seems I have to first use the searchPeople function to search through the collection and find the document by using the userID as the searchValue. Then I have to push it to a separate page passing along the data in which i then can use the this.item.payload.doc.data() to pull individual fields.

Problem is I cannot do all of this in one page and I need to, for the user profile. When the app I'm making opens, the root is a profile page so I need the data already loaded. There isn't a page where it shows the item collection then you click on it. I need it to just immediately search for the userID in the People collection, find it within the documents' fields, then return back just that 1 document and all the fields in it.

This is the adjusted firestore query i'm using on the profile page and it currently returns 1 item in the array, but since i'm navigating to another page, i have no where to pass the data to so I need to change this to get the document data fields right away.:

searchUsers(searchValue){ return new Promise<any>((resolve, reject) => { this.afs.collection('users', ref => ref.where('userID', '==', searchValue) .where('userID', '==', searchValue)) .snapshotChanges() .subscribe(snapshots => { resolve(snapshots); }) }) }

Thanks

Firebase Forgot Password

You have the forgot-password page but no firebase-forgot-password. Can this be created and included?

Google Sign Up button does not work

Describe the bug
I tested your Live Preview on Ionic View App (Android phone)

To Reproduce

  1. Click on Sign Up
  2. Click on 'Sign Up with Google

The button did not work, it does not show any message or any results.

Does the template include this functionality?

Thanks :)

Email Authentication

It would be nice to have the feature where an email or code is emailed or texted to the user trying to sign up, and the account is activated after they click the link or enter the code.

Just purchased. NPM Install failed with several errors.

Downloaded, unzipped, opened in vs.code. NPM install - attached log file
log-1.1.5.txt

running npm audit fix i've more errors..

here is my ionic info

Ionic:

ionic (Ionic CLI) : 4.8.0 (/usr/local/lib/node_modules/ionic)
Ionic Framework : ionic-angular 3.9.2
@ionic/app-scripts : 3.2.0

Cordova:

cordova (Cordova CLI) : 8.1.2 ([email protected])
Cordova Platforms : not available
Cordova Plugins : not available

System:

ios-deploy : 2.0.0
ios-sim : 5.0.13
NodeJS : v10.14.1 (/usr/local/bin/node)
npm : 6.5.0
OS : macOS Mojave
Xcode : Xcode 10.1 Build version 10B61

Thanks :)

Problem ion2fullapp & SDK ? JDK ? Gradle ?

Hi,

I have an issue with my configuration and the temlpate ion2fullapp.

Everything work good with iOs, the app is deployed, but with Android I have many problems. Since 4/5 days I try many many different things but it blocks at some different points. I think the configuration of my Mac is not good, something block maybe the version of the SDK, the version of the gradle… I don’t know, but if you can help me to resolve this it could be very helpful.

I just created a clean project, to try with your base package :

  • Download your package
  • Unzip in a folder
  • CMD : cd « /go/to/folder » -> OK
  • CMD : npm install -> OK
  • CMD : ionic serve -> OK
  • CMD : ionic cordova run android -> Error (see bellow, if it more helpful for you I can send you a video of the test with a clean package)

---------------------------------- TERMINAL ----------------------------------
Saved plugin info for "cordova-plugin-ionic-webview" to config.xml

--save flag or autosave detected

Saving android@~6.3.0 into config.xml file ...

Running app-scripts build: --platform android --target cordova [20:26:22] build dev started ... [20:26:22] clean started ... [20:26:23] clean finished in 101 ms [20:26:23] copy started ... [20:26:23] deeplinks started ... [20:26:24] deeplinks finished in 674 ms [20:26:24] transpile started ... [20:26:39] transpile finished in 15.49 s [20:26:39] preprocess started ... [20:26:39] preprocess finished in 1 ms [20:26:39] webpack started ... [20:26:49] copy finished in 26.39 s [20:27:08] webpack finished in 29.23 s [20:27:08] sass started ... Without from option PostCSS could generate wrong source map and will not find Browserslist config. Set it to CSS file path or to undefined to prevent this warning. [20:27:20] sass finished in 12.16 s [20:27:20] postprocess started ... [20:27:20] postprocess finished in 33 ms [20:27:20] lint started ... [20:27:20] build dev finished in 58.27 s cordova run android Discovered plugin "mx.ferreyra.callnumber" in config.xml. Adding it to the project [20:27:52] lint finished in 31.61 s Plugin "call-number" already installed on android.
ANDROID_HOME=/Users/adrienv/Library/Android/
JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_171.jdk/Contents/Home
(node:83381) UnhandledPromiseRejectionWarning: Error: spawn EACCES at ChildProcess.spawn (internal/child_process.js:330:11) at Object.exports.spawn (child_process.js:500:9) at Object.exports.spawn (/Users/adrienv/NoiCloud/example/ion2FullApp-ELITE-version/platforms/android/cordova/node_modules/cordova-common/src/superspawn.js:134:31) at GradleBuilder.runGradleWrapper (/Users/adrienv/NoiCloud/example/ion2FullApp-ELITE-version/platforms/android/cordova/lib/builders/GradleBuilder.js:78:27) at /Users/adrienv/NoiCloud/example/ion2FullApp-ELITE-version/platforms/android/cordova/lib/builders/GradleBuilder.js:177:21 at _fulfilled (/Users/adrienv/NoiCloud/example/ion2FullApp-ELITE-version/platforms/android/cordova/node_modules/q/q.js:854:54) at self.promiseDispatch.done (/Users/adrienv/NoiCloud/example/ion2FullApp-ELITE-version/platforms/android/cordova/node_modules/q/q.js:883:30) at Promise.promise.promiseDispatch (/Users/adrienv/NoiCloud/example/ion2FullApp-ELITE-version/platforms/android/cordova/node_modules/q/q.js:816:13) at /Users/adrienv/NoiCloud/example/ion2FullApp-ELITE-version/platforms/android/cordova/node_modules/q/q.js:570:49 at runSingle (/Users/adrienv/NoiCloud/example/ion2FullApp-ELITE-version/platforms/android/cordova/node_modules/q/q.js:137:13)
(node:83381) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1) (node:83381) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

[OK] Your app has been deployed. Did you know you can live-reload changes from your app with --livereload?

MacBook-Air-de-Adrien:ion2FullApp-ELITE-version adrienv$ echo $ANDROID_HOME /Users/adrienv/Library/Android/
MacBook-Air-de-Adrien:ion2FullApp-ELITE-version adrienv$ echo $JAVA_HOME

MacBook-Air-de-Adrien:ion2FullApp-ELITE-version adrienv$ export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_171.jdk/
MacBook-Air-de-Adrien:ion2FullApp-ELITE-version adrienv$ ionic cordova run android Running app-scripts build: --platform android --target cordova
[20:29:54] build dev started ... [20:29:54] clean started ... [20:29:54] clean finished in 19 ms [20:29:54] copy started ... [20:29:55] deeplinks started ... [20:29:55] deeplinks finished in 641 ms [20:29:55] transpile started ... [20:30:07] transpile finished in 11.85 s [20:30:07] preprocess started ... [20:30:07] preprocess finished in 1 ms [20:30:07] webpack started ...

MacBook-Air-de-Adrien:ion2FullApp-ELITE-version adrienv$ echo $JAVA_HOME /Library/Java/JavaVirtualMachines/jdk1.8.0_171.jdk/ MacBook-Air-de-Adrien:ion2FullApp-ELITE-version adrienv$ ionic cordova run android Running app-scripts build: --platform android --target cordova
[20:30:17] build dev started ... [20:30:17] clean started ... [20:30:17] clean finished in 4 ms [20:30:17] copy started ... [20:30:17] deeplinks started ... [20:30:18] deeplinks finished in 575 ms [20:30:18] transpile started ... [20:30:31] transpile finished in 12.87 s [20:30:31] preprocess started ... [20:30:31] preprocess finished in 1 ms [20:30:31] webpack started ... [20:30:36] copy finished in 19.40 s [20:30:52] webpack finished in 21.62 s [20:30:52] sass started ... Without fromoption PostCSS could generate wrong source map and will not find Browserslist config. Set it to CSS file path or toundefinedto prevent this warning. [20:30:58] sass finished in 5.91 s [20:30:58] postprocess started ... [20:30:58] postprocess finished in 25 ms [20:30:58] lint started ... [20:30:58] build dev finished in 41.40 s
cordova run android Discovered plugin "mx.ferreyra.callnumber" in config.xml. Adding it to the project

[20:31:15] lint finished in 16.32 s Plugin "call-number" already installed on android. (node:83411) UnhandledPromiseRejectionWarning: CordovaError: Failed to run "javac -version", make sure that you have a JDK installed. You can get it from: http://www.oracle.com/technetwork/java/javase/downloads. Your JAVA_HOME is invalid: /Library/Java/JavaVirtualMachines/jdk1.8.0_171.jdk/ at /Users/adrienv/NoiCloud/example/ion2FullApp-ELITE-version/platforms/android/cordova/lib/check_reqs.js:47:27 at ChildProcess.exithandler (child_process.js:280:5) at ChildProcess.emit (events.js:180:13) at maybeClose (internal/child_process.js:936:16) at Socket.stream.socket.on (internal/child_process.js:353:11) at Socket.emit (events.js:180:13) at Pipe._handle.close [as _onclose] (net.js:538:12) (node:83411) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1) (node:83411) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

[OK] Your app has been deployed. Did you know you can live-reload changes from your app with --livereload?

MacBook-Air-de-Adrien:ion2FullApp-ELITE-version adrienv$ export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_171.jdk/Contents/Home/bin/ MacBook-Air-de-Adrien:ion2FullApp-ELITE-version adrienv$ echo $JAVA_HOME /Library/Java/JavaVirtualMachines/jdk1.8.0_171.jdk/Contents/Home/bin/ MacBook-Air-de-Adrien:ion2FullApp-ELITE-version adrienv$ ionic cordova run android Running app-scripts build: --platform android --target cordova [20:33:11] build dev started ... [20:33:11] clean started ... [20:33:11] clean finished in 19 ms [20:33:11] copy started ... [20:33:11] deeplinks started ... [20:33:12] deeplinks finished in 557 ms [20:33:12] transpile started ... [20:33:22] transpile finished in 10.71 s [20:33:22] preprocess started ... [20:33:22] preprocess finished in 1 ms [20:33:22] webpack started ... [20:33:25] copy finished in 14.51 s [20:33:42] webpack finished in 19.89 s [20:33:42] sass started ... Without from option PostCSS could generate wrong source map and will not find Browserslist config. Set it to CSS file path or to undefined to prevent this warning. [20:33:48] sass finished in 5.57 s [20:33:48] postprocess started ... [20:33:48] postprocess finished in 20 ms [20:33:48] lint started ... [20:33:48] build dev finished in 37.15 s cordova run android Discovered plugin "mx.ferreyra.callnumber" in config.xml. Adding it to the project

[20:34:02] lint finished in 14.12 s Plugin "call-number" already installed on android.

(node:83432) UnhandledPromiseRejectionWarning: CordovaError: Failed to run "javac -version", make sure that you have a JDK installed. You can get it from: http://www.oracle.com/technetwork/java/javase/downloads. Your JAVA_HOME is invalid: /Library/Java/JavaVirtualMachines/jdk1.8.0_171.jdk/Contents/Home/bin/ at /Users/adrienv/NoiCloud/example/ion2FullApp-ELITE-version/platforms/android/cordova/lib/check_reqs.js:47:27 at ChildProcess.exithandler (child_process.js:280:5) at ChildProcess.emit (events.js:180:13) at maybeClose (internal/child_process.js:936:16) at Socket.stream.socket.on (internal/child_process.js:353:11) at Socket.emit (events.js:180:13) at Pipe._handle.close [as _onclose] (net.js:538:12) (node:83432) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1) (node:83432) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

[OK] Your app has been deployed. Did you know you can live-reload changes from your app with --livereload?

[OK] Your app has been deployed.
---------------------------------- END TERMINAL ----------------------------------

The prompt say : « Your app has been deployed », but it’s not deployed on my phone (configured on android studio)

If I try to open the project in android studio and build, I got many errors too.

One more time, it’s with a clean package, just downloaded, without any modification. I know your package work, but something in my configuration seems to be bad I think.

Thank so much for your help.

@ionic/app-scripts

Can't run ionic serve because I get this error:
Looks like @ionic/app-scripts isn't installed in this project
This package is required for this command to work properly. The package
provides a CLI utility, but the ionic-app-scripts binary was not found in
your PATH.

? Install @ionic/app-scripts? Yes

I enter YES and then get this:
npm WARN deprecated [email protected]: This version is no longer maintained. Please upgrade to the latest version.
npm WARN deprecated [email protected]: This version is no longer maintained. Please upgrade to the latest version.
npm WARN deprecated [email protected]: This version is no longer maintained. Please upgrade to the latest version.

[email protected] install /Users/admin/Desktop/Programming/ionic/ion2fullapp-elite-1.1.3/node_modules/fsevents
node install

node-pre-gyp WARN Using request for node-pre-gyp https download
node-pre-gyp WARN Pre-built binaries not installable for [email protected] and [email protected] (node-v64 ABI, unknown) (falling back to source compile with node-gyp)
node-pre-gyp WARN Hit error EACCES: permission denied, mkdir '/Users/admin/Desktop/Programming/ionic/ion2fullapp-elite-1.1.3/node_modules/fsevents/lib'
gyp WARN EACCES user "root" does not have permission to access the dev dir "/var/root/.node-gyp/10.15.3"
gyp WARN EACCES attempting to reinstall using temporary dev dir "/Users/admin/Desktop/Programming/ionic/ion2fullapp-elite-1.1.3/node_modules/fsevents/.node-gyp"
gyp WARN install got an error, rolling back install
gyp WARN install got an error, rolling back install
gyp ERR! configure error
gyp ERR! stack Error: EACCES: permission denied, mkdir '/Users/admin/Desktop/Programming/ionic/ion2fullapp-elite-1.1.3/node_modules/fsevents/.node-gyp'
gyp ERR! System Darwin 17.7.0
gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/Users/admin/Desktop/Programming/ionic/ion2fullapp-elite-1.1.3/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node" "--module_name=fse" "--module_path=/Users/admin/Desktop/Programming/ionic/ion2fullapp-elite-1.1.3/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64" "--napi_version=3" "--node_abi_napi=napi"
gyp ERR! cwd /Users/admin/Desktop/Programming/ionic/ion2fullapp-elite-1.1.3/node_modules/fsevents
gyp ERR! node -v v10.15.3
gyp ERR! node-gyp -v v3.8.0
gyp ERR! not ok
node-pre-gyp ERR! build error
node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --module=/Users/admin/Desktop/Programming/ionic/ion2fullapp-elite-1.1.3/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node --module_name=fse --module_path=/Users/admin/Desktop/Programming/ionic/ion2fullapp-elite-1.1.3/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64 --napi_version=3 --node_abi_napi=napi' (1)
node-pre-gyp ERR! stack at ChildProcess. (/Users/admin/Desktop/Programming/ionic/ion2fullapp-elite-1.1.3/node_modules/fsevents/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
node-pre-gyp ERR! stack at ChildProcess.emit (events.js:189:13)
node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:970:16)
node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:259:5)
node-pre-gyp ERR! System Darwin 17.7.0
node-pre-gyp ERR! command "/usr/local/bin/node" "/Users/admin/Desktop/Programming/ionic/ion2fullapp-elite-1.1.3/node_modules/fsevents/node_modules/node-pre-gyp/bin/node-pre-gyp" "install" "--fallback-to-build"
node-pre-gyp ERR! cwd /Users/admin/Desktop/Programming/ionic/ion2fullapp-elite-1.1.3/node_modules/fsevents
node-pre-gyp ERR! node -v v10.15.3
node-pre-gyp ERR! node-pre-gyp -v v0.10.3
node-pre-gyp ERR! not ok
Failed to execute '/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --module=/Users/admin/Desktop/Programming/ionic/ion2fullapp-elite-1.1.3/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node --module_name=fse --module_path=/Users/admin/Desktop/Programming/ionic/ion2fullapp-elite-1.1.3/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64 --napi_version=3 --node_abi_napi=napi' (1)

[email protected] install /Users/admin/Desktop/Programming/ionic/ion2fullapp-elite-1.1.3/node_modules/node-sass
node scripts/install.js

Unable to save binary /Users/admin/Desktop/Programming/ionic/ion2fullapp-elite-1.1.3/node_modules/node-sass/vendor/darwin-x64-64 : { Error: EACCES: permission denied, mkdir '/Users/admin/Desktop/Programming/ionic/ion2fullapp-elite-1.1.3/node_modules/node-sass/vendor'
at Object.mkdirSync (fs.js:752:3)
at sync (/Users/admin/Desktop/Programming/ionic/ion2fullapp-elite-1.1.3/node_modules/mkdirp/index.js:71:13)
at Function.sync (/Users/admin/Desktop/Programming/ionic/ion2fullapp-elite-1.1.3/node_modules/mkdirp/index.js:77:24)
at checkAndDownloadBinary (/Users/admin/Desktop/Programming/ionic/ion2fullapp-elite-1.1.3/node_modules/node-sass/scripts/install.js:111:11)
at Object. (/Users/admin/Desktop/Programming/ionic/ion2fullapp-elite-1.1.3/node_modules/node-sass/scripts/install.js:154:1)
at Module._compile (internal/modules/cjs/loader.js:701:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:712:10)
at Module.load (internal/modules/cjs/loader.js:600:32)
at tryModuleLoad (internal/modules/cjs/loader.js:539:12)
at Function.Module._load (internal/modules/cjs/loader.js:531:3)
errno: -13,
syscall: 'mkdir',
code: 'EACCES',
path:
'/Users/admin/Desktop/Programming/ionic/ion2fullapp-elite-1.1.3/node_modules/node-sass/vendor' }

[email protected] postinstall /Users/admin/Desktop/Programming/ionic/ion2fullapp-elite-1.1.3/node_modules/node-sass
node scripts/build.js

Building: /usr/local/bin/node /Users/admin/Desktop/Programming/ionic/ion2fullapp-elite-1.1.3/node_modules/node-gyp/bin/node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library=
gyp info it worked if it ends with ok
gyp verb cli [ '/usr/local/bin/node',
gyp verb cli '/Users/admin/Desktop/Programming/ionic/ion2fullapp-elite-1.1.3/node_modules/node-gyp/bin/node-gyp.js',
gyp verb cli 'rebuild',
gyp verb cli '--verbose',
gyp verb cli '--libsass_ext=',
gyp verb cli '--libsass_cflags=',
gyp verb cli '--libsass_ldflags=',
gyp verb cli '--libsass_library=' ]
gyp info using [email protected]
gyp info using [email protected] | darwin | x64
gyp verb command rebuild []
gyp verb command clean []
gyp verb clean removing "build" directory
gyp verb command configure []
gyp verb check python checking for Python executable "python2" in the PATH
gyp verb which succeeded python2 /usr/local/bin/python2
gyp verb check python version /usr/local/bin/python2 -c "import sys; print "2.7.14 gyp verb check python version .%s.%s" % sys.version_info[:3];" returned: %j
gyp verb get node dir no --target version specified, falling back to host node version: 10.15.3
gyp verb command install [ '10.15.3' ]
gyp verb install input version string "10.15.3"
gyp verb install installing version: 10.15.3
gyp verb install --ensure was passed, so won't reinstall if already installed
gyp WARN EACCES user "root" does not have permission to access the dev dir "/var/root/.node-gyp/10.15.3"
gyp WARN EACCES attempting to reinstall using temporary dev dir "/Users/admin/Desktop/Programming/ionic/ion2fullapp-elite-1.1.3/node_modules/node-sass/.node-gyp"
gyp verb tmpdir == cwd automatically will remove dev files after to save disk space
gyp verb command install [ '--node_gyp_internal_noretry', '10.15.3' ]
gyp verb install input version string "10.15.3"
gyp verb install installing version: 10.15.3
gyp verb install --ensure was passed, so won't reinstall if already installed
gyp verb install version not already installed, continuing with install 10.15.3
gyp verb ensuring nodedir is created /Users/admin/Desktop/Programming/ionic/ion2fullapp-elite-1.1.3/node_modules/node-sass/.node-gyp/10.15.3
gyp WARN install got an error, rolling back install
gyp verb command remove [ '10.15.3' ]
gyp verb remove using node-gyp dir: /Users/admin/Desktop/Programming/ionic/ion2fullapp-elite-1.1.3/node_modules/node-sass/.node-gyp
gyp verb remove removing target version: 10.15.3
gyp verb remove removing development files for version: 10.15.3
gyp WARN install got an error, rolling back install
gyp verb command remove [ '10.15.3' ]
gyp verb remove using node-gyp dir: /Users/admin/Desktop/Programming/ionic/ion2fullapp-elite-1.1.3/node_modules/node-sass/.node-gyp
gyp verb remove removing target version: 10.15.3
gyp verb remove removing development files for version: 10.15.3
gyp ERR! configure error
gyp ERR! stack Error: EACCES: permission denied, mkdir '/Users/admin/Desktop/Programming/ionic/ion2fullapp-elite-1.1.3/node_modules/node-sass/.node-gyp'
gyp ERR! System Darwin 17.7.0
gyp ERR! command "/usr/local/bin/node" "/Users/admin/Desktop/Programming/ionic/ion2fullapp-elite-1.1.3/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="
gyp ERR! cwd /Users/admin/Desktop/Programming/ionic/ion2fullapp-elite-1.1.3/node_modules/node-sass
gyp ERR! node -v v10.15.3
gyp ERR! node-gyp -v v3.8.0
gyp ERR! not ok
Build failed with error code: 1
npm WARN [email protected] requires a peer of ajv@^5.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents):
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] install: node install
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] postinstall: node scripts/build.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! /var/root/.npm/_logs/2019-03-26T22_22_09_229Z-debug.log
[ERROR] An error occurred while running subprocess npm.

    npm i -D -E @ionic/app-scripts exited with exit code 1.

I expected to see the simulation of the app in browser.

Thanks :)

App not filling screen for iPhone X

Describe the bug
When running the app on the iPhone X simulator with no modifications, it does not fill the screen. It shows the top and bottom margins as if it's not compatible.

To Reproduce
Steps to reproduce the behavior:

  1. Download app source code
  2. ionic cordova emulate ios --target "iPhone-X"
  3. Observe the top and bottom margins

Expected behavior
The app should fill the iPhone X screen properly

Screenshots
screenshot 2018-06-08 23 39 52

Thanks :)

Firebase Profile Page Incorrect

Hello,

The pages/firebase-integration/firebase-profile/ pages are all for the "settings" page where you would change the data, not where you would see it. I'm trying to make a simple profile area that shows data from my firebase integration (which is setup as "profile" / userId / username - firstname - lastname).

Get black screen on an emulate android device

run ionic cordova emulate android

Sandras-MBP:ion2fullapp-elite sandramendoza$ ionic cordova emulate android

ionic-app-scripts build --target cordova --platform android
[08:30:49] ionic-app-scripts 3.1.8
[08:30:50] build dev started ...
[08:30:50] clean started ...
[08:30:50] clean finished in 3 ms
[08:30:50] copy started ...
[08:30:50] deeplinks started ...
[08:30:50] deeplinks finished in 167 ms
[08:30:50] transpile started ...
[08:30:55] transpile finished in 4.96 s
[08:30:55] preprocess started ...
[08:30:55] preprocess finished in less than 1 ms
[08:30:55] webpack started ...
[08:30:57] copy finished in 7.08 s
[08:31:03] webpack finished in 8.13 s
[08:31:03] sass started ...
Without from option PostCSS could generate wrong source map and will not find Browserslist config. Set it to CSS file path or to undefined to prevent this warning.
[08:31:06] sass finished in 2.67 s
[08:31:06] postprocess started ...
[08:31:06] postprocess finished in 10 ms
[08:31:06] lint started ...
[08:31:06] build dev finished in 16.13 s
[08:31:10] tslint: src/pages/google-login/google-login.service.ts, line: 5
All imports are unused.

   L4:  import { GooglePlus } from '@ionic-native/google-plus';
   L5:  import firebase from 'firebase';
   L6:  import { AngularFireAuth } from 'angularfire2/auth';

[08:31:10] tslint: src/pages/google-login/google-login.service.ts, line: 6
All imports are unused.

   L5:  import firebase from 'firebase';
   L6:  import { AngularFireAuth } from 'angularfire2/auth';
   L7:  import { Observable } from 'rxjs/Observable';

        All imports are unused. 

   L6:  import { AngularFireAuth } from 'angularfire2/auth';

[08:31:10] tslint: src/pages/google-login/google-login.service.ts, line: 7
[08:31:10] tslint: src/pages/google-login/google-login.service.ts, line: 12
L7: import { Observable } from 'rxjs/Observable';

        All imports are unused. 

  L11:  import { environment } from '../../environment/environment';
  L12:  import { Platform } from 'ionic-angular';

[08:31:10] lint finished in 4.22 s

cordova emulate android
Discovered plugin "call-number" in config.xml. Adding it to the project
Failed to restore plugin "call-number" from config.xml. You might need to try adding it again. Error: Failed to fetch plugin [email protected] via registry.
Probably this is either a connection problem, or plugin spec is incorrect.
Check your connection and plugin name/version/URL.
Error: npm: Command failed with exit code 243 Error output:
npm WARN checkPermissions Missing write access to /Users/sandramendoza/Documents/Ionic-Projects/ion2fullapp-elite/node_modules/call-number
npm ERR! path /Users/sandramendoza/Documents/Ionic-Projects/ion2fullapp-elite/node_modules/call-number
npm ERR! code EACCES
npm ERR! errno -13
npm ERR! syscall access
npm ERR! Error: EACCES: permission denied, access '/Users/sandramendoza/Documents/Ionic-Projects/ion2fullapp-elite/node_modules/call-number'
npm ERR! { Error: EACCES: permission denied, access '/Users/sandramendoza/Documents/Ionic-Projects/ion2fullapp-elite/node_modules/call-number'
npm ERR! stack: 'Error: EACCES: permission denied, access '/Users/sandramendoza/Documents/Ionic-Projects/ion2fullapp-elite/node_modules/call-number'',
npm ERR! errno: -13,
npm ERR! code: 'EACCES',
npm ERR! syscall: 'access',
npm ERR! path: '/Users/sandramendoza/Documents/Ionic-Projects/ion2fullapp-elite/node_modules/call-number' }
npm ERR!
npm ERR! Please try running this command again as root/Administrator.

npm ERR! A complete log of this run can be found in:
npm ERR! /Users/sandramendoza/.npm/_logs/2018-09-10T15_31_19_185Z-debug.log
ANDROID_HOME=/Users/sandramendoza/Library/Android/sdk
JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home
Subproject Path: CordovaLib
The Task.leftShift(Closure) method has been deprecated and is scheduled to be removed in Gradle 5.0. Please use Task.doLast(Action) instead.
at build_6wsbfl7mj1f85u9c6st11bqt3.run(/Users/sandramendoza/Documents/Ionic-Projects/ion2fullapp-elite/platforms/android/build.gradle:143)
useNewCruncher has been deprecated. It will be removed in a future version of the gradle plugin. New cruncher is now always enabled.
The JavaCompile.setDependencyCacheDir() method has been deprecated and is scheduled to be removed in Gradle 4.0.
Incremental java compilation is an incubating feature.
The TaskInputs.source(Object) method has been deprecated and is scheduled to be removed in Gradle 4.0. Please use TaskInputs.file(Object).skipWhenEmpty() instead.
:preBuild UP-TO-DATE
:preDebugBuild UP-TO-DATE
:checkDebugManifest
:preReleaseBuild UP-TO-DATE
:CordovaLib:preBuild UP-TO-DATE
:CordovaLib:preDebugBuild UP-TO-DATE
:CordovaLib:checkDebugManifest
:CordovaLib:prepareDebugDependencies
:CordovaLib:compileDebugAidl UP-TO-DATE
:CordovaLib:compileDebugNdk UP-TO-DATE
:CordovaLib:compileLint UP-TO-DATE
:CordovaLib:copyDebugLint UP-TO-DATE
:CordovaLib:mergeDebugShaders UP-TO-DATE
:CordovaLib:compileDebugShaders UP-TO-DATE
:CordovaLib:generateDebugAssets UP-TO-DATE
:CordovaLib:mergeDebugAssets UP-TO-DATE
:CordovaLib:mergeDebugProguardFiles UP-TO-DATE
:CordovaLib:packageDebugRenderscript UP-TO-DATE
:CordovaLib:compileDebugRenderscript UP-TO-DATE
:CordovaLib:generateDebugResValues UP-TO-DATE
:CordovaLib:generateDebugResources UP-TO-DATE
:CordovaLib:packageDebugResources UP-TO-DATE
:CordovaLib:processDebugManifest UP-TO-DATE
:CordovaLib:generateDebugBuildConfig UP-TO-DATE
:CordovaLib:processDebugResources UP-TO-DATE
:CordovaLib:generateDebugSources UP-TO-DATE
:CordovaLib:incrementalDebugJavaCompilationSafeguard UP-TO-DATE
:CordovaLib:compileDebugJavaWithJavac UP-TO-DATE
:CordovaLib:processDebugJavaRes UP-TO-DATE
:CordovaLib:transformResourcesWithMergeJavaResForDebug UP-TO-DATE
:CordovaLib:transformClassesAndResourcesWithSyncLibJarsForDebug UP-TO-DATE
:CordovaLib:mergeDebugJniLibFolders UP-TO-DATE
:CordovaLib:transformNative_libsWithMergeJniLibsForDebug UP-TO-DATE
:CordovaLib:transformNative_libsWithSyncJniLibsForDebug UP-TO-DATE
:CordovaLib:bundleDebug UP-TO-DATE
:CordovaLib:preReleaseBuild UP-TO-DATE
:CordovaLib:checkReleaseManifest
:CordovaLib:prepareReleaseDependencies
:CordovaLib:compileReleaseAidl UP-TO-DATE
:CordovaLib:compileReleaseNdk UP-TO-DATE
:CordovaLib:copyReleaseLint UP-TO-DATE
:CordovaLib:mergeReleaseShaders UP-TO-DATE
:CordovaLib:compileReleaseShaders UP-TO-DATE
:CordovaLib:generateReleaseAssets UP-TO-DATE
:CordovaLib:mergeReleaseAssets UP-TO-DATE
:CordovaLib:mergeReleaseProguardFiles UP-TO-DATE
:CordovaLib:packageReleaseRenderscript UP-TO-DATE
:CordovaLib:compileReleaseRenderscript UP-TO-DATE
:CordovaLib:generateReleaseResValues UP-TO-DATE
:CordovaLib:generateReleaseResources UP-TO-DATE
:CordovaLib:packageReleaseResources UP-TO-DATE
:CordovaLib:processReleaseManifest UP-TO-DATE
:CordovaLib:generateReleaseBuildConfig UP-TO-DATE
:CordovaLib:processReleaseResources UP-TO-DATE
:CordovaLib:generateReleaseSources UP-TO-DATE
:CordovaLib:incrementalReleaseJavaCompilationSafeguard UP-TO-DATE
:CordovaLib:compileReleaseJavaWithJavac UP-TO-DATE
:CordovaLib:processReleaseJavaRes UP-TO-DATE
:CordovaLib:transformResourcesWithMergeJavaResForRelease UP-TO-DATE
:CordovaLib:transformClassesAndResourcesWithSyncLibJarsForRelease UP-TO-DATE
:CordovaLib:mergeReleaseJniLibFolders UP-TO-DATE
:CordovaLib:transformNative_libsWithMergeJniLibsForRelease UP-TO-DATE
:CordovaLib:transformNative_libsWithSyncJniLibsForRelease UP-TO-DATE
:CordovaLib:bundleRelease UP-TO-DATE
:prepareAndroidArchLifecycleRuntime103Library UP-TO-DATE
:prepareComAndroidSupportAnimatedVectorDrawable2702Library UP-TO-DATE
:prepareComAndroidSupportAppcompatV72702Library UP-TO-DATE
:prepareComAndroidSupportCardviewV72702Library UP-TO-DATE
:prepareComAndroidSupportCustomtabs2702Library UP-TO-DATE
:prepareComAndroidSupportSupportCompat2702Library UP-TO-DATE
:prepareComAndroidSupportSupportCoreUi2702Library UP-TO-DATE
:prepareComAndroidSupportSupportCoreUtils2702Library UP-TO-DATE
:prepareComAndroidSupportSupportFragment2702Library UP-TO-DATE
:prepareComAndroidSupportSupportMediaCompat2702Library UP-TO-DATE
:prepareComAndroidSupportSupportV42702Library UP-TO-DATE
:prepareComAndroidSupportSupportVectorDrawable2702Library UP-TO-DATE
:prepareComFacebookAndroidFacebookAndroidSdk4360Library UP-TO-DATE
:prepareComFacebookAndroidFacebookApplinks4360Library UP-TO-DATE
:prepareComFacebookAndroidFacebookCommon4360Library UP-TO-DATE
:prepareComFacebookAndroidFacebookCore4360Library UP-TO-DATE
:prepareComFacebookAndroidFacebookLogin4360Library UP-TO-DATE
:prepareComFacebookAndroidFacebookMarketing4360Library UP-TO-DATE
:prepareComFacebookAndroidFacebookMessenger4360Library UP-TO-DATE
:prepareComFacebookAndroidFacebookPlaces4360Library UP-TO-DATE
:prepareComFacebookAndroidFacebookShare4360Library UP-TO-DATE
:prepareComGoogleAndroidGmsPlayServicesAuth1180Library UP-TO-DATE
:prepareComGoogleAndroidGmsPlayServicesAuthApiPhone1180Library UP-TO-DATE
:prepareComGoogleAndroidGmsPlayServicesAuthApiPhoneLicense1180Library UP-TO-DATE
:prepareComGoogleAndroidGmsPlayServicesAuthBase1180Library UP-TO-DATE
:prepareComGoogleAndroidGmsPlayServicesAuthBaseLicense1180Library UP-TO-DATE
:prepareComGoogleAndroidGmsPlayServicesBase1180Library UP-TO-DATE
:prepareComGoogleAndroidGmsPlayServicesBaseLicense1180Library UP-TO-DATE
:prepareComGoogleAndroidGmsPlayServicesBasement1180Library UP-TO-DATE
:prepareComGoogleAndroidGmsPlayServicesBasementLicense1180Library UP-TO-DATE
:prepareComGoogleAndroidGmsPlayServicesIdentity1180Library UP-TO-DATE
:prepareComGoogleAndroidGmsPlayServicesIdentityLicense1180Library UP-TO-DATE
:prepareComGoogleAndroidGmsPlayServicesTasks1180Library UP-TO-DATE
:prepareComGoogleAndroidGmsPlayServicesTasksLicense1180Library UP-TO-DATE
:prepareComSoundcloudAndroidAndroidCrop100Library UP-TO-DATE
:prepareOrgApacheCordovaCordovaLib630DebugLibrary UP-TO-DATE
:prepareDebugDependencies
:compileDebugAidl UP-TO-DATE
:compileDebugRenderscript UP-TO-DATE
:generateDebugBuildConfig UP-TO-DATE
:generateDebugResValues UP-TO-DATE
:generateDebugResources UP-TO-DATE
:mergeDebugResources UP-TO-DATE
:processDebugManifest UP-TO-DATE
:processDebugResources UP-TO-DATE
:generateDebugSources UP-TO-DATE
:incrementalDebugJavaCompilationSafeguard UP-TO-DATE
:compileDebugJavaWithJavac UP-TO-DATE
:compileDebugNdk UP-TO-DATE
:compileDebugSources UP-TO-DATE
:mergeDebugShaders UP-TO-DATE
:compileDebugShaders UP-TO-DATE
:generateDebugAssets UP-TO-DATE
:mergeDebugAssets UP-TO-DATE
:transformClassesWithDexForDebug UP-TO-DATE
:mergeDebugJniLibFolders UP-TO-DATE
:transformNative_libsWithMergeJniLibsForDebug UP-TO-DATE
:processDebugJavaRes UP-TO-DATE
:transformResourcesWithMergeJavaResForDebug UP-TO-DATE
:validateSigningDebug
:packageDebug UP-TO-DATE
:assembleDebug UP-TO-DATE
:cdvBuildDebug UP-TO-DATE

BUILD SUCCESSFUL

Total time: 1.594 secs
Built the following apk(s):
/Users/sandramendoza/Documents/Ionic-Projects/ion2fullapp-elite/platforms/android/build/outputs/apk/android-debug.apk
ANDROID_HOME=/Users/sandramendoza/Library/Android/sdk
JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home
No emulator specified, defaulting to Galaxy_Nexus_API_22
Waiting for emulator to start...
emulator: Requested console port 5584: Inferring adb port 5585.
emulator: WARNING: encryption is off
Waiting for emulator to boot (this may take a while)...BOOT COMPLETE
Skipping build...
Built the following apk(s):
/Users/sandramendoza/Documents/Ionic-Projects/ion2fullapp-elite/platforms/android/build/outputs/apk/android-debug.apk
Using apk: /Users/sandramendoza/Documents/Ionic-Projects/ion2fullapp-elite/platforms/android/build/outputs/apk/android-debug.apk
Package name: com.startapplabs.ion2FullApp.elite
INSTALL SUCCESS
LAUNCH SUCCESS
screen shot 2018-09-10 at 9 18 06 am

Any help? :(

WordPress sign up

How the user can create a new account on WordPress from the registration page

Label on top of preload image

Is your feature request related to a problem? Please describe.
No

Describe the solution you'd like
I would like to get some guidance on how to add a white label on top of a preload image component. Preferably use the title property.

Style classes not being followed.

Hello Again,

This should be an easier bug to advise on. I'm trying to use my own CSS on an individual page but it isn't accepting what I type. It is defaulting to something else. For example, if I add text-center inline it stays left aligned, but if the row becomes 2 lines long, it becomes centered. How can I make sure the pages are looking at the .scss for themselves?

Can't run for Android

Describe the bug
I'm getting the following error when trying to run it on Android using 'ionic cordova run android --prod'

Execution failed for task ':transformClassesWithDexForDebug'.

com.android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException: java.util.concurrent.ExecutionException: com.android.dex.DexException: Multiple dex files define Lcom/google/android/gms/internal/zzex;

To Reproduce
Steps to reproduce the behavior:

  1. Ran 'ionic cordova run android --prod'

Expected behavior
Production build to run, since I did not modify anything in the template app, just the environment variables in environment.ts

Thanks :)

Just purchased. NPM Install failed with several errors.

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

Thanks :)

Unable to build for Android

Describe the bug
I am not able to build the android version. I have installed Android Studio and JDK and set the variables:
echo $ANDROID_HOME
/Users/petros/Library/Android/sdk

This is the output I get:
(node:20599) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): CordovaError: Android SDK not found. Make sure that it is installed. If it is not at the default location, set the ANDROID_HOME environment variable.
(node:20599) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

The variable is set as pasted above. iOS works without any problems.

Thanks!

Getting rid of permissions (in AndroidManifest.xml)

I'm trying to get rid of the READ_PHONE_STATE and CALL_PHONE permissions because I don't need them.

I think if I remove some ionic native plugin, then that would solve the problem, but how do I tell which ones do I remove?

The two that I'm trying to get rid of are:

    <uses-permission android:name="android.permission.READ_PHONE_STATE" />
    <uses-permission android:name="android.permission.CALL_PHONE" />

(I can't simply remove these lines as the build process will add them back in)

Thanks in advance.

Execution failed for task ':transformClassesWithMultidexlistForDebug'

I am getting this error :
$ cordova run android --target=Galaxy_Nexus_API_22
Discovered plugin "mx.ferreyra.callnumber" in config.xml. Adding it to the project
Plugin "call-number" already installed on android.
Plugin "call-number" already installed on ios.
ANDROID_HOME=/Users/sandramendoza/Library/Android/sdk
JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home
Subproject Path: CordovaLib

Configure project :
WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.
It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html

Configure project :CordovaLib
publishNonDefault is deprecated and has no effect anymore. All variants are now published.

Task :checkDebugClasspath UP-TO-DATE
Task :preBuild UP-TO-DATE
Task :CordovaLib:preBuild UP-TO-DATE
Task :CordovaLib:preDebugBuild UP-TO-DATE
Task :CordovaLib:checkDebugManifest UP-TO-DATE
Task :CordovaLib:processDebugManifest UP-TO-DATE
Task :preDebugBuild UP-TO-DATE
Task :CordovaLib:compileDebugAidl NO-SOURCE
Task :compileDebugAidl NO-SOURCE
Task :CordovaLib:packageDebugRenderscript NO-SOURCE
Task :compileDebugRenderscript UP-TO-DATE
Task :checkDebugManifest UP-TO-DATE
Task :generateDebugBuildConfig UP-TO-DATE
Task :prepareLintJar UP-TO-DATE
Task :mainApkListPersistenceDebug UP-TO-DATE
Task :generateDebugResValues UP-TO-DATE
Task :generateDebugResources UP-TO-DATE
Task :CordovaLib:compileDebugRenderscript UP-TO-DATE
Task :CordovaLib:generateDebugResValues UP-TO-DATE
Task :CordovaLib:generateDebugResources UP-TO-DATE
Task :CordovaLib:packageDebugResources UP-TO-DATE
Task :mergeDebugResources UP-TO-DATE
Task :createDebugCompatibleScreenManifests UP-TO-DATE
Task :processDebugManifest UP-TO-DATE
Task :splitsDiscoveryTaskDebug UP-TO-DATE
Task :CordovaLib:generateDebugRFile UP-TO-DATE
Task :processDebugResources UP-TO-DATE
Task :generateDebugSources UP-TO-DATE
Task :CordovaLib:generateDebugBuildConfig UP-TO-DATE
Task :CordovaLib:prepareLintJar UP-TO-DATE
Task :CordovaLib:generateDebugSources UP-TO-DATE
Task :CordovaLib:javaPreCompileDebug UP-TO-DATE
Task :CordovaLib:compileDebugJavaWithJavac UP-TO-DATE
Task :CordovaLib:processDebugJavaRes NO-SOURCE
Task :CordovaLib:transformClassesAndResourcesWithPrepareIntermediateJarsForDebug UP-TO-DATE
Task :javaPreCompileDebug UP-TO-DATE
Task :compileDebugJavaWithJavac UP-TO-DATE
Task :compileDebugNdk NO-SOURCE
Task :compileDebugSources UP-TO-DATE
Task :mergeDebugShaders UP-TO-DATE
Task :compileDebugShaders UP-TO-DATE
Task :generateDebugAssets UP-TO-DATE
Task :CordovaLib:mergeDebugShaders UP-TO-DATE
Task :CordovaLib:compileDebugShaders UP-TO-DATE
Task :CordovaLib:generateDebugAssets UP-TO-DATE
Task :CordovaLib:packageDebugAssets UP-TO-DATE
Task :mergeDebugAssets UP-TO-DATE
Task :transformClassesWithDexBuilderForDebug UP-TO-DATE
Task :transformClassesWithMultidexlistForDebug FAILED

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':transformClassesWithMultidexlistForDebug'.

com.android.build.api.transform.TransformException: Error while generating the main dex list.

Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.

/Users/sandramendoza/Documents/Ionic-Projects/ion2fullapp-elite/platforms/android/gradlew: Command failed with exit code 1 Error output:
FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':transformClassesWithMultidexlistForDebug'.

com.android.build.api.transform.TransformException: Error while generating the main dex list.

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

  • Get more help at https://help.gradle.org

BUILD FAILED in 1s

And my Ionic info :
$ ionic info
✔ Gathering environment info - done!

Ionic:

ionic (Ionic CLI) : 4.1.2 (/usr/local/lib/node_modules/ionic)
Ionic Framework : ionic-angular 3.9.2
@ionic/app-scripts : 3.2.0

Cordova:

cordova (Cordova CLI) : 8.1.1 ([email protected])
Cordova Platforms : android 6.3.0, ios 4.5.5
Cordova Plugins : cordova-plugin-ionic 2.0.4, cordova-plugin-ionic-keyboard 2.1.3, cordova-plugin-ionic-webview 1.2.1, (and 18 other plugins)

System:

Android SDK Tools : 26.1.1 (/Users/sandramendoza/Library/Android/sdk)
NodeJS : v8.11.4 (/usr/local/bin/node)
npm : 6.4.1
OS : macOS Sierra

Any help, I'll appreciate :)
Thanks :)

Firestore - How to access it

Hi
I am trying to access the user doc in firestore. The steps are missing in the documentation.
Can you help me with that ?
How do I create new doc in firebase to extend some of the functionalities ?

Cordova run android error: UnhandledPromiseRejectionWarning: Error: spawn EACCES

I removed it.
ionic cordova platform rm android

and I recreated it but I got this error

smendoza$ cordova run android
Discovered plugin "call-number" in config.xml. Adding it to the project
Plugin "mx.ferreyra.callnumber" already installed on android.
ANDROID_HOME=/Users/smendoza/Library/Android/sdk
JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home
(node:78984) UnhandledPromiseRejectionWarning: Error: spawn EACCES
at _errnoException (util.js:992:11)
at ChildProcess.spawn (internal/child_process.js:323:11)
at Object.exports.spawn (child_process.js:502:9)
at Object.exports.spawn (/Users/smendoza/Documents/Ionic-Projects/ion2fullapp-elite/platforms/android/cordova/node_modules/cordova-common/src/superspawn.js:134:31)
at GradleBuilder.runGradleWrapper (/Users/smendoza/Documents/Ionic-Projects/ion2fullapp-elite/platforms/android/cordova/lib/builders/GradleBuilder.js:78:27)
at /Users/smendoza/Documents/Ionic-Projects/ion2fullapp-elite/platforms/android/cordova/lib/builders/GradleBuilder.js:177:21
at _fulfilled (/Users/smendoza/Documents/Ionic-Projects/ion2fullapp-elite/platforms/android/cordova/node_modules/q/q.js:854:54)
at self.promiseDispatch.done (/Users/smendoza/Documents/Ionic-Projects/ion2fullapp-elite/platforms/android/cordova/node_modules/q/q.js:883:30)
at Promise.promise.promiseDispatch (/Users/smendoza/Documents/Ionic-Projects/ion2fullapp-elite/platforms/android/cordova/node_modules/q/q.js:816:13)
at /Users/smendoza/Documents/Ionic-Projects/ion2fullapp-elite/platforms/android/cordova/node_modules/q/q.js:570:49
(node:78984) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:78984) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

Android Studio 3.1.4

Any help?

Remove different sections in App

Hi, one client purchased this app for your wordpress site. Three questions:

  • How are remove the different sections in this App? Only I'm interested in Wordpress section.
  • In Wordpress section, the comments not worked.
  • How are customize the presentation for this app?

thanks!

Not loaded more than 20 post in WordPress Integration?

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

Thanks :)

Recent post loaded only 20post in Wordpress Integration how to load website all post with specific category/tags?
Infinite Scroll working only for page1 and page2.
how to display 50post/100post with spinner infinite scroll?

Sign In Functionality

Hi,

what Code would i need when i want to authenticate the Users against a JSON-API?

There is no Code insode the doLogin() function call.

Thanks

Wordpress and Youtube Video Posts

The built in Wordpress is working fine, as I edited the details and added my wordpress website. The posts on my website are coming through the app fine, but the youtube videos that are on my posts can't be seen or viewed. I believe what needs to happen is it is sanitizing the urls and not letting them be shown.

I get this error.

platform-browser.js: 360 WARNING: sanitizing HTML stripped some content (see http://g.co/ng/security#xss).

What should I do?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.