NgOnInit issues with routing
the reason is im using a @hostlistener of the screen view size on the parent and when im not on that page i dont need the data there for i should subscribe. My worry is having constant data reading...
View ArticleNewbie question about committing Android Java files into repo
Hi, In my project I am using the cordova-file-opener2 package and I needed to modify something in the file...
View ArticleTab bar disappear when I push a page from tabs.ts
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleTab bar disappear when I push a page from tabs.ts
<!-- Generated template for the VoicemailPage page. See http://ionicframework.com/docs/components/#navigation for more info on Ionic pages and navigation. --> <ion-header>...
View ArticleNewbie question about committing Android Java files into repo
So, i’m not a fan of changing stuff in the installed plugin in the node_modules folder. So normally, if you want to change something, it is something usefull? (i hope so). The File Opener Plugin is...
View ArticleBUILD FAILED Android Ionic. But İos not failed
namikarif: Execution failed for task ':processDebugResources'. Did you try removing the platform and adding it again?
View ArticleHow to save file image to device? Please
Do you mean taking a picture with the camera and saving it to your Filesystem?
View ArticleBug? Large Titles IOS
odorakel: <ion-toolbar> <ion-searchbar></ion-searchbar> </ion-toolbar> Remove the ion-toolbar from searchbar and see if it works. If not, add some margin between the two...
View ArticleBUILD FAILED Android Ionic. But İos not failed
I tried a few times but there was no solution
View ArticleNgOnInit issues with routing
djflip2016: My worry is having constant data reading while on a different page Unless your users are changing device orientation ten times a second, I would not concern myself here.
View ArticleBUILD FAILED Android Ionic. But İos not failed
After adding this in build.gradle solved dependencies { classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5' classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3' }
View ArticleIonic 4 ios build "You cannot run cocoapods as root"
you mean which folder permission? I’m getting same error while installing firebasex plugin
View ArticleUnable to run ionic old project: Cannot find name ‘bigint’
I am trying to run my old project to modification, I have successfully run npm install but unable to serve the app. It’s showing: ERROR in node_modules/@types/node/fs.d.ts(2459,45): error TS2304:...
View Article[Ionic5] - ion-segment-button-indicator width (Shadow Dom)
use the shadow part: ion-segment-button::part(indicator){ width: 36px; margin: auto; }
View ArticleIonic4 :app:preDebugBuild FAILED
cordova.cmd build android --debug Android Studio project detected Preparing Firebase on Android ANDROID_HOME=C:\Users\Pritam\AppData\Local\Android\sdk JAVA_HOME=C:\Program Files\Java\jdk1.8.0_111...
View ArticleIONIC5 Capacitor livereload
Got the issue, in my case, I need to execute the “ionic build” command first, then the run command.
View ArticleIonic Grid Cards
Use ionic classes like: <ion-no-padding> or <ion-no-margin> for more please visit ionic CSS Utilities.
View ArticleTab bar disappear when I push a page from tabs.ts
Sorry for not being clear. I meant tabs.html. I guess you are calling goToVoicemails from tabs.html. In that case, the page is added to the navigation stack in which TabsPage is pushed. If you want...
View Article