Execution failed for task ':app:packageDebug'. Failed to generate v1 signature
@AshleyDerek wrote: I’m building my ionic app for the android platform using the command ionic cordova build android I’m always getting this error. BUILD FAILED in 11s...
View ArticleIon-button convert text to uppercase in IONIC5
@madhurihotwax wrote: I am creating an application and I have used an ion-button to create a button but it will convert my ion-button text to uppercase automatically. Hi Display button text : HI...
View ArticlegetPicture() fails with Ionic
@Junek wrote: Bug Report Problem What is expected to happen? I expected camera plugin to return BASE64 data so I can send it and save it on server. What does actually happen? On device,...
View ArticleAdmob work fine in test but Not in Real Admob
@chenreuven wrote: Hey All, When I put a test AdMob Banner Ad and Interstitial Ad works as expected. (shown in the simulator and in the device). when I put a real AdMob Banner and Interstitial Ad...
View ArticleIs there a way to tell if an alert needs scrolling to read more?
@doron wrote: I am using a generic help alert service that has a function that takes a text message as input and displays the alert with an ‘OK’ button to dismiss it. When the message is too long for...
View ArticleIonContent Size incorrect if content contains
@KevinB1 wrote: Hi everyone, I looked through the whole Forum & though Stackoverflow and Github, but it seems nobody has ever given an answer to this question, so here I am, maybe someone has an...
View ArticleIon tabs off screen when using slot="bottom"
@imaginecreative wrote: I am having an issue with the tabs bar not showing on a device when using slot=“bottom”. If I switch the slot to top everything shows without any problems. I have tried using...
View ArticleTips for developing my first App
@fc299684 wrote: I am observing the difference between Córdoba and Capacitor. Everything seems to indicate that the capacitor will be the most correct. I am in front of the application code, Angular...
View ArticleBuild --prod error: Internal error: unknown identifier []
@ebellempire wrote: When I run ionic build --prod I get the following error: ERROR in Error: Internal error: unknown identifier [] at Object.importExpr$1 [as importExpr]...
View ArticleAny API call returns status code 0
@kristofberge wrote: I’m new to Ionic and will be working on a legacy Android project. As far as I know, I installed everything I need on my machine. I can run the app, when I want to do an API call,...
View ArticleStream video from camera phone and use it in Ionic on Android
@loucif wrote: I am trying to build a mobile phone app for object detection with tensorFlow Js using Ionic Framework from live stream video captured through phone camera.i searched everywhere but...
View ArticleIonic platform usage
@sakotturi wrote: I’m struggling with some unexpected behavior using import { Platform } from '@ionic/angular'; I’m using public in my constructor so that I can access it directly in my template...
View ArticleSplash image show twice on android device
@pdj wrote: as you can see below vid… it show really well as intended it show pic as I wrote in config.xml. 스크린샷 2020-05-19 오전 9.47.251414×910 259 KB but the problem is that after fading away image,...
View ArticleService continues running even when I close a ion-modal
@JavierMelo1672 wrote: I am creating a simple chat, I have a chat history and clicking on an item in the chat history opens the chat, this action activates several services one of those is that while...
View ArticleSetting IonicModule navAnimation per component
@kks21199 wrote: I have a page transition animation working using ionic 5. Currently this is how I set the animation, @NgModule({ declarations: [AppComponent], entryComponents: [], imports:...
View ArticleCapacitor Angular 8 all requests fail with HttpHeaders
@tharrington1 wrote: Every API request I try to make with HTTP headers fails with this error: Failed to load resource: Origin capacitor://localhost is not allowed by Access-Control-Allow-Origin....
View ArticleIssue while integrating paytm-cordova-plugin with ionic 4
@Subodh18 wrote: i am trying to integrate this paytm plugin in ionic 4 application . i have run the command cordova plugin add cordova-plugin-paytm --variable MERCHANT_ID= --variable INDUSTRY_TYPE_ID=...
View ArticleElectron - falling at the first hurdle
@paulbutcher wrote: I’m very new to Ionic, so please forgive me If I’m missing something basic. I’ve got a long way towards getting my app working on web, iOS and Android. I’m now trying to get it to...
View ArticleDigital Marketing Services
@kavita007 wrote: Digital Marketing has made it possible for brand to reach their target audience during the COVID outbreak. Companies are trying to punch out their way through this while digital...
View ArticlehardwareBackButton not working in ionic5
@madhurihotwax wrote: For Ionic 4 check out the config option described here: https://ionicframework.com/docs/angular/config and I have applied hardwareBackButton : true inside my app.module.ts but it...
View Article