5 questions from the last 7 days
-3
votes
2
answers
61
views
How do I use HTML wrapped in text quotes inside of Ionic ion-text
I am receiving a string from the API
textInsert = "<p>Hello</p><br><p>There</p>"
I wish to use the with
<ion-text color="secondary">
{{...
0
votes
1
answer
32
views
Jest is not finding module 'ionicons/components/ion-icon.js'
I am working on an ionic/angular application. For my unit tests environment Im using jest. It had worked till yesterday. Somehow all tests, where ionic modules (components, services, etc.) are ...
0
votes
0
answers
36
views
ion-refresher triggers while scrolling when used with ion-segment-view
I'm seeing an issue where ion-refresher fires whenever I scroll down, even when the content isn't at the very top. This only happens when the page uses ion-segment-view. If I remove ion-segment-view, ...
0
votes
0
answers
27
views
How can I share a file via Whatsapp with my ionic angular app on android?
I have an ionic angular app and need to share a .gpx file via gmail or whatsapp. It works smoothly via gmail. Also via wechat, but not via whatsapp.
I tried with capacitor share, where I can select ...
0
votes
0
answers
29
views
Angular CDK Virtual Scroll with Ionic Grid β Items shuffle position when scrolling in grid view
I am using Angular CDK Virtual Scroll together with Ionic Grid to render a list of cards.
The requirement is:
On mobile, show 2 cards per row.
On tablet/desktop, show 3 cards per row.
Support ...