Ionic 4 , side menu not working
I guess, it is environment issue, as i have created new component same your code and i have old working code, but both having same issue now only on android . As i haven’t updated any library on my...
View ArticleIonic 4 , side menu not working
Try if this helps: https://github.com/ionic-team/ionic/issues/19272
View ArticleCapacitor build android/ios scripts
Is there a command to be able to generate the Android (APK) and IOS builds without using the IDE (Xcode or Android studio). We have the build of our app automated running 2 parallel scripts, where we...
View ArticleSelf-signed certificate https doesnt work in release build
Hey guys, sorry to reopen: I’ve tried the cordova-certificate-plugin trustUnsecureCerts() but I’m not able to use that in production: actually accessing cordova breaks the application, in fact the...
View ArticleAdmob interstitial doesn't show on Android
Wait for 1-2 days, and banner ads is working?
View ArticleVariables are lost after 1 hour
The variables declared in memory at file ts will be delete… You can try use LocalStorare or IonicStorage
View ArticleWhy we are having IONIC
I also know Ionic is not an IDE, please try to understand the context, you cannot deny, it takes hell lot of time to build, if any error in the plugin or anything missing, we will know only after we...
View ArticleIonic3 imagepicker open gallery ERROR:((
Hii Everyone, I encountered an error, help me:))? openGallery() { console.log("oepn galery"); this.loadfoto = 0; if (this.platform.is('android')) { console.log("if androidk"); const options:...
View ArticleCapacitor platform ready event
Simple question. When exclusively using Capacitor in an Ionic-Angular project. Do you need to wait for the platform.ready promise to resolve befor hiding the splashscreen en showing the statusbar? Or...
View ArticleHow to combine react-redux connect() and withIonLifeCycle() in @Ionic/react?
Thanks @it.hieund Does not work for me export default withIonLifeCycle( connect( stateMapToProps, { fetchCategoriesAction } ) (Categories) ); Error… Check the render method of Context.Consumer. in...
View ArticleAnyone tried MS AppCenter with Ionic?
@edriven Could you explain more which part is working and which does not? I m still not able to integrate AppCenter from Ionic4
View ArticleI have error while installing APK in android app
{"_body":{"isTrusted":true},"status":0,"ok":false,"statusText":"","headers":{},"type":3,"url":null}
View ArticleIonic 4 - How to set CSS Custom Properties dynamically
This is just what i was looking for, thank you so much!
View ArticleServe cordova plugins on Custom project
I’m trying to use cordova.js/cordova API features to interact with an internal app without actually changing the internal app (android). I’ve started that by creating a normal Node.JS (express)...
View ArticleBug: ionic build error with google services and play services
I am not to sure how to fix this. This aways happen when I add Google+ Authentication. fcm it works but soon as I add this I get this insert the output from ionic info here `FAILURE: Build failed with...
View ArticleHow to create a button that shows/hides content on press?
Hello. I’m currently building an Ionic project for college, and since one of the pages contains a lot of text, I wanted to create some sort of button or tab that once pressed, would show the content...
View ArticleHow to create a button that shows/hides content on press?
This is easy… In your ion-content add a *ngIf=“sometingTrue” Do you set the property boolean in your code! For not show! <ion-content id="acesso-pendente" ion-padding="10" *ngIf="usuarioLiberado ==...
View Article