August Vorsterman van Oijen
August Vorsterman van Oijen
I have the same issue. Currently as a workaround I'm using [robotjs](https://github.com/octalmage/robotjs) to simulate this ``` const robot = require("robotjs"); setTimeout(() => { robot.typeString("help"); robot.keyTap("enter"); }, 0); ```
Would also like to see support for Vue 3. For now I'm using the js version in Quasar/Vue framework
I think so.
Using Android + cordova After window.store.order I notice that the approved event is fired. But when I do product.finish() inside the approved callback nothing happens and the owned status is...