Questions tagged as 'ionic3'

0
answers

Ionic 3 build, error Exception in thread "main" (gradle)

I'm starting with Ionic 3, I installed the whole environment, I created with ionic start name tabs , (I answered yes to "Would you like to integrate your new app with Cordova to target native iOS and Android? ") added Android platform without...
asked by 23.02.2018 / 19:30
0
answers

run firebase deploy on ionic

When running Firebase deploy I have an error that I could not resolve. this is what the console prints with a debug. PS C:\Users\Marco\Developer\MyApps\MyAppGas> firebase deploy --debug [2018-02-21T12:49:21.039Z] ---------------------------...
asked by 21.02.2018 / 13:53
0
answers

Property 'map' does not exist on type 'Object'. With Angular 5.0.3 - Ionic 3.19.1

I have an error that only happens when I execute the command "ionic serve", and in the browser it throws me the following message Typescript Error Property 'map' does not exist on type 'Object'. src / providers / contest / contest.ts...
asked by 20.02.2018 / 15:36
1
answer

Ionic 3 * ngIf does not update the view

I am working with Ionic 3. When I change the value of a variable in a component, the view is not updated in a page where it is integrated. I have looked at many answers to similar questions but I do not know how to do it. My code is this:...
asked by 19.02.2018 / 20:21
1
answer

IONIC 3 generating apk android

I am trying to generate an apk for my IONIC 3 project, I have already added the android platform with cordoba and I executed the following command: ionic cordova build android --prod --release with the following result Running app-scripts...
asked by 06.02.2018 / 20:39
0
answers

Cancel an event on map native - ionic 3

I need to cancel the event: this.map.on(GoogleMapsEvent.MAP_DRAG_END).subscribe(() => { console.log('Move Map') }) try it with clear but it does not work or the .off that does not work on ionic: this.map.clear();     
asked by 04.02.2018 / 07:45
0
answers

IONIC 3 Token sha1 "unexpected"

I am trying to create my own Hash key to log in with facebook from my application in IONIC for android, and when executing the following command line it throws me an error that I do not understand: keytool -exportcert -alias androiddebugkey -k...
asked by 06.02.2018 / 15:00
0
answers

Error (node: 10264) when compiling application for windows 10 in ionic

this is the config.xml file already added the line of windows 10            I already have visual studio 2017 installed on my machine with the accessories I do not know what else to do thanks for your contributions <platform n...
asked by 28.01.2018 / 02:16
1
answer

Error starting application on ionic 3

when the application starts, the following error appears ionic the connection to the server was unsuccessful. (file /// android_asset / www / index.html) I have in the config.xlm <preference name="loadUrlTimeoutValue" value="70000>...
asked by 25.01.2018 / 20:51
0
answers

Can not find module '@ firebase / app-types / private'

In my ionic app I have been presenting this error. Can not find module '@ firebase / app-types / private'. It should be noted that I am working with link as a database manager. this is the line of the code where he tells me the error is: i...
asked by 03.01.2018 / 14:51