How compile changes in GCMIntentService.java
Hi Pliablepixels, Your are my hero!....Paths are not as exact as mines. My paths are:source: plugins\com.phonegap.plugins.PushPlugin\src\android\com\plugin\gcm targer:...
View ArticleIonic SQL server?
Hi, If you mean running a local sql database then look here:https://blog.nraboy.com/2014/11/use-sqlite-instead-local-storage-ionic-framework/
View ArticleHow to do http.get request to a https server?
The SSL certificate needs to be served by the https server.To do that depends on your backend environment
View ArticleHow do I use links to navigate in ionic 2?
This is the huge problem for me also. My app is going to be a mobile app, but I will also like to use it as an simple web page. So why did Ionic team take that out? I've found some Angular2 ionic2...
View ArticleIonic Push not delivering notification when app is closed
Yeah I know .. I also need to update my code .. but the concept is the same, but now they merged the different devices os (IOS and Android)
View ArticleIntegration with Dropbox
Afaik the article uses the datastore API which was deprecated by Dropbox mid of 2015. Are you aware of other tutorials which make use of the latest API? Thanks in advance
View ArticleLoosing notification resource icons upon platform rm / add
makes sense that this is handled by the push plugin itself (https://github.com/phonegap/phonegap-plugin-push).
View ArticleUse a database with data
Hello, I have a problem, I want a database with dates, I saw the code and supposed to this.sql = new Storage(SqlStorage, {name: "my.db", existingDatabase: true}); I can use my.db with my data, but...
View ArticleIonic-filter-bar customisation
Hi everyone, I am wondering how difficult would it be to use ionic-filter-bar with a search button and when the search button is clicked, it sends a request to a server. I love the look and feel of...
View ArticleArabic TTS ( Text To Speach ) Library for android
there is any way to allow work Arabic TTS in android ?
View ArticleIonic App not launching automatically in default browser
Which version of Ionic CLI are you using right now?Which version of your browser are you using? I looked at the code of ionic serve a bit but to be honest couldn't figure out how it decides which...
View ArticleApp-plist overwritten by ionic build
jcschieb01: Can plugins cause overwrites to the plist file. Yes, there are plugins like https://github.com/mhartington/cordova-config-utils (and others) that can be used to write stuff into .plist...
View ArticleIon contact tutorial
Is it to possible to test my app on my macbook and import the contacts from my iPhone? You can also create contacts in the simulator, these will be used when running your app there then.
View ArticleShow stopper by ios "NSUnknownKeyException"
Try removing the platform ios and adding it back again.Did you have any interesting plugins in this project? Did you change any ios code manually?
View ArticleContent falls over on Android
Did you check using developer tools what actually happens to the layout? Maybe looking at the HTML/CSS explains what happens...
View ArticleSearch Feature, Refreshing List nicely?
Could you show us how the app currently looks? It's a bit hard to understand what you are exactly trying to reload...
View ArticleIonic Push does not show message in lock screen and notifications
FMD: HOWEVER, I see nothing when in lock screen and nothing in the Apple IOS's notification like the other apps. That is by definition as you are still using dev_push true:...
View ArticleHow to write Bangla with ionic?
Isn't Bangla just normal UTF-8 stuff, too? Then you should be able to do it without any changes.
View ArticleIonic-filter-bar customisation
niallr: how difficult would it be to use ionic-filter-bar with a search button Are you talking about https://github.com/djett41/ionic-filter-bar? Would I need to manually change the ionic-filter-bar...
View ArticleArabic TTS ( Text To Speach ) Library for android
Doesn't the normal TTS API of Android support Arabic?
View Article