Ionic & WifiWizard2
Has anyone managed to use the cordova wifiwizard2 plugin and get the SSID of the current connection? to me it always comes back “unknow” despite all the various authorizations of xcode and others for...
View ArticleCannot find name 'SQLite'
Hi all, I added the SQLite plugin in my project but, writing the code, I receive the error: Cannot find name ‘SQLite’. It’s quite strange cause I have no error on SQLiteObject item … Of course I...
View ArticleCannot find name 'SQLite'
Sorry, I’ve got the solution. I missed the ‘@4’ name part of the sqlite package.
View ArticleCalendar for ionic 4 native
I need a date picker from calendar option in ionic 4 , angular 7. I am new to hybrid app development. Can you suggest any plugin which i can use
View ArticleIon-slides doesn't update dynamic data
I am using latest version of ionic 4.0.0 I am trying to update content of slider on button click but it doesn’t update the content even array values changed in TypeScript code. Here us my view code:...
View ArticleIonic & WifiWizard2
Hello, I never used it, but maybe it makes sense to share code. Best regards, anna-liebt
View ArticleIonic v4 migration issue
Doesn’t fix it for me. My app.module.ts import { NgModule } from '@angular/core'; import { BrowserModule } from '@angular/platform-browser'; import { RouteReuseStrategy } from '@angular/router';...
View ArticleIonic 4 how to change placeholder color
I was wrong the first try ion-select { color: #f00 !important; //placeholder color }
View ArticleCalendar for ionic 4 native
Hello, hmmm for a date picker no native plugin is needed. Use something like https://ionicframework.com/docs/api/datetime To get access to the calendar on device you can use...
View ArticleIon-tabs bar is not showing
Or better yet, start a new Ionic 3 project with the tabs template. You can use that a code reference to understand the structure.
View ArticleHow to use ion-ripple-effect?
I had to use <div class="ion-activatable" ....> <ion-ripple-effect></ion-ripple-effect> </div> See: github.com/ionic-team/ionic Issue: [4.0.0-beta.19] ion-ripple-effect not...
View ArticleIonic 4 Form Validation?
Same here… @mytzui, yes i imported both FormsModule and ReactiveFormsModule (ionic 4.10.2) import { NgModule } from '@angular/core'; import { BrowserModule } from '@angular/platform-browser'; import {...
View ArticleHow to stop going back
Look at using Angular’s routeguards to prevent navigation like this.
View ArticleBroken Links in Ionic v1 Docs
The always have been on GitHub: https://github.com/ionic-team/ionic-docs/tree/v1 Can you please fill an issue there about the broken links. Thanks!
View ArticleMigration scss IONIC4
Many properties are now addressable only as CSS variables. You will need to look at the documentation to see what must be set using them Also pt is not a valid CSS font size unit.
View ArticleMigration scss IONIC4
@ChrisGriiffith Can you explain why pt is not a valid CSS font size unit? From what I know, pt means point and is a valid CSS unit: https://www.w3.org/Style/Examples/007/units.en.html Although it’s...
View ArticlePush notifications in PWA
leonardoss: Adding Push Notifications to a Web App | Web Fundamentals | Google… The Ionic FCM and Firebase Messaging APIs don’t work in the browser so you’ve got to use the service worker.
View ArticleHow to get UniqueDeviceID in Ionic 3 without need for a special permission?
Sir i have used uniqueDevice id plugin but it is not working proplery.issue is that the device token is not every time.tell m sir why devicw toke not getting properly?
View ArticlePwa server redeploy iOS white screen
I host a PWA build with Ionic v4 Angular v7 on Firebase When iOS user access it for the first time, use it and had it to their homes teen it’s all good If I redeploy the app on Firebase, then next...
View ArticleMigration scss IONIC4
I was taught that unit type was a no-no. It is not mention in the Mozilla docs, which i reference prior to posting. Given the variety of screen densities and accessibility needs, I tend to try to keep...
View Article