I also add CUSTOM_ELEMENTS_SCHEMA in TraductionPageModule but no changes, same error 
Ionic 5 cordova build prod generate CUSTOM_ELEMENTS_SCHEMA error
Need to Ring the phone. when I receive call using peerjs
Hai guys … I’m using peerjs in my application for audio video call . Now my need is when I receive the call need to ring the application.like a WhatsApp call . How to do it ??
Ion-radio : Can't bind to 'checked' since it isn't a known property
I don’t know why i am getting this error , any help is highly appreciated
form [formGroup]="radioForm">
<ion-list class="radio-list" lines="full">
<ion-radio-group class="radio-group" formControlName="selected_option">
<ion-item class="radio-item" *ngFor="let item of details.sizeVariants">
<ion-label class="radio-label">{{item.name}}</ion-label>
<ion-radio slot="start" color="primary" [value]="item.value" style="size: 14px;"
[checked]="item.default" ></ion-radio>
</ion-item>
</ion-radio-group>
</ion-list>
</form>
.ts file
import { FormGroup, FormControl} from '@angular/forms';
.module.ts
mport { ReactiveFormsModule , FormsModule} from '@angular/forms';
const routes: Routes = [
{
path: '',
component: FoodDetailsPage,
// resolve: {
// data: FoodDetailsResolver
// }
}
];
@NgModule({
imports: [
CommonModule,
FormsModule,
IonicModule,
RouterModule.forChild(routes),
ComponentsModule,
HttpClientModule,
ReactiveFormsModule,
],
PersonalizedadConsent.bundle" not found. run 'pod install' to update the copy resources script
Hello, I have been struggling with this error for weeks, I work with ionic 4 and the error occurs when I install the Ad Mob or FCM plugin, any solution please, I would greatly appreciate it. I already tried Pod install on platform / ios (IT DON’T WORK FOR ME ANYTHING) I already tried installed sudo gem install cocoapods (DOES NOT FIX THE PROBLEM) Pod init (IT DOES NOT WORK). Pod update (DOES NOT WORK)
Unable to build/run ionic cordova app on android
SousChef+ Simple recipe and kitchen guide management. Built with Ionic
Looking to see if this could be a thing for restaurants, culinary schools and more. Feedback welcome. Thanks.

Ion-radio : Can't bind to 'checked' since it isn't a known property
The good news is that whatever’s causing the error, you shouldn’t care, because you shouldn’t be trying to bind to checked anyway. Since you have backing FormControls, assign to their value instead.
Ionic 3 to 5 Upgrade
I am located in Quebec, from the UK originally, English is pretty good.
I’ve even made some apps too…
https://www.codingandclimbing.co.uk
Thanks - contact me if you’re interested.
How can I schedule local notification specific day in every week?
Thank you for the answer.
Do you mean that LocalNotificationSchedule.every.one.day is the index of the week?
from 0 = Sunday to 6 = Saturday?
IONIC 3 IOS : bugs in your app when reviewed on iPad running iOS 13.5.1
I’m with same issue, but with 13.5. How do you do fixed the problem ?
I cant build app for iOs devices
Im getting the same problem. Were you able to figure this one out?
Is it possible to call function in ts file from index.html?
I tried to find it but can’t find any addressing this.
on ts file there is a function
test(){
alert(“test come!”)
}
but how can I call this on index.html?
I import it on the top of index.html like
<script src="pages/confirm/confirm.ts"></script>
and call it like test(), but it cause error test is not defined.
Ion-datetime not working on small devices?
Hi, I am also facing the same issue as one of our client is just showing up the dots while selecting hours and minute in ion-datetime. The client has note 10 plus device and when i tested it on simulator with same configuration same as note 10 plus, it was working fine.Need help, kindly suggest what to do.
regards,
Rashmi Yadav.
Benefits of sex
what is benefits sex?
Seo work for business
seo work for website ranking.
Ion-datetime not working on small devices?
Thanks for your reply.
So far I’ve been able to figure out the following this:
- It only happens on Samsung devices (you won’t be able to simulate this on a regular
- That Samsung device needs to have accesibilty settings enabled (zoom and font size)
- Ignoring Android zoom doesn’t fix this problem.
I opened a GitHub issue already but know they need me to make a reproducible demo and I don’t have the time for that now. Will do it asap.
How to add a background image to Ionic 4
You helped me too, thanks

Integrating Apple Pay with IONIC-3
Can I use Apple Pay with below configuration? What are the chances of breaking, if any, and what will be the most apt solution. Can I proceed without upgrading to most recent IONIC version? Thanks!
Ionic:
Ionic CLI : 5.2.4 (/usr/local/lib/node_modules/ionic)
Ionic Framework : ionic-angular 3.9.2
@ionic/app-scripts : 3.2.3
Cordova:
Cordova CLI : 8.1.2 (cordova-lib@8.1.1)
Cordova Platforms : android 7.0.0, ios 4.5.5
Cordova Plugins : cordova-plugin-ionic-keyboard 2.1.3, cordova-plugin-ionic-webview 1.2.1, (and 15 other plugins)
Utility:
cordova-res : 0.14.0
native-run : 0.2.6 (update available: 1.0.0)
System:
ios-deploy : 1.9.4
ios-sim : 8.0.1
NodeJS : v10.15.3 (/usr/local/bin/node)
npm : 6.10.2
OS : macOS Catalina
Xcode : Xcode 11.1 Build version 11A1027
How to detect 'go' press from ios keyboard with ion-searchbar Ionic 5
How can I detect when go is pressed on ios keyboard. I have an ion-search bar with (keyup.enter). This works well in the browser, but does not work on native iOS. When the go button is pressed I want the keyboard to close and the search function to be called. However, neither of these things happens at the moment and I cannot see a way to do this with the capacitor keyboard plugin?
Cordova-call Wrappers
Hi guys, I need your help.
i want to create a native ionic Wrapper for this cordova-call plugin especially the onSendCall function
https://github.com/WebsiteBeaver/CordovaCall#onsendcall but I don’t know how to create it.
I already saw this tutorial https://github.com/ionic-team/ionic-native/blob/69117131bd05dd1ff20abed3cc2ef87115e7a04c/DEVELOPER.md but I did not manage to create it correctly.
Can you help me