Dunny

Results 9 issues of Dunny

Hi, I'm compressing JSON in Javascript with compress, and then when I try to decompress the POST in php it's always null, am i missing something?

Hi, Has anyone successfully used this to connect to a zebra printer on iOS? ``` #define ZPRINTER_SERV_ID_FOR_CONNECTION "FE79" #define ZPRINTER_SERVICE_UUID "38EB4A80-C570-11E3-9507-0002A5D5C51B" #define WRITE_TO_ZPRINTER_CHARACTERISTIC_UUID "38EB4A82-C570-11E3-9507-0002A5D5C51B" #define READ_FROM_ZPRINTER_CHARACTERISTIC_UUID "38EB4A81-C570-11E3-9507-0002A5D5C51B" ``` I've used...

Hi, Has anyone had an luck restoring search parameters from storage? // Restore $scope.savedSearch = LocalDataService.GetSearchCriteria(); // Save localStorageService.set('search', JSON.stringify(data)); // Get return JSON.parse(localStorageService.get('search')); TypeError: Converting circular structure to JSON...

Hi, Has anyone got this working in Ionic? I pass in a file location and it keeps telling me this is not a JPG or PNG? When it is. ```...

It seems to be dependant on the cordova-camera-plugin which I'm not currently using in my project.

### How can we help? So, I'm sending the below to my database, window.plugins.OneSignal.User.pushSubscription.id and I recieve "2e42c94b-d8e8-4b98-8f3b-c7e4947e22ca" which is completely different to my Subscription ID that gets created on...

### How can we help? Ok, Fresh app, accept soft prompt IAP permission, all good. Disable push permissions in android setting. Enter app again, and soft prompt wont appear. So...

### What happened? let permission = window.plugins.OneSignal.Notifications.hasPermission(); I can see that I have push notifications enabled but the above returns false. "@angular/core": "^15.2.8", "@ionic/angular": "^7.0.4", "cordova-android": "11.0.0", "onesignal-cordova-plugin": "^5.0.3", ###...

I really need to be able to programmatically close the Apple Payment sheet, I used to be able to on an older SDK, is it still possible? Many Thanks

kind:improvement
triaged