Domain App?
@Wendel wrote: I have an app that uses videos from a website of mine, but the videos are configured only for my domain, how do I make my application point to the domain of my site, so that the videos...
View ArticleMultiple checkbox delete on ion-item-sliding
@insightmichael wrote: I want to implement a multiple delete checkbox type feature as what was available in ionic 1. Cannot put checkbox withing my list item, checkbox itself becomes an item with...
View ArticleDeploying to a Device
@shahpankti wrote: Hi,I am new to ionic framework so please pardon my ignorance. I have developed simple(POC) ionic app and trying to test it on my android device. I was following the deployment...
View ArticleBig problem! - ionic install @ionic/app-script
@7773783 wrote: tried remooing ionic reinstallremoving npm / reinstall 1.png1920x1080 157 KB Posts: 1 Participants: 1 Read full topic
View ArticleProject structure move from IONIC 2 beta structure to IONIC 3 Structure
@roshandhabekar wrote: First of all thanks to ionic team for valuable supports . Guys we started our project in last December means dec 2016 . So my project structure is with app folder which having...
View Articleİmage problem
@Yavuzcosar wrote: hello I want to put a picture on the homepage and give the products a link. I put it like this <div class="item profilepic-border" align="center"> <div class="product-item"...
View ArticleRedirect page in ionic 2
@arunkumarinde wrote: I want to redirect the page from html. ? in ionic v1 we are using . how can i implement in ionic v2 Posts: 1 Participants: 1 Read full topic
View ArticleDesactivar las rotación ionic 2
@Nelsneider wrote: Ionic 2Hola Buenas Tengo varias preguntas a ver si me ayudan a resolverla les agradecería y disculpa la preguntadera 1) Como desactivar las rotación de app ionic v2 .2) Cuales son...
View ArticleIonic 3 package generate error 404
@rafaelbtz wrote: If I execute command "ionic cordova build android" my application running ok, but if I execute a command "ionic package build android" my application return a 404 for all http...
View ArticleBinding to ion-tabs
@jeremyy7 wrote: Does anyone know how to bind to a property other than [rootParams] from the ion-tabs? I need to be able to add an input to the entire tab component and I keep seeing the following...
View Article[Ionic 2] Ion-item with icon, text and toggle
@Skee wrote: Hello there,I try to set up a list, where each item consists of the 3 elements icon, text and toggle.Basicly exact the same as shown here:...
View ArticlePages declaration
@Nsimoncini wrote: How can I import, declare and push a page I already used somewhere else? Suppose I have 2 pages: 1st page is HomePage (can call 2nd page)2nd is called by HomePage and it can call...
View ArticleInstalled PWA link vs open in new browser
@mtpzone wrote: If you have a PWA installed and running with service worker is there any way to txt or email a link and have that link open in the installed PWA instead of a new browser on mobile? I...
View ArticleBrowser errors due to Cordova plugins?
@morariu wrote: Ionic 2Cordova 7.0.1 I am getting the following errors in Chrome Dev Console. It looks like due to cordova plugins. Should I just remove the plugins which work well in the Android...
View Article`Select` only from shown tabs
@ajcrites wrote: I have a tabbed layout that looks like this: <ion-tab [root]="accountPage"></ion-tab> <ion-tab [show]="!(isLoggedIn | async)"...
View Articletag triggers too easy
@RaulGM wrote: Hello, I made a page that has some cards in which I embed an <a> tag. The structure is the following: <ion-card> <a href = "{{ aLinkToSomeWebPage }}"> <img [src] =...
View ArticleIonic 2 bower
@Alejandro_felipe wrote: We have depeloped a mobile application using Ionic 1 and we are working to adapt it to Ionic 2. We have used bower as a dependence management for the first one, and we have...
View ArticlePassword input gets resetted at each form submission
@turgodi wrote: Hello. I have a simple login form, and whenever i click the submit button (let's assume the credentials are invalid), the password input is still filled, but right when type in the...
View ArticleSpecifying alternative framework versions
@MarkAurit wrote: How does one specify the version of the ionic framework being installed? At one time it was the version of npm; the version of npm with node 4.x gave ionic1; a greater node version...
View ArticleUncheck all checkboxes
@insightmichael wrote: How do I programmatically uncheck all check boxes given a certain class? I know the ion-checkbox is rendered as a button so just setting the attribute on the element doesn't...
View Article