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 Grayson Bartlet -
Number of replies: 1

Building in Linux fixed this for me. Unfortunately a linux build takes like 5x longer than a Windows build for me, so I'd like to figure out how to resolve this in Windows. Can I do without the "electron-windows-notifications" module?

In reply to Grayson Bartlet

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

by Dani Palou -
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