SqlStorage in alpha 51
Hi all, I've just updated my project to alpha 51, but when I run my project the console gives me this error: constructor(options={}) not implemented for this storage engine This piece of code seems to...
View ArticleSqlStorage in alpha 51
It was working before update right? maybe is an error, i will try to update later and see how it goes.
View ArticleSqlStorage in alpha 51
Yes it worked before. I looked into the code of SqlStorage and it extends StorageEngine, but they completely changed the code of StorageEngine. So probably an error there?
View ArticleAndroid data storage keep growing
came across this: http://stackoverflow.com/questions/9146425/android-app-data-storage-keeps-increasing if this is really the reason then it looks to me that this should be in the cordova core - or at...
View ArticlePlugin doesn't support this project's cordova-ios version
Update cordova-ios in your project: ionic platforms update ios Then try to install the plugin again.
View ArticleImage somewhere in a text from an array
Thank you! Sounds very interesting! Is it possible that it's not reallye working in angular 2 anymore? Tried several tutorials, but sadly no success ;-(
View ArticleImage somewhere in a text from an array
Looks like it. Hopefully they will include something similar but I do have my security concerns... I will make an attempt on building a directive to produce basic html markup. But as we are soon to...
View ArticleError: Cannot find module 'cordova-common' after upgrading to version 5
Hello, I just upgraded to version 5.0 of Cordova-Android using the suggested procedure on Apace.org web site: npm install -g cordova Then when I try to run: cordova platform update android@5.0.0 I get...
View ArticleImage somewhere in a text from an array
Found something: For basic usage [innerHtml] seems to be working (don't know how far... but enough for my problem right know) <span [innerHtml]="content"></span> this.content = "<img...
View ArticleWrong version of cordova-ios
With the latest CLIs, doing: cordova create test cordova platforms add ios cd test cordova platforms shows cordova-ios 3.9.2 However: ionic start test cd test ionic platforms shows cordova-ios 3.8.0...
View ArticleImage somewhere in a text from an array
What beta are you using? It seems to depend on what verion you are running
View ArticleUsing pushwoosh for like notifications
Has anyone figured out how to use pushwoosh for like notifications?
View ArticleDetect Screen Size and/or Tablet vs Phone on Android
With the continuing trend toward larger screen sizes and greater resolution, this is going to be an ongoing issue for devs (yesterday's table innerHeight and innerWidth are today's phone values). I...
View ArticleNg click in relation to button sizes
Is there a size limit to how small a button can be before it doesn't work correctly?
View ArticleSqlStorage in alpha 51
There is an open issue for this here: github.com/driftyco/ionic Issue: bug: StorageEngine regression (SQLStorage broken) opened by phavre on 2016-01-21 Type: bug Ionic Version: 2.x Platform: all...
View ArticleAndroid hardware back button
This is not implemented yet. See this file: github.com driftyco/ionic/blob/2.0/ionic/platform/platform.ts#L244-L271 // Methods meant to be overridden by the engine //...
View ArticleEXCEPTION: This view has already been destroyed!
Nevermind, Mike just informed me this is being fixed in the next Alpha release. Please disregard this post.
View Article