Using StreamingMedia to play RTMP stream
I’m attempting to use the StreamingMedia Plugin to stream a Facebook Live Stream. I’ll paste my code below, which is basically a copy/paste from the docs. Has anyone had any success using any player...
View ArticleStreaming Facebook Live Video in Ionic
I’m trying to use videojs, videojs-flash, and videojs-flashls-source-handler, to play a Facebook Live Stream. I’ve tried about every combination I could think of to try and get this to work, but...
View ArticleIonic 4 Code Obfuscation
i want to obfuscate my ionic 4 app after build to prevent reverse engineering. need suggestions or best way 1 post - 1 participant Read full topic
View ArticleRefresher component low frame rate
I using Ionics refresher component inside a ion-content component. I haven’t tested it on iOS yet, but on android (physical device) when pulling down the refresher, the frame rate of the refresher...
View ArticleIonic 5 camera photo corrupted
I have this code: takePicture() { const options: CameraOptions = { quality: 40, allowEdit: true, correctOrientation: false, targetWidth: 200, targetHeight: 200, destinationType:...
View ArticleIonic slides in react
hey, I figured out how to use ion-slides slideTo or nextSlide method. this can be simply done by creating a react reference. 1 post - 1 participant Read full topic
View ArticleIonic serve doesn't work in Safari Browser
Ionic Serve does not work on Safari web browser Hi, I am having problems with testing my app on Safari as it does not go past the first loaded page. No error is logged in the console, page reloads...
View ArticleVue "watch"
I want a VueJS function (fetchDataFromAPI) to run every time the page loads. This code works in the browser, but not in the Android emulator: watch: { '$route': 'fetchDataFromAPI', }, Any suggestions...
View ArticleDiscourse theming
Hi I’m a long time Ionic user, and have happened to take up a project that involves creating a discourse forum. That made me realize how nice this forum is, because you do not get this look out of the...
View ArticleIon-datetime: How to add meaningful suffix(es) + feature request
I would like to display the ion-datetime picker with suffixes, like this: 19.12.19 14:39 Using pickerFormat obviously does swallows the separators (the dot as well as the colon), when defined like...
View ArticleHow to set Capacitor Android versionCode for AppFlow
I have not been able to find a sufficient answer to this question. Every solution I have found says to modify the build.gradle file in the android folder. This only works for local builds, since if I...
View ArticleISO 22000:2018 Lead Auditor Training
iasiso-latinamerica.com ISO 22000:2018 Lead Auditor Training – IAS Mexico ISO 22000 lead auditor training enables delegates to understand the requirements of ISO 22000, Food Safety Management System...
View ArticleIn-app purchases v2 don't work in ios 14
I am implementing the in-app purchases v2 in my app and what happens is that when I invoke the products, they return null in the title, description, price, currency and I don’t know why this happens...
View ArticleFinally made a breakthrough passing data to a component - felt I should share
First I would like to say how I appreciate this forum, and the support crew who are so helpful in answering so many small questions. I tend not to write much - but I spent many hours on so many days...
View ArticleHow to get page to refresh when I change an image
I’ve worked on this problem for a while - and finally just decided to move on - but I thought perhaps if I posted the problem, someone would provide some insight. I’ve found that I need to trust that...
View ArticleHow to use SelectOption?
Okay, this is probably a stupid question, but I’m brand new to this and struggling… If I add an IonSelect, how do I use the selected information? It has this in it: onIonChange={e =>...
View ArticleHow to get WebView object and Android context with Capacitor
Hi, I am trying to implement Facebook App Events using their Hybrid app implementation guide. Facebook for Developers Hybrid Mobile Apps - App Events - Documentation - Facebook for Developers Convert...
View ArticleUnable to clear pages on stack
I am unable to clear pages on stack after logging out, have used this.navCtrl.navigateRoot(’/home’);. I have been redirected to home page, but when I click on the back-button in the browser, app got...
View ArticleIonic 5 - console.log in Android Emulator
I’m not seeing my console.log statements in the Android emulator, I’m pretty sure I was seeing them previously? I have compiled and released a production version of the app since I was last debugging,...
View ArticleError TS2749: 'Device' refers to a value, but is being used as a type here....
I am facing a problem with “Device” from @ionic-native/device : When I run ng test I have an error message telling me: error TS2749: 'Device' refers to a value, but is being used as a type here. Did...
View Article