Change view clicking on a ion-option-button
I reply after some time ... I added code to prevent the event bubbling but no way to stop it <ion-item class="item-remove-animate item-icon-right item-button-right" ng-repeat="custo in customers"...
View ArticleNav-bar button overlaps
Are you using ui-router? If yes, it is pretty simple. You can get the url of a view with $state.current.name and then you can apply it in your template with attribute ng-hide="hideInView()" and define...
View ArticleHow to make text selectable?
Just popping in to say your solution worked. You -can- grab the scroll view instance itself from $ionicScrollDelegate.$getByHandle('my-handle').getScrollView() and override the touchStart method....
View ArticleBox shadow on ion-side-menu-content not visible on iPhone 6+
This saved my life, thanks! Well, maybe that's dramatic, but it works for me and I didn't have to spend forever figuring it out.
View ArticleSet 'value' of input field in the form itself and not via controller
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleFrequent camera crashes on android
Well, I was able to set it to 500 and no problems. What cellphone are you using? Are you testing on Ionic View apk? I recommend you to use also the Take Picture or get Picture function as an a service...
View ArticleBrowserSync
Hello All, Is there a way to replace LiveReload with BrowserSync when doing ionic serve, or do i have to configure a custom gulp task ? Regards
View ArticleProblem compiling with XCode7 and iOS9
I am seeing the same general slowness in the app running on iOS 9.
View ArticlecordovaOauth Linkdin Oauth 2 Is Not Working
Hello, My Name Sameer Vedpathak. I am new for Ionic. i am developing linkedin Signin for my App. But It gives the error like - Client missing or specified more than once....
View ArticleHow to force application to receive push notification in android?
hate to re-open this as original poster's solution was very specific to his case; but the replies added here do apply to my case. i have exact same issue: when app is running in foreground or...
View ArticleHow to use San francisco fonts in iOS9
You don't need to install any fonts on iOS 9. I modified Ionic's $font-family-sans-serif SASS variable, which does now the following:* San Francisco on iOS 9* Helvetica Neue on iOS < 9* Roboto on...
View ArticleProblem compiling with XCode7 and iOS9
the first launch of the keyboard plugin on my app also takes forever. Update: all my installed plugins take more time than usual to load. I tried re-installing all of them but they are still slow to...
View ArticleMaking Phone Call from App - href="tel:123"
Has anyone managed to dial a number starting with a star? like "*054" ?it seems that on iOS (9) (haven't tested on Android yet) any number starting with a star won't workeither if you use the "a"...
View ArticleAs I can send a photo to a wcf service?
I need help to send a photo taken from my application to a wcf service
View ArticleRun and emulate ios with live reload not working in iOS9
More data, but not about success.... I created a new account on my mac, and copied my code into there. Did: git clean -fdx npm install bower install ionic state reset ionic emulate -slc ios Still have...
View ArticleMaking Phone Call from App - href="tel:123"
Solution <access launch-external="yes" origin="tel:*" /> in config
View ArticleProblem compiling with XCode7 and iOS9
I found this too but only if starting with ionic run ios. If I rebooted the phone and started it manually it was fine. I'm sure I noticed this intermittently with older Xcode and iOS but couldn't say...
View ArticleWhy does ionic-cli need gulp to be installed globally?
I noticed if I run ionic serve it complains that I don't have gulp installed globally. If I have it installed globally and not locally, it complains that I don't have it installed locally. My...
View Article[SOLVED] Problem running windows platform on Windows 10
Also you need to have Visual Studio 2013... and make sure you're NOT loading any cordova scripts like: <script type="text/javascript" src="cordova_plugins.js"></script>
View ArticleRun and emulate ios with live reload not working in iOS9
Well here’s an interesting nugget that I can’t believe I didn’t try before now… It works on my real device. Did ionic run -slc —device ios and it launches properly on my iPhone 6, and I get logs to...
View Article