Dmitry Salnikov

Results 6 issues of Dmitry Salnikov

OneSignal Cordova SDK version 3.0.1 The type definition says that notification data is passed as string: https://github.com/OneSignal/OneSignal-Cordova-SDK/blob/5372e152c5057c30f65bd3506f07995b50214015/types/OneSignalPlugin.d.ts#L189-L196 However, the iOS native code expects `NSDictionary` https://github.com/OneSignal/OneSignal-Cordova-SDK/blob/5372e152c5057c30f65bd3506f07995b50214015/src/ios/OneSignalPush.m#L307-L310 `OneSignal.postNotification` definition (OneSignal iOS SDK...

Astronomy doesn't handle the attempt to Class.create() with the name of already existing class. Example: we have the next three files in project: ```javascript // file: MyModel.js export const MyModel...

# Bug Report ## Problem ### What is expected to happen? getPicture should return valid file url. ### What does actually happen? getPicture calls error callback with no error message....

If your app contains any frameworks with own bundle, the following command (line 40 in otabuddy.sh) unzip -p "$1" "**/Info.plist will unpack and merge all the Info.plist files into one...

When trying to uninstall plugin I see `Variable(s) missing:` error. I've tried to specify exactly the same variables which were used on install, but it didn't help. Please check out...

By default, click on Done button of accessory bar does nothing except hiding the keyboard. Is there any way to invoke custom handler, or at least the same action as...

feature request