Libor Zoubek
Libor Zoubek
I am experiencing the very same issue. I am using cordova-plugin-ionic-webview 1.x and event 2.x has this issue. I tried set `WKEnableBackground` to true (in 1.x version) or `WKSuspendInBackground` to...
I was able to resolve the issue with 1.x version. I've set `WKEnableBackground` to true and applied patch from #124 Feel free to try out [patched version](https://github.com/IntelStudios/cordova-plugin-ionic-webview/tree/1.x)
@sunjianghong well, I found out, that the patch has a side effect. My app (with patch applied) started to randomly respond to user clicks/taps. Sometimes I click on ion-item and...
I think there are 2 issues in your code. 1. in your HTML template you should probably have `[items]="items"` 2. In order to update ng-select items you cannot just add...
@ebrehault Can you provide some hint? I can try to fix it and provide PR
Hi, I am also facing this issue, but I don't like `minLength` workaround. [z-schema](https://github.com/zaggino/z-schema#noemptystrings) has already support for empty string validation. So I think the best solution is a possibility...
PR https://github.com/makinacorpus/angular2-schema-form/pull/108
Hi, I've just got my own raspberry running raspbmc and I am experiencing same issues I'll investigate and hopefully fix that. Today is my first attempt to run MPD Client...
Hi, I haven't fixed it. Instead I've tried to develop next-generation version of mpd client, which is not a script, but audio plugin. If you download latest master as zip...
I' can try to find out what needs to be done, could you provide any hint how to create / get some testing cue tracks? I've never head about it...