Taxi4you

Results 24 issues of Taxi4you

I am writing this: ``` cordova.plugins.backgroundMode.setDefaults({ title: "helo", text: "Text", icon: 'icon', color: "F14F4D", resume: true }) ``` But when minize the app, I see the default OS notification info...

I don't know if this is related to this plugin but Apple rejected my app with this message: > your app declares support for audio in the UIBackgroundModes key in...

I got this error in iOS: ``` UIKitCore`UIApplicationEndBackgroundTaskError: -> 0x7fff4786e252 : pushq %rbp 0x7fff4786e253 : movq %rsp, %rbp 0x7fff4786e256 : movq %rdi, %rdx 0x7fff4786e259 : leaq 0x3eed7020(%rip), %rdi ; @"Can't...

I am using the background plugin which keeps a top notification which cannot be removed. This notification always makes badge to be atleast 1 - even if I clear it...

Where is the sound output, not the generated text coming from Google, I want to send it to the remote server and allow other users to play it.

Just cloned, installed, and tried to build for Android. Got the next error: ``` razs-MacBook:mauron-geolocation razbuchnik$ cordova build android Android Studio project detected copying res/icons/mappointer_small.png to platforms/android/app/src/main/res/drawable/mappointer_small.png copying res/icons/mappointer_large.png to...

If I only have Android platform installed, everything is okay. But if I also have iOS platform installed the whole iOS platform is getting ruined and cannot build any more,...

help wanted

HMR plugin works well, but doesn't work for files that were loaded in lazyload - chunks. Is there any fix for this? Thanks!

Hebrew is also supported? Because I have tried "he-IL" but it didn't work - nothing was played.

I want to enable RES with Next.JS. I have tried myself to create a boilerplate but facing many issues, since Next.JS is server side rendering. Is it possible to make...

enhancement