thommydz

Results 4 comments of thommydz

@ne-u @rickybrce change: `var canvas = document.getElementById("orientationCanvas");` to `var canvas = document.createElement("canvas");` This made the @ricky1981 solution work for me!

Edit: I fixed it. If anyone else has this problem, add this to android/app/build.gradle: `dependencies { ... implementation platform('com.google.firebase:firebase-bom:30.1.0') implementation 'com.google.firebase:firebase-analytics-ktx' }`

I got really far setting this up in NuxtJS. However, I am stuck at finishing a transaction. Here's my set up: ``` import "cordova-plugin-purchase"; export default { mounted() { if...

I still have this code on my pc. I will create a pull request :-)