Ionic Swipeable Tabs are now here!
I followed your guide to implement the library, but I have this error: Error: Uncaught (in promise): TypeError: this._renderer.setElementStyle is not a functionTypeError:...
View ArticleStoring data inside database with ionic v2
This was just an example, I need to store more attributes than only id and name. Also I need to store other data that is not user related.Is this still going to work with ionic storage? And will it be...
View ArticleError in ngFor when used on button with ion-item 'attribute'
you can put in ion-list <ion-list> <button ion-item *ngFor="let conversation of conversations" (click)="openConversation(conversation)"> <ion-avatar item-left> <img width="40"...
View ArticleMultiple radio-group without ion-list
Hi there, I'm trying to have two separated radio groups in the same view without using ion-list element. So user will be able to chose 2 options (1 for each group). I would like my group to be...
View ArticleCordova SDK plugin examples?
Hi guys, I have to develop a Cordova plugin using a native Android SDK and I'm struggling to figure out how to build it correctly especially in terms of sharing values or outputs from the plugin to my...
View ArticleUsing an API globally across an app
Thanks for the reply! I'll have a go with this and see how I get on.
View ArticleOffline data sync - after close my app
Hi, i am a newbie in ionic.also my englisch is very wrong. I hope you understand my problem. Is it possible to build a ionic offline app which can sync data after i have the app completed closed.I...
View ArticleTaking the item top in the ion-list
What about just adding your advertisements items outside of your mongodb list on top? So this structure: ngFor let advertisement of advertisementsngFor let mongodbitem of mongodbitems
View ArticleNavigate to page from global window callback seems to brake binding?
Solved it myself.The answer was so simple and an angular 2 basic: ever use NgZone.run(() => { ... }); when calling from outside the angular zone!
View ArticleIonic native POST sending no data
I fixed it! It ended up being the CORS issue.. I had read about it but thought that because the server was getting a POST and not OPTIONS I was good, but after inspecting the request I noticed that it...
View ArticleDisable SplitPane on specific page
thanx for this solution works great for my app with login page, on that page i want to hide the menu! If succes on the redirect page i addthis.menuCtrl.enable(true);
View ArticleStrange appearance of components in the browser
Some components look strange when compiled in the Chrome browser. Take the button menu and the "add" button as an example. How to solve this? aparencia.jpg414x695 10.3 KB
View ArticlePlugins accessing Gallery
I need some tips.I am developing an application that accesses the photo gallery, I want to automatically save to the custom directory just by viewing or selecting.WHAT PLUGINS SHOULD I USE?t Thank you...
View ArticleIonic View Breaks App in Ionic V3; No Solutions Online
Ionic info:global packages: @ionic/cli-utils : 1.4.0 Ionic CLI : 3.4.0 local packages: @ionic/app-scripts : 1.3.7 @ionic/cli-plugin-ionic-angular : 1.3.1 Ionic Framework : ionic-angular 3.4.0 System:...
View ArticleIonic package IOS Build fails missing 'xcode' npm module on setManualSigning.js
Running ionic package in a blank project yields me a successful output: id | 2status | SUCCESSplatform | iOSmode | releaseprofile | prodstarted | 2017-06-23T14:44:57.238Zfinished |...
View ArticleMultiple radio-group without ion-list
Ok I found the solution. Simply delete the "[(ngModel)]" of input tag as it's supposed to be a unique binding to a property. The name attribute remainns because it defines for a input type radio the...
View ArticleImporting external library in the application
I want to import CamanJs script in my application..I want to use all their functions in html file like <input type="range" min="-100" max="100" step="1" value="0" data-filter="exposure" > i...
View ArticleSQLite How to Change Database Location
import {SQLite} from "@ionic-native/SQLite" this.storage.create({name: "data.db", location: "default"}) How can I give it an arbitrary location through a file pathex. cordova.file.applicationDirectory...
View Article