Cordova-plugin-admob-free showing black bar when testing is set to false
@Daveshirman wrote: I have tried everything, but can’t get admob free to render a banner in my Ionic 4 app. Notes: Test ads are showing fine in both Android and iOS with isTesting = true. Great....
View ArticleHow to make page appear only once
@AnnaFreitas wrote: I have a project in Ionic 4 and create a new page in the app, but I need this page to appear only once when I open the app. I don’t know how to do this, I believe it has something...
View ArticleComo fazer uma página aparecer apenas uma vez?
@AnnaFreitas wrote: Tenho um projeto no Ionic 4 e criei uma nova página no aplicativo, mas preciso que essa página apareça apenas uma vez ao abrir o aplicativo. Não sei como fazer isso, acredito que...
View ArticleHow to send data from one page to another
@Aseel173 wrote: hello, I have the following ts file code and html file code, i want to take the lists from the user that I add in this page and put them in and show them another page how can I do...
View ArticleIonic 3 - dev server logger closed after changed a file
@avishai_peretz_dev wrote: Nothing changed on my project and today i run “ionic serve” but when i change a file and save i get this error on the console: “dev server logger closed after save”. And the...
View ArticleHow to run Diagnostic checking (e.g. isLocationOn) before switching on...
@tomjaihk wrote: Let say the code is like below: page.html <ion-toggle [(ngModel)]='somethingOn' (ngModelChange)='statusChange($event)'></ion-toggle> page.ts import { Diagnostic } from...
View ArticleUsing other icon libraries with ion-icon
@davech wrote: I would like to use AntDesign icons in place of ionic. I tried various methods like for example copying and pasting the icons into the public/assets folder and linking to them but its...
View ArticleGet react dev environment full errors on while debugging android/ios native app
@sabahang wrote: I’m developing ionic for React and every once in a while I run ionic serve; npx cap copy; to see my changes in android and then I open chrome inspect devices to see my android webview...
View ArticleIn Ionic 5, ion element has additional behaviour
@jacky007ex wrote: In Ionic 5, I found that when I click on < ion-checkbox > and , a grey background appears and disappears.(a short animation to let user know the element is selected) You can...
View ArticleIssue with using timeout from RxJS
@Spendy wrote: Hey, Would anyone know why I am getting the following error using the RxJS timeout function: [ng] ERROR in src/app/providers/access-providers.ts(25,6): error TS2339: Property ‘timeout’...
View ArticleMy Ionic app runs smoothly on Browser but runs laggy on Android
@tomjaihk wrote: I use these commands to run my app: $ ionic cordova run browser $ ionic cordova run android The animation and transition effects are smooth when it’s running on Browser, but worse...
View ArticleLocal notifications in lockscreen
@gastondoa wrote: Hi: First of all, I´m very new to Ionic… I´m implementian a delayed local notification using https://ionicframework.com/docs/native/local-notifications It works correctly, but when...
View ArticleIn ionic project using apk of different android project
@iozer wrote: Hello Everyone, I have third party apk which generates alarms, I need to get generated alarms from that apk and show them in my ionic application. I could not find anything related to...
View ArticleHow to receive 2 param from different pages in ionic 4
@wanaisa wrote: Hi , I’m havin an issues on passing 2 data from different page to main page called ‘mainex’ I’m using ionic 4 and angular 5 app-routing-module here is my main page that i want 2 param...
View ArticleI need to create a podcast app with ionic4
@kl3jvi wrote: Hello, i am thinking about creating a podcast app but i need to use any platform that supports uploading audio and that automatically shows on my app do you guys have any idea? Posts: 1...
View ArticleHelp on loading controllers
@harishmeetsu wrote: Hi all, Could you please advise me on this? I have been using loading controller across my app and its mostly during the providers fetching or saving the data, the controller is...
View ArticleAlert Controller Hide input field
@manosaravanan wrote: Hi all, If it’s possible to hide input filed using ion-alert controller. For example, 2 inputs fields showing in alert screen, So,we need showing in 1 input field and handler()...
View ArticleVscode cannot find type SelectChangeEventDetail
@davech wrote: I am using Ionic 4 for react and although vscode finds CustomEvent and most Ionic components I sometimes don’t get the event object types like SelectChangeEventDetail. Even when I type...
View ArticleHappy New Year! Solutions Architect Ionic Remote
@HappyRecruiterKforce wrote: Hello, I have an amazing client here in Texas searching for a remote solutions architect building a mobile application from scratch using IONIC and REACT. If you are...
View ArticleHow to access physical back button
@anirbanRoy wrote: Hello everyone, facing an problem with physical back button. want to give a alert message before getting out of the app by clicking physical back button. Using ionic 4. I need this...
View Article