Sharing deep links
I am using Custom URL scheme plugin to open deep links but I am confused about how to send the links out of the app. When a user shares a particular page of the app, should I just send out...
View ArticleFew Rest URL are not working in android device
Hi All,Few URL's i am able to get data from Rest URL in browser by adding Allow-Control-Allow-Origin: * extension but not able to get from android devices. I added proxies in...
View ArticleDifference between getPreferredLanguage & getLocaleName
Hi all! Whats the difference between navigator.globalization.getPreferredLanguage & navigator.globalization.getLocaleName ? Kind regards!
View ArticleHow to scroll to particular input field when state change from one page to...
After a long RND, I found the following solution for the problem Here i give you the example for the solution. in HTML: first we have to give delegate-handle to ion-content of the page <div...
View ArticleIonic view caching with NgFitText
Fixed the same problem for me. Thanks for the PR ! Now let's hope they merge it in...
View ArticleStart with ionic, and a lot of questions
OK merci whizz, peux tu communiquer par email ? hangout ou autre?? j'ai pas mal de petite questions en faite et j'aime bien bosser avec un "prof"
View ArticleWhy cordova-ios@4.0.1 don't build?
Hi,i update cordova-ios for version 4.0.1 and my app don't build!However, the build is 3.9.2 going with success!What's the problem? ** BUILD FAILED ** The following build commands failed: CompileC...
View ArticleIonic iOS "Plugin should use a background thread"
@cmki How do u truned off the transitions for iOS?
View ArticleWhere to specify small icons (for notifications in status bar) in config.xml?
I solved it var androidConfig = { 'senderID' : _senderid, 'badge' : true, 'sound' : false, 'alert' : true, 'icon' : 'icon' }; added "icon" in the android registration options.
View ArticleAndroid Lolipop Nexus push notifications plugin icon is white
Solved it var androidConfig = { 'senderID' : _senderid, 'badge' : true, 'sound' : false, 'alert' : true, 'icon' : 'icon' }; added 'icon' in the android registration options
View ArticleBlack color background displayed when opening Keyboard throughout the...
Thaks for the reply, will give a try.
View ArticleCan an Ionic application run in the background as a service?
is this plugin works with ionic
View ArticleHow keep Ionic application running for many day, as Whatsup?
hi anyone solved ?is there any way do this
View ArticleDelete sms
You can change in SMSPlugin.jav this line: ctx.getContentResolver().delete(uri, "_id=" + id, (String[])null); with ctx.getContentResolver().delete(Uri.parse("content://sms/" + id),null, (String[])null);
View ArticleIs it possible to delete ionic users using an Ionic api?
Hi, We have developed an app with the ionic framework for Android and ios. The app can push messages automatically through our backend to one or several users. However, when a user updates the app...
View ArticleGuys whats the possible solution here? i was trying to build an application...
delete your .gradle folder in ../yourproject/platforms/android and try again.
View ArticleIs ng-animate included?
Hi @jlstr Thanks for your question. I made a typo. It's actually called nganimate.css. Apologize for the typo.
View Article'Cordova/CDVViewController.h' file not found in Xcode 7.1 beta
Thanks - this worked for me on Xcode 7.2
View ArticleIssues with Ionic Serve
I had the exact same error as you, the problem for me was inside ionic.project file It was: { "name": "myApp", "app_id": "" "watchPatterns": [ "www/js/*", "!www/css/**/*" ]} There was a comma missing...
View ArticleGuys whats the possible solution here? i was trying to build an application...
i already try it sir but it was still the same
View Article