What is the difference between page.module.ts and app.module.ts?
@fbahari wrote: What is the difference between page.module.ts and app.module.ts in ionic v 4? I have a component that I use as tag in my page.html but when import it in page.module.ts not recognize it...
View ArticleHow to use Speech recognition plugin in Ionic react?
@Nithish-2027 wrote: Hi I am creating a simple application that uses both Speech to text and Text to Speech. If use the speech recognition plugin in react projects it throws an error If i run my app...
View ArticleHow to add ionic 3 push notification in ionic app
@birja12 wrote: I am follow this https://www.youtube.com/watch?v=HgR9UH3euR4&feature=emb_logo but how can send custom push notification and set alias Posts: 1 Participants: 1 Read full topic
View ArticleWill ionic 5 use angular 9 as default?
@Arianit08 wrote: Will ionic 5 use angular 9 as default when creating new project? Posts: 1 Participants: 1 Read full topic
View ArticleOne click opens the next
@Ludolefrenchy wrote: Hello I want to make an app or when we press a text or button it displays the following text / button ect … what is the best element to use? button, card, text or other ?? Thank...
View ArticleIonic 4 googlemap blank white screen on android
@sehsah2020 wrote: i used google map in project it’s work fine in brwoser but not work on android when i run cordova platform add android how can i fixed it ? loadMap() { Environment.setEnv({...
View ArticleIonic 4 ion-tab-bar set background transparent in tabs only
@sehsah2020 wrote: hi how can change background to transparent in first tabs when i use this class ion-tab-bar { --background: transparent; --ion-color-base: transparent !important; position:...
View ArticleCreating a new blank project with specific ionic version
@semanticnet wrote: Hello I need to create ionic blank project verison 4. ionic start map4 blank --type=angular (this is creating version 5) ionic start map4 blank --type=ionic-angular (this is...
View ArticleWhere to find custom css tags / attributes?
@Divergent wrote: Hey guys, not sure if you understand my question but where can I find a guide on how customization works on Ionic? I mean, how to center things? Tables? Forms? For example what...
View ArticleIonic 5 CameraOriginal loaded instead of just Camera
@swissfritz wrote: I’m trying to migrate an app to Ionic 5 by rebuilding it from scratch. I loaded the Cordova plugins and the corresponding ionic-native classes. Now, it seems that by entering npm i...
View ArticleIonic 5 : pushObject.on("notification") not triggering
@kodetratech wrote: Any change required in ionic 5 to handle the push notification. I am able to receive the push notification, but the control is not coming to...
View ArticleRouting Error
@vivek98322 wrote: Hello All, I am facing one issue related to routing, I am having parent routing where I want to load few data which is common to all child routs. And I am seeing the url is changing...
View ArticleHaving problem that 'id' is undifined (using ionic storage)
@b3nny wrote: Hello guys, I have a problem when I’m displaying information without id, it’s work fine. But , I’m adding id to the SQL command (“SELECT * FROM tb_case WHERE id = ‘$postjson[id]’ ORDER...
View ArticleIonic 4, background image
@TaimoorMughal wrote: Hello, I am trying to add image on my home screen as i am getting image path from api so i’m using style="background-image: url({{flag}})", i want to add multiple images on my...
View ArticleIonic 3 Share Audio File
@mahmoudmobile55 wrote: Hello All, I Want to make Sharing Option to my audio files so i want to ask if there is any plugin of extension can help me to doing that? i tried to use social sharing but it...
View Article'http://localhost:8100' has been blocked by CORS policy
@sahibsingh wrote: I am using Ionic 4 and facing the CORS Issue problem. I want to access mysql using php, but it is blocked by CORS, i have add all the headers in the php file for permissions but...
View ArticleIonic PWA goes blank after 2-3 updates & if user hasn't open the app in a while
@carlosGAlfonzo wrote: I have a huge problem with my PWA app where if I deploy 2-3 new versions and the user has not opened or updated their app for 2-3 versions, their app just goes blank! I am not...
View ArticleAsync data to child page with Ionic5
@arcanjo42 wrote: I’m trying to pass data between a parent and a child page in ionic using Ionic Storage to get the data in an async way. What is happening is that when I get to the page, the data...
View ArticleHow to get data post from blogger api using ionic 5?
@Script47ind wrote: If using Ionic 3: app.module.ts import { BrowserModule } from '@angular/platform-browser'; import { ErrorHandler, NgModule } from '@angular/core'; import { IonicApp,...
View ArticleIonic Firebase field counting
@WhoSketchy wrote: Hello, I am trying to count the fields in my Firebase database this is my method inside of a provider (it is an observable): method1179×169 5.56 KB (console logging is the only way...
View Article