Alex Hisen

Results 19 comments of Alex Hisen

code-push is an 'internal' dependency of the cordova-plugin-code-push and has its own plugin package and version. If you install from scratch, I think you'll get a newer version of code-push...

This was introduced in the recent change to be compatible with webpack. The extra nested return function(obj) is not actually being executed, just defined, so this file no longer works...

Yes. It's a snapshot. When animated, it obviously looks more like a standard Material UI circle spinner.

I would imagine you already have some kind of sample or test Cordova app that you use. I've updated the task description with my splash screen settings in config.xml and...

cordova create ... cordova platform add [email protected] cordova plugin add cordova-plugin-splashscreen cordova run android --device ![Screenshot_20190505-113438_CordovaTest](https://user-images.githubusercontent.com/19575231/57198649-fc5ff480-6f29-11e9-8aaa-c892fb8e494b.jpg)

Yes, opening app from the notification would be very helpful. It's frustrating to users that it doesn't do that now.

Note that you can work around with https://github.com/Steffaan/cordova-plugin-local-notifications by replacing the sticky notification with one at the same id that handles clicks: ``` window.cordova.plugins.foregroundService.start('title', 'text', 'icon', 1, notificationId); setTimeout(() =>...

I don't know that much about mobx-state-tree but I doubt it would work. mobx-schema-form is a wrapper around react-schema-form/lib/utils selectOrSet() which expects a plain object whose properties can be updated....

This issue still exists when using cordova-android 5.x and associated Android SDK Tools 23.x or 24.x. It can be easily fixed by changing NativeSettings.java file to use 25 instead of...