I have a registration form on Ionic 3, but I can not validate the password with another ion input.
register.html:
<ion-item class = "log-input">
<ion-label floating>Email</ion-label>
<ion-input type="text" #usern...
Straight to the point:
Is there a way to perform auto cast using an interface as a template in Ionic (TypeScript + Angular 5)?
If not, can Lint recognize that an object coming from the server is not within the expected interface contract?...
Good morning. This week I've been reading about some changes to Apple's business rules for 2018, where apps that work with the white label template will no longer be supported. I was reading about what a white label model would be, but I could n...
When I add the iOS platform on the Mac, it gives the message that the file transfer plugin was not installed, to try with -force.
But when installing with the command:
cordova plugin rm cordova-plugin-file-transfer --force
Give the follo...
I'm using linux Manjar and when I install the ionic with the command sudo npm install -g ionic it returns that error to me.
[mike@mike-pc ~]$ sudo npm install -g ionic
[sudo] senha para mike:
npm WARN registry Using stale data from htt...
Good evening, I'm trying to create a .bat file to run the ionic serve, but I'm not getting good results and I need help!
Here's what I did:
cd C: \ Users \ ernetwork \ Desktop \ ERN_ADM \ install \ site \ project
ionic serves
but it does not...
I'm trying to compile my application, but it gives the following message:
> cordova build android --debug
× Running command - failed!
[ERROR] An error occurred while running cordova build android --debug (exit code 1):
Running com...
Good morning, I need to publish a website with ionic structure (I know its main idea is to generate the app, but we have this app and it has to be a site and an app at the same time), what is the best way to do that?
When I give my command to compile my project in Ionic and Cordova, I get the following message:
:mergeArmv7DebugResources UP-TO-DATE
:processArmv7DebugManifestC:\apps\vovocooks-v10\platforms\android\AndroidManifest.xml:28:13-35 Error:...
I'd like to include notifications in my app. The app will be in Ionic, AngularJS, jQuery, NodeJS ... is there a way for the app to run a function at every X time? This function would give a get in NodeJS ...