0x800a1391 - JavaScript runtime error: 'angular' is undefined
@davidpob99 wrote: When I try to deploy the app that I created with Ionic Framework 1.3.1 into a Windows 10 PC with Visual Studio 2015, I had this error: Unhandled exception at line 8, column 1 in...
View ArticleHow to include highcharts.js in ionic 2?
@sergiosanabria wrote: I could include the basic libraries HighCharts.js but not additional. That is, Highcharts-more.js. Someone could do that? Posts: 1 Participants: 1 Read full topic
View ArticleHow to trigger the same action as an tag click from controller in ionic?
@gbas wrote: I m using a widget called tabbedSlideBox and my view looks like this tabbed.jpg320x512 10.2 KB By pressing each icon with my finger it triggers a series of events e.g change slide,make...
View ArticleIonic Breaking Header When Acessing State Directly
@leonardollobato wrote: Here's the thing, in the first version my application display on screen a list of payment devices, when the user clicks in one of them another screen is displayed with the...
View ArticleIonic slideBox content of other slide appears on current slide at bottom
@sjerd wrote: Hey, so i've got some strange behaviour in the slidebox. It appears as if the next slide is loaded below the current slide before transitioning to the next slide. I'm trying to fix it...
View ArticleHow to do Ion-slide with ion-checkbox from database
@amrayoub wrote: hello , i'm trying to do Ion-slide with ion-checkbox from database.like when i choose couple of items and click submit ,it show them on ion slider after each other...
View ArticlenavParam caching issue / ionViewLoaded db re-load issue?
@UrbanCondor wrote: I'm having trouble with an Ionic 2 App I am working on - It appears as though it's a caching issue, but I can't figure out why it is occurring. I think perhaps the navParam data I...
View ArticleTouchmove event requested to be made passive
@r123456789 wrote: Have an Ionic 1 app. Using swipe left/right. They work. However in the Chrome debugger the below error message is occasionally displayed: Handling of 'touchmove' input event was...
View ArticleDynamic Custom Component - Alert Overlay - NavController getActive Error
@savvior_duncan wrote: Hello, Adding a component dynamically using createComponent similar to: stackoverflow.com Angular RC 2 - Dynamically Render Components from a json file angularjs, angular2,...
View ArticleDo I need one specific security profile for each app at ionic.io?
@devwplex wrote: I use Linux to develop and I want to explore the build / package feature to iOS and Android at ionic.io platform. I'll provide a white label solution for our customers, I've one...
View ArticleUpdate content on Loading component: display percentage?
@mikewagz wrote: Is there a way to dynamically update the loading component's content after it has been displayed? I see a "setContent" function here: github.com...
View ArticleHow to use ion-fixed
@danielmm1997 wrote: Hi, can you add ion-fixed in your doc?How can i use ion-fixed? Thanks,Daniel Posts: 1 Participants: 1 Read full topic
View ArticleAudio not working on device?
@jacklu wrote: I added an audio element in index.html. It works fine with ionic serve but not working on my phone.Is audio supported in WebView? Posts: 1 Participants: 1 Read full topic
View Article[b11] Modal fails to dismiss when nav.pop or nav.popToRoot fires (with plunkr)
@kstile wrote: I have a timer set to destroy log the user off, and push the login page. Previously, I pop'd to root, and pushed the page, however in b11, if a Modal is displayed, the pop works, but...
View ArticleView not updating after API call following login
@tiansivive wrote: Hey folks, I've started experimenting with ionic2. I built a simple app, with navigation between pages, several layouts, menu etc. I hooked everything up and used the http module to...
View ArticleWindows 10 - TypeError: Object doesn't support property or method 'openDatabase'
@jgeegj wrote: When using the SqlStorage plugin for windows I get this error:-- TypeError: Object doesn't support property or method 'openDatabase' I tried installing the plugin cordova-sqlite-ext,...
View ArticleProblem in popToRoot()
@varshil29 wrote: i implement logout functionalitry and in that i set nav.popToRoot() nut when user click on logout button they didn't redirect to login screen. code that i used static...
View ArticleIonic 2 Chat
@richardmarais wrote: Hi All, I am trying to create a chat app. I have a Java Server and Ionic 2 Client. I get the following error: ORIGINAL EXCEPTION: ReferenceError: io is not defined Any...
View ArticleNative Zip doesn't work
@julienfle wrote: Hi, I can't use the native plugin Zip. The plugins is not recognized . import { Zip } from 'ionic-native';Error : "/node_modules/ionic-native/dist/index has no exported member" 'Zip'...
View ArticleToggle in a generated list in ionic
@youssefff wrote: Hi guys,I'm new to ionic developpement, I'm trying to load some data into a list,it works well, and i added a toggle in each list,and it works too, but the problem when click on a...
View Article