How to remove a modal from stack, ionic 4
@borconi wrote: I have the following scenario: this.screenOrientation.onChange().subscribe( async () => { const modal = await this.modalCtrl.create({component: getSignature});...
View ArticleWhy i am getting -1 audio duration using getDuration() ionic media plugin
@mjindal92 wrote: Hello Guys, Can you please let me know? And this is worked but it’s working in time interval function and if i am used in audio player it’s take more time and this is not good for...
View ArticleHow i can improve music player in ionic 4
@mjindal92 wrote: Hello Friends, Can you please guide me how i can improve ionic music player. Because when i open music player screen application is hang. Thanks Posts: 1 Participants: 1 Read full...
View ArticleAlert for take picture
@smith9522 wrote: Screenshot_20191030-092404720×1280 42.9 KB Hi , How could I make this clickable alert with the respective functions for photo capture and photo picker Posts: 3 Participants: 2 Read...
View ArticleHow to open Camera Preview into a given div?
@ioclaudio wrote: Hi, is it possible, using the Camera Preview plugin: // start camera this.cameraPreview.startCamera(cameraPreviewOpts).then( (res) => { console.log(res) }, (err) => {...
View ArticleFailed to load resource: net::ERR_EMPTY_RESPONSE
@mario1708 wrote: Hola a Todos. Estoy desarrollando una aplicación ionic en la cual busco consumir notificaciones por medio de firebase pero con un backend utilizando node.js y mongoDB, al ejecutar el...
View ArticleIonic Ract and In-App purchase?
@mrflo wrote: I have not been able to find anything that will help handle iOS/Android in app purchases for Ionic React. Are there any solutions out there that anyone is aware of? I can’t find anything...
View ArticleIndependent Notification service using Ionic, Node & FCM
@mario1708 wrote: Hello, I am doing a project on Ionic and I want to use the notification services but I have not been able to make it work. The idea of the project is that if the user likes a...
View ArticleHow can I implement WakeWord/HotWord detection in Ionic app
@pithvapulkit269 wrote: I am trying to build an app using Angular 4 and Ionic 3. So far, I have integrated my app with API.ai and Ionic Speech Recognition and TTS. But the problem is speech...
View ArticleFetch video gallery list from phone's storage
@Tamsel wrote: How to fetch all videos from phone’s storage ? Could anybody has solution? Thanks in advance! Posts: 1 Participants: 1 Read full topic
View ArticleQuestion about Privacy Settings on iOS app
@smynuddin wrote: Hello, I have a question about Privacy Settings on iOS app. Specifically, I have ‘NSCameraUsageDescription’ and ‘NSPhotoLibraryUsageDescription’ are set in info.plist file. When app...
View ArticleIon2-calendar, Error when showing months from a selected year
@jcmendes98 wrote: so my goal is to show all the days of a selected year. Since january to december, so that the user can pick or view the dates on that year. For that, I’m using ion2-calendar. So far...
View ArticleError "openssl config failed: error:02001002:system library"
@ioclaudio wrote: Hi, today rurring the app with “ionic serve” I can see this error: C:\myapp>ionic serve -lcs openssl config failed: error:02001002:system library:fopen:No such file or directory...
View ArticleIonic 3 - Trouble with CORS
@miqueiasmaia wrote: I’m working with Ionic 3, Laravel and Heroku. On my local development enviroiment, the requests works very good, without CORS errors. When I deploy my application to Heroku, I...
View ArticleProblem trying to build my app for release
@scriline wrote: Hi guys, I’m trying to build an app with ionic. I ran the following in the terminal : ionic cordova build android --prod --release And I got the following error : Execution failed for...
View ArticleIonic serve not starting
@tifaucz wrote: ionic serve command is not working in my project. It does not gives any errors, but it gets stuck after these warnings and does not start: [react-scripts]...
View ArticlePopover menu in bottom navigation
@lapid3 wrote: Hello, I’m new with ionic, I’m using it with React framework. My problem is to insert a popover menu inside a bottom navigation (something like for “extra” settings). export const App:...
View ArticleEmbed Marine Traffic into an ionic app
@MichaelBus wrote: Hi, I am trying to show the local marine traffic in my app. There are some providers like marinetraffic.com that offer to embed their map into a web page. This work for me in a...
View ArticleError attaching file to share - Ionic 3
@matheusfaxina wrote: Has anyone had a similar error? I am using Ionic 3. Error Error: Uncaught (in promise): Attempt to invoke virtual method 'android.content.res.XmlResourceParser...
View Articleupdate google map route as user location change ionic 4
@Qodelogix wrote: I am trying to build a live tracking with the route using Google Map JS version in ionic 4. What I am trying to achieve is to give the route to the user from source to destination...
View Article