App not running in versions of Android < 7.0, probable es6 error?

Re: App not running in versions of Android < 7.0, probable es6 error?

by Dani Palou -
Number of replies: 0
Picture of Core developers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

Hi Grayson,

sorry for the delay in answering. The electron-windows-notifications library is only required for the Windows desktop app, so you can remove it. Actually, we'll remove it from package.json in the next release because it causes problems with the Android & iOS builds. It's a shame that package.json doesn't let us define that a library should only be installed in a certain OS, it needs to be specified by the library itself.

Cheers,

Dani