Unable to update to 3.20.0
After I run sudo npm install -g ionic I get this: “+ ionic@3.20.0 updated 1 package in 18.203s” then “ionic info” still returns this: cli packages: (/usr/local/lib/node_modules) @ionic/cli-utils :...
View ArticleIonic v1 - $cordovaFileTransfer failing only on Android 7
I am using $cordovaFileTransfer (ngCordova wrapper around cordova-plugin-file-transfer 1.7.1 "File Transfer" & cordova-plugin-file 6.0.1 "File") This code works fine on iOS (11.x) but has stopped...
View ArticleUnable to merge dex in ionic
It worked for me. Suddenly I couldn’t get ionic build android working properly. I ran cordova clean and re-run ionic build android and worked. Thank you so much
View ArticleData is null
this is what i am getting on console auth-service.ts:10 Hello AuthService Provider /PHP-Slim-Restful1/api/friendsList:1 Failed to load resource: net::ERR_CONNECTION_REFUSED app.component.ts:87 No...
View ArticleCheck check-box programmatically in Ionic2 TypeScript Application
You have the check box set to be checked when isChecked is false.
View ArticleERROR TypeError: Cannot read property 'email' of undefined
Hello, I’m facing Bizarre thing in ionic 3 app I designed the UI in Ionic Creator and download it, I create a login page and there are some input fields, my problem is sometimes I’m getting an error...
View ArticleMaking a Website Using Ionic & Firebase Hosting
I couldn’t set up the styles and bootstrap could you explain in some details if possible , please ?
View ArticleSecurity concern- Can't restrict api access while using googlemaps browser...
reedrichards: CSP Hi reedrichards, Thanks for the quick response as you always did. Well, as @wf9a5m75 said, there is no way to restrict the API key usage,that means anyone if they want, they can get...
View ArticleUnable to update to 3.20.0
This is why you never use sudo if you can avoid it. You might have admin-approved a corrupt install at some point, and now here you are. I suggest you uninstall Ionic, clean the npm cache, then...
View ArticleSecurity concern- Can't restrict api access while using googlemaps browser...
@wf9a5m75. thx. I guess I’ll have to do the same. I can use the ionic native plugins which are wrappers built by the ionic team. thx again.
View ArticleUnable to update to 3.20.0
when I don’t use sudo, I get errors: npm WARN checkPermissions Missing write access to /Users/usr/.npm-global/lib/node_modules/ionic npm ERR! path /Users/usr/.npm-global/lib/node_modules/ionic npm...
View ArticleI am unable to build for android due to desugar error
No idea what was wrong. Ended up copying and pasting the whole project into a different folder and it worked…
View ArticleERROR TypeError: Cannot read property 'email' of undefined
Hello, maybe user not always available at run time. Maybe you make a seperate email:string=’’: and fill it with user.email, when it is available. Best regards, anna-liebt
View ArticleCustomise Ionic Cards
Hello, you can also use ordinary div. Div with rounded corners, background color and icons exported from ilustrator as svg. Take care of export settings and it scales fluent. For layout of your divs...
View ArticleInterpolation with select
Hello, I am not sure, what you want. Maybe something like https://codecraft.tv/courses/angular/built-in-directives/ngif-and-ngswitch/ Best regards, anna-liebt
View ArticleIonic Pro an Push notifications, shutdown of Ionic Push
Not yet. After months and several attempts with Apple, our company still hasn’t been able to get an Apple developer account created. It took about a day to get a Google account created and get an app...
View ArticleUse ion-col inside ion-card
An example: <ion-card> <img src="{{ '../../assets/imgs/events/' + card.img }}"/> <div class="fab-container"> <ion-fab bottom right edge> <button ion-fab mini color="light"...
View ArticleERROR TypeError: Cannot read property 'email' of undefined
In your login.ts try: export interface User { email?: string; password?: string; } public user: User = new User; See: https://robferguson.org/blog/2017/11/19/ionic-3-and-forms/...
View ArticleIonic emulating on iOS visual problems
How does it look when you try: ionic serve --lab
View ArticleMaking a Website Using Ionic & Firebase Hosting
no errors appears if the file is not in my extensions … what I should do ?
View Article