TBrown
TBrown
I believe you have to call setDefaults first but I am testing on Android. Once I setDefaults it worked. ``` this.backgroundMode.setDefaults({ text: "Test", title: "Test", icon: "my_icon", }); ```
I just 1. Deleted all the mipmap folders in my android src folder except for "mipmap-anydpi-v26". 2. Used https://inloop.github.io/svg2android/ to convert my SVG to android xml. 3. Placed into the...
I have seen disconnects when I didn't handle both success and failure events and an error dropped the connection. What you might do instead is use the autoconnect method to...