Leaflet directive doesn't work on mobile device
@vasach wrote: Hi guys , I'm working on ionic app which uses Leaflet directives . My main problem is that my map display like i want on browser, example: map.png812x1752 152 KB map.png812x1752 152 KB...
View ArticleHow to do sub-navigation in Ionic 2
@iborik wrote: Hi, I have a basic page with two components : ItemList (at the left) ItemDetail (at the right) In my ItemDetail I have some links which when you touch them, they have to navigate to its...
View ArticleCan't create a modal
@Colin wrote: SOLVED: The modal class was missing "export" (ie export class) I'm having a problem when trying to load and present a modal in ionic 2. (i've shortened this code down a tad) import...
View ArticleApply enable-menu-with-back-views only to one side menu, not all of them
@pxdev wrote: Hello, I've got an app that's going to have 2 side menus: a left one (shown only in root view) and a right one (shown only in certain views). I want the left side menu to have...
View ArticleIonic 2 data binding with function?
@pdr wrote: For a list of items, depending on the value of a certain key in the item, I'd like to show different images. Is this possible in Ionic 2 through some kind of interpolation/data binding...
View ArticleHow to create a global function for HOME button
@shmu80 wrote: May I know how to create a global function for a HOME button which will appear in every page? The side menu button will appear in the left and the HOME button will appear in the right...
View ArticleSQLite SELECT returns 'undefined'
@GabrielBarreto wrote: Hi, i'm trying to use ngCordova SQLite (cordova-sqlite-ext) to persist data in my App.As far as i can see, it's opening the DB and saving data to it, but when i try to use a...
View ArticleImport Mysql database to backand with Angularjs
@Lbochra wrote: hi everyone, am a newbie so please bear with me ,i have made an app, still working on it, with ionic and i have choosen backand as as API, i want to connect my database, i've created...
View Articlehtml2canvas scrolled content
@dicearr wrote: Hello,I'm trying to print scrolled (horizontally) content by using html2canvas. Although I've modified html2canvas.js to use original heigh and width instead of using window size I'm...
View ArticleIon-slides breaks side menu scrolling but only on iOS device
@t1tlehto wrote: Hi, I have an issue with the side menu. I have a side menu with enough elements that it needs scrolling. I have a view with several full page sized elements. On the first slide the...
View ArticleIonic 1.3 Release Candidate w/ Angular 1.5 update
@danbucholtz wrote: Hello everyone, I am looking for testers willing to test their apps with a pre-release version of Ionic 1.3. This pre-release includes several bug fixes and migrates from angularjs...
View ArticleIonic 2 can't change color of iOS statusbar
@vardas wrote: I have followed the instructions in the ionic 2 docs but the code is not changing the color of my iOS status bar. The text in this bar is white and cannot be seen on the white...
View ArticleObserve Cordova Network Connection Events with rxjs
@divramod wrote: is it somehow possible to make an rxjs observable with the fromEvent method out of the cordova network connection plugin. i am trying that with ionic 2. i can see, that there are two...
View ArticleWhitescreen in ionic2 templates
@shepard wrote: I get the white screen if I use an ionic template.Tabs gives whitescreen.ionic start tabs --v2 --ts Sidemenu does not work at all unless I npm install after it bails eventually (...
View ArticleIonic2 shrinking header/scroll sista alternative?
@jimmyho wrote: Have anyone implemented a shrinking header like instagram? ie, similar to Scroll Sista Thanks. Posts: 1 Participants: 1 Read full topic
View ArticleCode 1 when uploading with file transfer
@dtaalbers wrote: Hi, I've been using the file transfer plugin without problems now. But since a few days im getting an error when uploading a image. I have no idea what changed. Im getting code 1...
View ArticleRequest Document Update - ionic V2 API doc to tag elements / events with...
@sankar_gopalan wrote: As Ionic2 beta is under rapid development - it would be beneficial to tag Components / Events with available from Version in documentation. For example -...
View ArticleAndroid keyboard open problem
@knsrky wrote: hi. I am new in Ionic. I have a problem when open keyboard in modal text field. when keyboard is active Ion list items shifting up as image below: unnamed-2.png1280x800 243 KB...
View ArticleBlank screen after update to with beta 4
@hggerdd wrote: Hello, i updated an app to beta 4. I used a blank project added my code and did the steps from the post sticked on top of the forum. But.My app works exactly one time after ionic run...
View Article$state.go with {reload: true} messes with $ionicHistory.goBack()
@OguzGelal wrote: I'm trying to navigate from the state app.profile.id with parameter {id: x} to the state app.profile.id with parameter {id: y}. I do it by $state.go('app.profile.id', {id: y},...
View Article