Ionic 2 and Open Layers
@mettek wrote: I have try to create a test project for use Open Layers 3 with the new ionic 2 but it isn't work This is my layout: <ion-navbar *navbar> <button menuToggle> <ion-icon...
View ArticleWindow.open not working
@jcmag wrote: Hi, I'm using this kind of link in my ionic app: <a href="#" onClick="window.open('https://google.com', '_system', 'location=yes');return false;">link</a> It works in a...
View ArticleConfig.xml versus Package.json (Best Practices)
@alexbrodsky wrote: Some of the plugins I use are saved in config.xml and others are saved in my package.json file. I've noticed that when I use "cordova plugin add..." that plugins are added to the...
View ArticlePerformance problem in searchBar
@Jorchg wrote: Hi guys!! I have developed earlier with ionic v1 and now I'm trying ionic v2. It's of course a great job!! I'm running an issue with the searchBar. I have my contact list and I want to...
View ArticleJavascript string to html template in Ionic 2
@max_maeuschen wrote: I want to get a javascript string that is created in app.js into a text in my side menu in app.html. I tried inserting {{ mystring }} in the text, but it doesn't work. Can you...
View ArticleIonic2 - scroll within Ionic Slide not working
@mbarua wrote: I dont see a vertical scroll bar to scroll through the contents in an ionic slider, below is the html snippet that shows what I am trying to do. Is there something wrong with the way I...
View ArticleIonic 2 + angular 2 pipes issue
@spencerJS wrote: Anyone know what version of angular2 the latest Ionic2 Beta uses? Im on ionic 2.0.0-beta.19 and its dependent on angular2 beta.6. Right now pipes are a known issue in this version of...
View ArticleEmbedding Youtube Video in Ionic2
@developersourav2012 wrote: Can anyone tell my, how to embed youtube video in ionic2? Posts: 2 Participants: 2 Read full topic
View ArticleIonic and json
@camilo1822 wrote: hola quiero mostrar los datos de un json con ionic usando el siguiente codigo: app.controller('LugaresCtrl',function($scope,$http){...
View ArticleUsing function of provider in other provider
@max_maeuschen wrote: In the last few days I made two providers for my app. Now I have to start a function from the first provider in the second one. Is this possible? Posts: 2 Participants: 2 Read...
View ArticleHow I can pass a value in localStorage to InAppBrowser using executescript event
@nad3o wrote: Hello! I have a problem with the plugin InAppBrowser. I would like to insert a value stored in localStorage from my ionic app in a form on my website (username and password). It works...
View ArticleGoogle map not appear in my device (Android)
@gnout wrote: Hi allGoogle map does not appear in my device (Samsung SIII mini) when I installed the application.Anyone has any idea how to fix it?Thanks in advance. Edit:I found the error. It seems...
View ArticlePosition issue when deployed to device
@pjhartin wrote: Loving ionic2 but noticed today upon deploying to a device and simulator that alignment is off in a few elements. In the screencast below, you can see that the avatar-img and...
View ArticleScroll after the images finish loading
@MhamadK wrote: Hi everyone, I was wondering if anyone of you know a solution to something that I am facing. So to simplify things, let's say that I have an app that has a list of images, they're...
View ArticleDownloading Pictures from Ionic App onto a PC
@fatbluefred wrote: Hi Folks, Just to give you a little background of what I'm trying to do, I've built an ionic app that allows me to take pictures and enter a little information about each picture...
View ArticleOne ion-tab bigger than the others
@herve76 wrote: Please send me your offer to replicate the following tabs. I am only looking for the css to make the middle tab bigger than the others. It's a quick and easy job in order to do a lot...
View ArticleHow to remove the splash screen from application?
@narasimham3 wrote: How to remove the splash screen from application? Posts: 1 Participants: 1 Read full topic
View ArticleStoring data locally
@karanvirk wrote: i want to store some information locally in my app.i have used indexedDb but it support android version upper than 4.3 .dexie also have some compatibility issue with apache cordova...
View ArticleIonic2 infinite scroll with filtered items
@tuongaz wrote: I am using <ion-infinite-scroll> and scroll to number of pages and it's working fine. However, when I filter the list, the list of items get narrowed down, then I cannot do the...
View ArticleHttps url do not works if ssl certificate is not valid
@onkar wrote: Hi everyone, I am integrating one auth2 implementation in ionic where in sendbox mode login page is accessed through https url.When ionic try to open that url using window.open it does...
View Article