Dani Palou

Results 11 comments of Dani Palou

Hi Liam! I'm crazyserver's colleague. We haven't tried using Capacitor, we've only tried it in Cordova. It doesn't seem to happen in browser or Android, only in iOS. The video...

I have the same problem. I've installed VS 2015 and uninstalled VS 2017 just in case. I get the error when using the library "electron-windows-notifications". The library installs fine, but...

I was finally able to fix it, but I had to use electron-rebuild. Using a .npmrc file when installing the modules didn't work, I had to rebuilding them all after...

I ran it like this: .\node_modules\.bin\electron-rebuild -v 1.6.1 When running electron-builder it says it's rebuilding dependencies or something like this, so I guess it runs electron-rebuild too.

We detected the same problem in our app, and also another case when this happens. We have some modals that could trigger a navigation in the app (using NavController), and...

Hi Liam, if you mean some code for each of the possible improvements, right now I haven't done anything to improve them (besides adding an aria-label to ion-reorder). We might...

This PR looks great, thank you for your work on this! But I think it's missing something. The plugin.xml file was modified to include the POST_NOTIFICATIONS permission, but then the...

Hi @fquirin , I've barely developed Android native code in 8 years, so I'm probably not the best person to ask for advice ^^' That's why I didn't submit a...

Just for the record, [this is the code](https://github.com/moodlemobile/cordova-plugin-local-notification/commit/7ec3ad45553e3ec6a5c2db673c3477fe480531c2) I've ended up using in our fork to request the POST_NOTIFICATIONS runtime permission if needed. Maybe the same can be achieved using...

We have the same problem. We use Ionic in our app, and [Ionic WebView ](https://github.com/ionic-team/cordova-plugin-ionic-webview)(which uses a custom "protocol" to load local files, in our case we call it moodleappfs)....