Ionic 4, background image
@TaimoorMughal wrote: Hello, I am trying to add image on my home screen as i am getting image path from api so i’m using style="background-image: url({{flag}})", i want to add multiple images on my...
View ArticleUpdating ionselect after its rendered
@mrcameron999 wrote: Hi im needing a little help. I have googled around but havent figured how to do it. I have a IonSelect component and the options are retreaved from an array that is fetched from...
View ArticleWhere is list of Ionic 4 icons
@Liquidcms wrote: There used to be a website that listed the Ionic 4 icons; but it seems to have been replaced by the list of Ionic 5 icons. My guess is these go with Ionic 5, correct. As i pick one...
View ArticleHow to refresh a page for only one time?
@scharli wrote: I wants to refresh a page for only one time using angular 7. I have tried ngOnInit(){ let win = (window as any); if(win.location.search !== ‘?loaded’ ) { win.location.search =...
View ArticleCollapsible Title on Android
@psenechal wrote: I have collapsible title/header working perfectly fine on iOS, but I launched an Android simulator and noticed that it doesn’t function at al…the title is out of place and it doesn’t...
View ArticleWant to add one more character to dayValues in ion-datetime
@pdj wrote: I added one more character after month, but can’t add it to day values. <ion-datetime displayFormat="YYYY/MMM/D" dayValues="1일,2일,3일,04,05,06,08,09,10, 11, 12, 13, 14"...
View ArticleUsing Gestures Utility
@briant wrote: I’m trying to use the Gesture utility with code below directly from example on site… and getting this error: Error: > "Uncaught TypeError: Cannot read property...
View ArticleIonic 4 code map not work on android but work on ios
@sehsah2020 wrote: hi, i need ask about my code it, show location user and can click in mark to get new location and address it worked well on web and ios but on android show blank white why ??? where...
View ArticleDifferent lists in different slides scrolling at same time
@RodrigoSaPessoa wrote: I have two ionic slides, each containing a regular list. My problem is that each time I scroll on one of them, the other scrolls at the same time. Is there a way to make each...
View ArticleHow can I view the images made in the Ionic tutorial photo gallery app
@rvrwow wrote: Hi, I followed the Ionic v4 tutorial and ‘created’ the photo gallery app as found in the Ionic documentation. I now tried to expand here by using Photoviewer to view the image. In the...
View ArticleIssue with offset-top on ion-content in Ionic 5
@neamtua wrote: Hello, I’m trying to have a transparent header with toolbar over my content in my Angular Ionic 5 project. The problem with the content is that, while it scrolls under the header and...
View ArticleProblems with Ionic 4 and Braintree on iOS - App Crashes
@ciccilleju wrote: hello! I really need your help I’m doing an app with Ionic 4 and cordova-plugin-braintree version 0.5.1 (i tried the other forks but i can’t compile). With Android everything works...
View ArticleSetting --background on ioc-content variable hides Google Map
@viiskis wrote: Setting --background variable on ioc-content hides my embeded Google Map. How I can change the background and still see my map? Posts: 2 Participants: 2 Read full topic
View ArticleCordova plugin firebase not working in ionic 3
@rajubootla wrote: Dear Community, I am struggling with firebase plugin in ionic 3. But no one is working, because of some plugin build failed or m not getting token. I am using ionic 3 with angular...
View ArticleIonic React - Styled components Unexpected token
@kolbis wrote: I am using a third-party library that uses styled components when trying to run ionic build I am getting: “Module parse failed: Unexpected token” You may need an appropriate loader to...
View ArticleIon-slides Performance Issue
@gdeveloper18 wrote: We are using ion-nav inside ion-slide (linked with ion-segment) in order to achieve swipeable feature (like swipeable tabs). No problems with browsers and android, but when...
View ArticleIncrease width of Alert Controller
@mulla-azzi wrote: I would like to know, how can i increase width of an Alert Controller in ionic4. I have tried many techniques but haven’t succeeded in any. I have created a stackblitz example for...
View ArticleIonic 5 - ion-select close popover from code
@Exers wrote: What I’m trying to achieve is to have ion-select with ion-select-options in it, but I don’t want popover to show once I click on it… Is there a way to achieve this? Is this even possible...
View ArticleTwo tabs selected after router.navigate()
@marcinni2 wrote: Hello, I have a problem with navigating user in my App, when he clicks “Back” on his device. I want to let him exit the app from the first tab and it works. From other tabs, I want...
View ArticlePromise returning Subscription, how to wait for data before proceding
@leonardofmed wrote: I have a function that get some data from DB, store in localStorage and then do something with it. To get the data I’m using the Angular’s HttpClient, which uses Observables in...
View Article