gisinator
gisinator
Thank you, @thassio-vinicius for your helpful response. Using Flutter for all Firebase-related stuff is indeed an option, I'm just afraid the underlying problem might occur with other plugins as well,...
Unfortunately I'm facing the same issue. Adding a padding, exactly like in the example, didnt solve the problem. It seems the foreground element gets cut out and fills 100% of...
So basically you're not using the adaptive part at all, am I right? How does your original icon.png look like? Did you round the corners manually?
I face the same problem. When I use your example code: final ByteData bytes = await rootBundle.load('assets/symbols/hand.png'); await WcFlutterShare.share( sharePopupTitle: 'share faver', fileName: 'share.png', mimeType: 'image/png', bytesOfFile: bytes.buffer.asUint8List()); and share...
This has been fixed in 2020.3.16f1. Unity editor now supports gzip and I can confirm that this error is gone.
Unfortunately, I have no solution, but I am facing exactly what you describe. Everything works on Android, but updates on my iPhone X testdevice are inconsistent and seem to also...
Thank you, Nemanja-95, your solution works like a charme!