Martin Grubinger
Martin Grubinger
Here's what I do when using this plugin: https://github.com/petermetz/cordova-plugin-ibeacon/issues/292#issuecomment-329706188 Maybe that helps.
FYI, I got the notifications working on Android 8 with jupesoftware's fork: https://github.com/jupesoftware/cordova-plugin-geofence Maybe there will be a PR at some point to incorporate the changes back into this repo?
(sorry for the previous incorrect answer) I just went through this again and used your fork: https://github.com/t2wu/cordova-plugin-geofence) Then, in build.gradle change: ``` compileOptions { sourceCompatibility JavaVersion.VERSION_1_6 targetCompatibility JavaVersion.VERSION_1_6 } ```...
sorry for the late reply. in a recent project we used this fork, which works on Android 8: https://github.com/okode/cordova-plugin-geofence Note: okode's fork prompts for the Location Permission on app launch,...
Hi @RunfastCoder, yes, uninstall it, but then I would recommend using this fork: https://github.com/okode/cordova-plugin-geofence `cordova plugin add https://github.com/okode/cordova-plugin-geofence` At least it worked for me using this fork.
I have the same issue as @MaximeMenotti (SvelteKit app loaded as part of a _much_ larger monolith). Setting data-sveltekit-reload on every link (even outside of the SvelteKit app) is not...
I managed to work around the `history.back()` issue by calling `event.stopImmediatePropagation();` in a custom `popstate` event listener. This prevents the event to ever reach the SvelteKit router. I would much...
That sounds awful, thanks for your response through.
Hi @pernielsentikaer – lol, I have no idea why I didn't see this existing extension, I for sure looked. Anyway, now I know how easy you make it to create...
@Rich-Harris thanks for looking into this! Yes, I think that would solve the issue in my scenario 👍