Felix Albroscheit
Felix Albroscheit
~~Same error here, however I noticed something interesting:~~ ~~* Patch 1 (targeting a package under /vendor) applies~~ ~~* Patch 2 (targeting a module under /web/modules/contrib) does NOT apply, throwing above's...
Hey @iconscout, please merge PR #125 to solve this issue.
Same problem here. The delimeter splits the input-csv incorrectly, as it does not take care of whether values have been wrapped in a quote. This bug makes the package basically...
Some years too late, but from what I can see in the sample code you may be calling `KioskPlugin` too early. Better call it from within the onDeviceReady callback: ```...