TobiasFPJS

Results 9 comments of TobiasFPJS

I have an ionic pwa running on IOS with this plugin with a keycloak backend no problem.

Exactly what do you need? I have just set up this this plugin according to the specs of the standard AOuth with the info from my keycloak server. Fyi. my...

Wayland also provides x11 compatibility. Wayland is still betaware (although it is my daily driver, sway). I personnally suggest not bothering, as anybody who is running wayland, also has quick...

That is possible in the app, but might not be 100% enforced on IOS ( a lot depends on apple) (read the documentation)

I have just recently integrated the app in my ionic project with ionic 5 and capacitor. It works nicely, except for a little crackling in ios, which might be due...

I have fixed the crackling, if anybody needs help, write me :)

Fyi. it is not pretty, but here it is: import { BaseAudioManager, AudioManager } from './BaseAudiomanager'; declare let audioinput: any; declare let WavAudioEncoder: any; export class AudioManagerIOS extends BaseAudioManager implements...

and I have added this to my index.html to have it encode to wav: `` And below is that script. `(function (self) { var min = Math.min, max = Math.max;...

and one last note, my package.json contains this, it is very important that you use 1.0.1 as well: "cordova-plugin-audioinput": "1.0.1",