CORS issue: It works on my local browser but not on mobile device
@fusionx1 wrote: Screen Shot 2018-06-19 at 12.21.27 AM.jpg2880x1722 2.32 MB See attached image for more info on the issue. Would appreciate any feedback. It gives 403 Posts: 1 Participants: 1 Read...
View ArticleHow do you use Popovercontroller?
@Dunny wrote: Ok, I’m currently using Ionic 4. I’m calling the controller as below, async onAdditionalEvidenceSelected({event}) { const popover = await this.popoverCtrl.create({ component:...
View ArticleIon-slides centered and not in full screen
@KingDei wrote: When using the ‘cube’ transition of slides, my slide is centered in the middle and has equal padding on all sides. However, when I change this transition my slide is fullscreen. Is...
View ArticleQuery params encoding in the browser URL
@hardikdg wrote: I am creating and PWA in the Ionic. I want to perform URL encoding in the Ionic. How can I achieve that? I am using lazy loading so one way is I can add dynamic name after the segment...
View ArticleHold a charge on Stripe
@obinnae wrote: Building an Ionic 3 app, I want to hold a Stripe charge until service is complete, then pay the merchant. Kinda like Uber/lyft. I can write the code (in PHP) to create a charge, but I...
View ArticleHow to add a printer while printing using ionic 2 in android/ios
@akankshp wrote: I want to create an application which would support native print . please...
View ArticleHttp Post Request Data not Correct
@ebeliejinfren wrote: Hi i use http post method for auth but its not work, in get method every things work good but in Post not this is my code : doLogin(username,password){ this.body = { username:...
View ArticleFailed to load resource: net::ERR_FILE_NOT_FOUND in app
@a7mdFo2ad wrote: i’m getting this error in my app … i don’t know what to do Failed to load resource: net::ERR_FILE_NOT_FOUND blob:http://localhost:8100/051e6556-d576-4907-bf6f-621ec19bf893:1 Failed...
View Article"load start" event failed when returning from external browser to in app browser
@chris93 wrote: Hi guys ! i wrapped a site and there are external links which i made to to open outside the in-app browser,I linked it to open in system browser but when I return to in-app browser and...
View ArticleError while trying to build android when using onesignal ionic 3
@azhar29418 wrote: I am using onesignal for push notications in ionic 3. But when i build the app in android it shows the error Could not find support-v4.jar (com.android.support:support-v4:26.1.0)....
View ArticleCant build with --prod
@duncanqabana wrote: Hello there, All of the sudden, I cant build anymore with: ionic cordova build android --prod --release The error I get is: typescript error Cannot determine the module for class...
View ArticleToast not always dismissed
@simfer wrote: Hi, I would like to create a button which when pressed shows a toast message saying that the application is recording something and the recording is started. When the button is released...
View ArticleHow to put ngFor value in input element
@chakradharsw wrote: <ion-list> <ion-item *ngFor = "let match of matches"> {{match}} </ion-item> </ion-list> Hi i want to put the {{match}} value in input element is it...
View ArticleLeaflet breake on HTML-input
@Ponchia wrote: Hello everyone, I encountered a strange error while developing an Ionic3 application and using the strong typed version of Leafletjs. The map is declared in a page map.ts in the...
View ArticleYoutube embed videos doesn't play on fullscreen
@matheusduarteinfo wrote: I have a application on ionic who display a list of playslist on a youtube channel on a iframe. The videos go on fullscreen but after 1 second, they do back to small size....
View ArticleHow to enable ion-infinite-scroll for horizontal scroll
@rameshkondur wrote: how to enable ion-infinite-scroll for horizontal scroll Posts: 1 Participants: 1 Read full topic
View ArticleIn-App monthly subscription with promo code?
@htorbov wrote: I was wondering, is it possible (has anyone done it) to have a promo codes for monthly subscriptions? For example, adding “PROMO15” code, which will discount 15% of the first month?...
View ArticleCreate a modal in ionic but present it in my own way
@juliusbangert wrote: I would like to use Ionic modalController to create a modal from an external page, but rather than calling modal.present() I would like to attach the created modal component to...
View ArticleVirtual Scroll Check Box Issue
@vivek24 wrote: Ionic Info cli packages: (/Users/sysquare/Desktop/IonicHome/frontend/node_modules) @ionic/cli-utils : 1.19.2 ionic (Ionic CLI) : 3.20.0 global packages: cordova (Cordova CLI) : 8.0.0...
View ArticleIonic app halts at splash screen when running with ‘–prod’ build
@Vinayk_89 wrote: Hi Suddenly my app halts after splash with prod build. Can i know the reason for this. Here is my package.json “dependencies”: { “@angular/animations”: “5.0.1”, “@angular/common”:...
View Article