Is Ionic the best Choice for a PWA from Scratch?
That’s a great point that helps to clarify a concern I had with abandoning something well-worn like Angular for something new like StencilJS. It’s not just that there are more resources to help guide...
View ArticleBug in Camera Plugin: iOS Photolibrary Usage Description is not firing!
this was never solved???
View ArticleAnother iOS 13 Problem - AppRate
When i add AppRate plugin and set it in app.component, i can run it ın simulator but can not run in device. App does not open. XCode generates error: [alertController addAction:[UIAlertAction...
View ArticleRefresher.complete is not a function
when pull to scroll data get successfully but refresher not complete <ion-refresher slot=“fixed” (ionRefresh)=“doRefresh($event)”> file.ts GetAllData(){...
View Article[SOLVED] App name in config.xml with spaces?
blakgeek: cordova plugins add cordova-plugin-app-name --variable APP_NAME=“ADCB Private Concierge” --save Sorry this is coming in late as the last reply is over two years now. Thanks for the plugin,...
View ArticleBuild problem ios/android
I can’t build my ios app, however, it works 2 month ago, I don’t touch the code. Any ideas ? Thx ! this is the result -> cordova platform add ios --save Using cordova-fetch for cordova-ios@4.5.5...
View ArticleSplit pane and ion menu button
Menu <ion-split-pane contentId="menu-content"> <!-- our side menu --> <ion-menu side="start" contentId="menu-content" menuId="first"> <ion-header> <ion-toolbar...
View ArticleA problem occurred evaluating project ':app'
Checking Java JDK and Android SDK versions ANDROID_SDK_ROOT=C:\Users\Koru\AppData\Local\Android\Sdk (recommended setting) ANDROID_HOME=C:\Program Files\Android\Android Studio\bin (DEPRECATED) Starting...
View ArticleIonic 4 & Local Notification
I’m also currently trying to get the notification to show on my app, how did you catch the trigger? with background geolocation?
View ArticleChanges to webpack config causing 3rd party modules to have issues?
So, more specifically what seems to be going on is that code which is being required() rather than imported seems to be having issues.
View ArticleBuild problem ios/android
nvahalik: npm i -g node-sass I just tried, still the same error . Error: Node Sass does not yet support your current environment: OS X 64-bit with Unsupported runtime (64)
View ArticleChanges to webpack config causing 3rd party modules to have issues?
Additional update: looks like in https://github.com/angular/angular-cli/issues/9827#issuecomment-369578814 that Angular-CLI is no longer shimming globals and so what I’m running into is exactly what...
View ArticleIonic event calendar component
Hi, iam working on an app, where i need to use some kind of event calendar, where i can display shifts in month view, probably as events with labels. So i would like to get some recommendation, which...
View ArticleMasonry style grid Ionic v4
Does anyone know how to get the Ionic grid to show things in a masonry style in v4? The default behavior sets columns in the same row to the largest column height. image.png874×819 50.9 KB...
View ArticleIonic Toolbar Stays On top for child pages
Thanks IonicGeoff for the lightning quick response! Unfortunately my whole app is a bit of a mess as its a work on progress and I’ve got some sensitive urls and api keys that I’d have to mask out....
View ArticleIonic 4 - Component within page/calling functions between them
There are a few ways to get this done. I’ll show a pretty easy one that can used to access any type of child component from a parent component using @ViewChild. Make sure to import ReactiveFormsModule...
View ArticleIon-button: text below icon
which version that you are using? ionic 3 or 4 ? As ion-button wrapped content with css display as FLEX.
View ArticleChanges to webpack config causing 3rd party modules to have issues?
Appears to have been part of my problem. Finally isolated another issue down to an issue with the videojs player and related plugin only causing problems when fullscreen.
View Article