phiferd
phiferd
@JohnScottMcNerney -- I know this is an old ticket, but did you ever solve this? I'm seeing the same thing, where the transactionId == purchaseToken after a call to buy(),...
This still seems like a bug (maybe in the Android API), but I solved this by using the transactionId from the purchaseData. So, ``` const validatedData = await iap.validate(receipt); const...
Actually, upon closer inspection, the issue is here: https://github.com/AlexDisler/cordova-plugin-inapppurchase/blob/master/src/js/index-android.js#L70 and here: https://github.com/AlexDisler/cordova-plugin-inapppurchase/blob/master/src/js/index-android.js#L114 Maybe this is just a workaround of some sort?
Sorry, one more thing I noticed. The purchaseToken is available from the native restorePurchases call on android: https://github.com/AlexDisler/cordova-plugin-inapppurchase/blob/master/src/android/InAppBillingV3.java#L375 So it seems like the line `transactionId: val.orderId,` in index-android.js is just...
I was able to get controls to overlay the native code (only tested on iOS so far) using https://github.com/talkspiritlab/cordova-plugin-opentok (and they are clickable) @msach22 Whey aren't these changes merged back...
That happened to me when I tried to use the JS plugin (for web) rather than the cordova plugin's js file. The cordova plugin will put a new .js file...
I'm running into this issue as well. Posted a question to stack exchange to see if anyone has a solution (https://stackoverflow.com/questions/58671359/html-elements-positioned-over-opentok-video-not-clickable), but thought I would ping this issue as well....
Is this a duplicate of #128 ? If so, maybe we should close this issue and keep the conversation there.
Sorry for the spam, but I wanted to post here the the changes in https://github.com/talkspiritlab/cordova-plugin-opentok resolved this issue for me. I am a bit concerned that I'm now on a...