↧
Any idea to redirect to index page when launch app from URL SCHEMA?
@iamjb wrote: Hi, I implement a Custom-URL-scheme plugin for my ionic app. background:I launch the app by the url scheme when the app is running on background.So the app will redirect to index page...
View ArticleApp starts but cordova plugins not working in final apk
@fabioi wrote: Hi everyone, I am trying to build my first apk. I followed this tutorial: https://www.airpair.com/ionic-framework/posts/production-ready-apps-with-ionic-framework . The problem is that...
View ArticleTabs abstract view not working
@karthikdeepakvegi wrote: Hello, I am trying to implement tabs. I want it to look something like this: Code follows... .state('app.schedule', { url: '/schedule', abstract: true, templateUrl:...
View ArticleHow do you set the size of $ionicModal
@mixofia wrote: I'm trying to build a generic sign-in/register modal on top of this reusable Modal Service (http://forum.ionicframework.com/t/ionic-modal-service-with-extras/15357). I have it...
View ArticleIcon Selection
@Sarswatikumarpandey wrote: I want if i have selected item 1 icon and it is changed, As i am selecting item 2 icon, above is getting unchanged, I want that whatever i have clicked , will not change...
View ArticleSlow transition to a state with a huge(2.0mb) image
@ronniekinsley wrote: .background-image { /*http://i.imgur.com/lA3vpFh.png*/ background: url('../img/tunent-bg.png') no-repeat center center fixed; -webkit-background-size: cover;...
View ArticleCheck Ionic App new version
@angelorigo wrote: Hi I am looking for a way to show the user an Ionic popup if there is a new version of an Ionic app. I will use http.post inside app.js .run section and trigger an ionic poup if...
View ArticleProblems with Popover links to page in tempates-dir
@iank wrote: Continuing the discussion from CodePen Popover example issues: iank: Hello Everyone, @mhartington @Ionic sorry to bring this up. I have used the popover template in a tab ui template. My...
View ArticleApp not loading external images on iOS emulator
@sankha93 wrote: I am developing an app using the Ionic Framework. It loads some images over the network. I have already set <access origin="*"/> in my config.xml file. Now on the Android...
View ArticleRun emulator for ios
@steffy29 wrote: After the new Mac Os X version and iOs 9, I try to launch my application with emulator with line command: ionic emulate ios -lcThe emulator launch the app but it stay locked on the...
View ArticleIonic modal unnecessarily calls ionicClickBlock.show() on removal
@mmaedler wrote: Hi, I'm having a slide box kind of widget, where every slide "ng includes" a separate template. Every template comes with its own controller and some controllers initialize Ionic...
View ArticleHow to prevent input from losing focus on other element click?
@whitebeard86 wrote: Hello, How can I prevent an input element from losing focus (and therefore closing the input keyboard on mobile devices) when another element is pressed? I am building a chat...
View ArticleIonic Lab Broke My App? Cannot find config.xml after launching into Ionic Lab
@rbokajr wrote: I cannot add plugins because config.xml is missing. This started happening after I decided to try out the Ionic Lab and loaded my project into it. I "Emulated" my app from it (it...
View ArticleSlidebox not working correctly on Android
@anthem182 wrote: Hello All I'm getting some problems using the ionic slideobx on Android, I was testing this example codepen slidebox example. If I run this example on an Android API >= 19 (4.4.2)...
View ArticleProblem importing Angular module from different file
@iad wrote: Hi guys! I experience a problem with importin angular module (into app.js) from a different file. A brief example: js/app.js: // if uncomment the next line, app works //...
View ArticleI can't install google-maps-angularjs
@welket59 wrote: Hi thereI'm quite new to ionic ,and i'm building an app where i will need the google maps library.But when i try to install it via the bower command "bower install angular-google-maps...
View ArticleModal on android tablet show fullscreen instead of windowed (like ipad2)
@duepiudue wrote: Hello,in my new app i have a problem, ionicmodal show correct on iOS (full screen on smartphone and windowed), but in Android tablet show fullscreen like smartphones. How can i...
View ArticleiOS 9 Sidemenu navigation-animation issue
@skolapplikationer wrote: Hi I started my ionic app using the sidemenu template. In iOS 9 I've started to experience som animation issues when switching views through the side menu. In the development...
View ArticleError fetching feed in iOS 9
@martin_spriggs wrote: When testing updates with my fairly straightforward app on Xcode 7 and iOS 9 I'm having problems retrieving JSON feeds fairly regularly. For instance I'll retrieve a JSON feed...
View Article$ionicSideMenuDelegate.toggleRight() History Issue ALREADY SOLVED (Sort of)
@cyono wrote: Hi everyone! I'm posting a work-around for $ionicSideMenuDelegate.toggleRight() not toggling the menu (called from inside a popover, in case it matters). If anyone has this same issue...
View Article
More Pages to Explore .....