My app stopped compiling and I am not sure why
@AIBug wrote: I am getting these errors when I try to compile my app: Content Security Policy: The page’s settings blocked the loading of a resource at inline (“default-src”). Content Security Policy:...
View ArticleHow to display directory files in ionic using listDir() method
@VinodTillu wrote: Am able to create and remove a directory but how to display the files of that directory on screen. Am getting [object Obejct] on screen Home.ts listAllFiles(){...
View ArticleIonic React - Realtime Clock
@ahmadauf98 wrote: Just wanna ask, how to build a realtime clock using Ionic React? Thank you. Posts: 1 Participants: 1 Read full topic
View ArticleScreen size (NOT PIXEL COUNT!) steps in grid
@StormSeeker wrote: Good morning I’m new to this community and I would like to ask for help from people with more expertise. Let’s say I want to use an ion-grid and that I want to resize an ion-col...
View ArticleIonicons not found
@Simran3798 wrote: I am not able to add ionicons like person-sharp etc. it is coming 404 not found . I can just use person keywword. Posts: 1 Participants: 1 Read full topic
View ArticleHow to create scratch cards using ionic
@RanaPratap wrote: help me to develop the scratch cards using ionic ftramework. Posts: 1 Participants: 1 Read full topic
View ArticleIs there any way to make a progress bar work in an overlay?
@Arkthur wrote: I’m trying to put an ion-progress-bar in an ion-alert. It renders, but it doesn’t receive the value I’m sending to it. const progress = 0.5 const alert = await this.alertCtrl.create({...
View ArticleDirect Url not opening through firebase function
@mursaleenkamal wrote: Everything seems to be working. I can view the Angular App through my firebase hosting url. But: As soon as I call a route directly e.g. http://xxx.firebase.app/about I get this...
View ArticleUsing ion-nav within a modal
@sanz wrote: Hi all, I’ve created a modal that I can access from multiple pages within my app in order to provide page specific help text to the user. This works quite well I would now like to add a...
View ArticleSocial Share Plugin - ios doesnt show app icon
@31121986g wrote: I used the social share plugin to share a link via the Native share. The popup does come well but i dont see my app icon in the header. Any guess how this can be achieved? Posts: 1...
View ArticleI have an issue with ion-icon styling
@samdawit wrote: I want to use the following icons in my ionic 5 react App with their title or label at their bottom and also align them horizontally rather than vertically like a list. I tried to...
View ArticleCan't display a img using base64
@slammers wrote: Hello Guys, im stuck with a Problem. In my App i want to load all Images in a Folder and displays these. I finished this part of the App already. Now I want to Display the image in a...
View ArticleHttp Error 503: command: ionic cordova resources
@amergan wrote: When i run the command: ionic cordova resources -> the server returns http error 503. Posts: 1 Participants: 1 Read full topic
View ArticleStorage options (ionic storage, capacitor, localForage, ...)
@lhk wrote: Hi, I’ve run into issues regarding data storage and would appreciate some feedback. So far I’ve been using the capacitor storage API. My app will need to store a few dozen, maybe up to a...
View ArticleEXIF Data from HTML Image
@slammers wrote: Hey, i want to get the Exif Metadata from a img. I display this img using base64 and sanitizer. Now I can’t get the Exif Information with exif-js. I think the problem is the...
View ArticleIonInfiniteScroll problem if datasource reloaded
@icatanzaro wrote: Hi, the IonInfiniteScroll fail when the datasource is reloaded. It saves his position and making the component unusable. We have two Pages: Page A (a list of items loaded with...
View ArticleHow to make an image compulsory ? (Ensure it is entered by user)
@androunie wrote: Hello dear Ionic friends I am making a form, this form contains text (name, age…) and one image. Right now I can make sure the text are necessary by using a FormGroup but I would...
View ArticleTrue or False ? ( about the true nature of scss )
@Roye wrote: Are the following statements correct? and if not, explain. When switching to a page using routing, the scss of the page will be used to set style. When opening a page as a modal...
View ArticleCertificate issue
@waelabdeen wrote: Hi, i have one issue related to my application (Ionic 4), i already generated apk file and it works fine in emulator, and i already use https to call my backend apis and securing my...
View ArticleHow to navigate to a particular screen when notification is clicked?
@raghav1299 wrote: I want to navigate to a particular screen when a user clicks the notification but I am unable to find a solution for that. Can someone please help? Posts: 2 Participants: 2 Read...
View Article