Adriano

Results 87 comments of Adriano
trafficstars

This is a Javascript issue with the browser (if it is). Not a PHP issue. This repository contains only the php-script to allow notifications over your webserver. Your error has...

Before you can use the push notification, you have to setup the webpage and browser. Your subscription is null, before you are using this library or any push notification functionality....

Maybe this links can help too (from the vJoy emulator): HID Descriptor: https://github.com/shauleiz/vJoy/blob/master/driver/sys/vjoy.h Reference: http://forums.obdev.at/viewtopic.php?f=8&t=4313#p14541 But I am not able to test it in the vjoy and can't see this...

The longest string (alphanumeric) is 114 with your version: 4 and without error correction: 0. Even with version 5, you will not be able to show this string. Check the...

Don't know why it is called version. It is just the size of the QR code. 6 means 17 + [6] * 4 points. The smallstest QR code has 21...

> A very common mistake is to use the alphanumeric mode incorrectly; alphanumeric in the QR code specification is VERY strict, and only supports **upper case** letters and a handful...

I have the same error message, when I try to send a push notification to a mobile device from a php-script. It works on Firefox for desktop, but not Firefox...

Thank you. Finally I was able to implement it on Firefox mobile, using aes128gcm as encryption and setting autopad to false. Edge mobile still receive an empty payload, but probably...

The main problem is that the entire code is written with "try and pray" :P Yes, the proxy can be the problem. But an error message instead of a crash...

Thank you for the feedback! Yes, there is still much that can be done. At the moment the entire pet is described inside a xml file, so that everyone can...