All Questions
600 questions
0
votes
1
answer
41
views
CORS (Cross-Origin Resource Sharing) issue in Ionic project [duplicate]
I was trying to download a PDF or an image from the backend and share it directly via WhatsApp. but is showing CORS issue how to fix this issue, can some help me to fix
async shareFiles() {
try {
...
1
vote
1
answer
37
views
ion datetime component persist value across different components
i have a very strange problem where i am using ion-datetime component on component inside a model component. From this component, I call another component in a model that also has an ion-datetime ...
1
vote
0
answers
25
views
ion-picker does not display columns in ionic 7.2.0
I'm using ion-picker in my ionic v7.2.0 project but it doesn't show the columns, only an empty gray rectangle is shown in my page, so I guess it's not consuming the columns of my ts.
I have already ...
1
vote
0
answers
80
views
Sticky Footer Below Content in Ionic Web App
I'm building an Ionic app that I also plan to deploy as a web app. For the web version, I want to add a footer that sticks below the content on every page, so the footer only appears when the user ...
1
vote
2
answers
66
views
how to automatically enable a button without clicking on it?
i want the first button to be clicked right when the page loads im building it using html,css, typescript
<div class="media-column">
<!-- posts button -->
<button #...
0
votes
1
answer
45
views
Dynamically add color in ion-card text based on regex
I want to add a span around some text when a # or a @ is detected so I can change the color to make it look like usernames and hashtags in twitter. My code looks like this:
TS FILE:
ngOnInit(): void {
...
0
votes
0
answers
143
views
Create a custom ionic alert with progress bar using ionic 7 angular
I have create a custom ionic alert with a progress bar using Ionic 7 Angular. but not opening the custom alert
Custom Alert Component Template (custom-alert.component.html):
<div class="custom-...
2
votes
1
answer
47
views
ion-searchbar with FormGroup to only search when the value inserted is minLength (3)
I'm trying to make a that don't search until the inserted value is higher or equal than 3
but the method i try didn't work
:(
Home.page.html
<form [formGroup]="search">
<ion-...
1
vote
1
answer
42
views
Updating the background-color of .pane and .view within an ionic web app with javascript
I am trying to update the background-color of two css selectors named .pane and .view located within the file ionic.css. However, when I attempt this nothing changes. I can go directly to the ionic....
-1
votes
1
answer
74
views
Detect clickable areas within <img> tag in Ionic project
I have static image like below, within image various buttons are there like Main,F1, F2 etc., need to make those buttons clickable and call api.
In what all ways we can achieve this scenario's, any ...
1
vote
2
answers
89
views
I am trying to display two columns within a row in my ionic/angular project. the its just creating a stack where the other content is in the bottom
I am trying to display two columns within a row in my ionic/angular project. the its just creating a stack where the other content is in the bottom.
this is also my css
<ion-grid class="...
-2
votes
1
answer
115
views
Is there a better way to change opacity and background of button on click?
I am trying to get a screen working in Ionic/Angular where different buttons can be pressed and change their opacity until a threshold is reached and then change the color of the button. An overview ...
1
vote
2
answers
67
views
Ionic 7 with Angular makes only UI changes when Debbuger ist runing
I have an ion-select which should contain an ion-icon at the end. The icon should change depending on whether the ion-select is open or closed.
Problem:
My icon changes correctly when the ion-select ...
0
votes
0
answers
142
views
Angular Ionic hybrid app HTML5 Audio Element is not playing all .wav, .mp3
The app is recording audio messages and saving them in firebase. Whenever I fetch files from firebase storage some of the audios are not playing. iPhone records audio/mpeg, browser and android records ...
0
votes
2
answers
85
views
Draw a Arc in SCSS
Could someone help me create that blue arc with 'UND' written on it as in the following image?
So far, what I've managed to do is this:
enter image description here
Here are my codes:
.promotion-...