Return a specific device based on service to be scanned on bluetooth scan...
github.com aircable/SPP-over-GATT/blob/119fa00ef9d42230db93c9fd45c56db399095631/src/pages/device/device.ts import { Component, NgZone } from '@angular/core'; import { IonicPage, NavController,...
View ArticleHow to Update Array on Local Storage in Ionic 4?
Thank You @rapropos for your response, I will check and let you know the update.
View ArticleLocal Notifications every week on specific day (Cordova or Capacitor)
I’m testing on android, i just tried this config: await LocalNotifications.schedule({ notifications: [{ title: title, body: body, id: id, extra: { section: section }, iconColor: '#0000FF', schedule:...
View ArticleIonic & Capacitor & PWA : failed to register service worker
Same probleme on ios with xcode.
View ArticleOpen login page and go back with refresh
Hi, I have a page with a list of data. I click on a button to add a new item and then move on to the second page. I add the element and return to the parent page. I would like to update the list. I...
View ArticleChange lockscreen information
Hello, I would like to change two pieces of information on my lockscreen. Currently when my user starts audio streaming, from the lockscreen, he gets the following information: App name: Myapp Logo:...
View ArticleCannot build debug or release
Turns out I was editing the wrong AndroidManifest.xml. All resolved.
View ArticleChange lockscreen information
You need to start to give us more information in ypur posts. Which Plugin do you use, how do you stream the media and definitely show us some code (only the related one)
View ArticleAccess to XMLHttpRequest at...
authservice.ts import { Injectable } from ‘@angular/core’; import {HttpClient, HttpHeaders} from ‘@angular/common/http’; const apiUrl = ‘https://authapistaging2.mymonow.com/api/auth/token/create’;...
View Article"TLS connection could not be established:...
Hi guys, I’m trying to make a post request but I get a certificate error. I’m using ionic5 with capacitor and the advanced http plugin and I was wondering if there was any way to solve this? Could you...
View ArticleChange lockscreen information
I use for Native Media for streaming, only. And juste that : this.stream = new Audio('https://rocket.streamradio.fr:8004/stream');
View ArticleAndroid project is not compiled at Android Studio because of gradle...
classpath ‘com.android.tools.build:gradle:3.3.0’ defaultBuildToolsVersion=“28.0.3” It seems I do not understand how Gradle, gradle-wrapper works. It seems I have a few of them. Global, for ionic, and...
View ArticleIonic V4 ios : Header is dissappearing when keyboard and toaster active same...
Anyone who knows why this is happening. i have no luck on this so far.
View ArticleIntroducing the Ionic Market
Thank you so much @brandyshea … Its such very informative and useful information about Ionic Market…
View ArticleAppflow ignores strings from config.xml (Bluetooth Usage Description)
I am facing the same issue, If i build my app with XCode 11, my usage descriptions (NSPhotoLibraryUsageDescription & NSCameraUsageDescription in my case) are empty while they are not if i build...
View ArticleSlider Issue when navigating back to the slider page
I found a simple way to fix this public ionViewWillEnter(){ this.slides.update(); }
View ArticleIonic 3 cordova-branch-sdk plugin not working (ios)
ionic 3 cordova branch sdk plugin not working in ios build its giving “branch.h file not found” error ionic info: Ionic: Ionic CLI : 6.10.2 (/usr/local/lib/node_modules/@ionic/cli) Ionic Framework :...
View ArticleNew builds are being overridden with old Appflow deployments
I’m having exactly the same issue. A new build automatically gets overridden with an old deploy version. Let me know if you work out the correct way of doing it!
View ArticleBlob.. file.. post
Party it solved the problem: pickFile() { this.fileChooser.open().then((fileuri) => { this.filePath.resolveNativePath(fileuri).then(resolvedNativePath => {...
View ArticleChange lockscreen information
I assume you have edited the config.xml file and replaced the default app icons?
View Article