Eduardo Speroni
Eduardo Speroni
Unfortunately I'm not able to replicate it (the demo app is running without issues on android). Can you share a snippet?
@tillsanders can you check if this issue also occurs without calling `overrideModalViewMethod()`?
@adfdev you can try it with `nativescript-windowed-modal@next`. I'm without the time to properly test it at the moment, but you can report back if it's working or not. @tillsanders if...
Reference project: https://play.nativescript.org/?template=play-ng&id=Lrwg8A comment ModalStack out and listview will work. Tapping the label which has its own tap works
This is a bug with nativescript. binding a tap on a parent element prevents tapping on the listview: https://play.nativescript.org/?template=play-ng&id=Lrwg8A&v=4 We'll open an issue shortly
Actual issue for reference: https://github.com/NativeScript/NativeScript/issues/6376
Shouldn't this issue be in the Nativescript core repo? Doesn't seem an issue with this plugin specifically. We actually had a issue where we were using `data.cancel = true` and...
Is this issue reproducible without this plugin installed? If so, I'll close this issue and ask you to please open an issue in https://github.com/nativescript/nativescript
We've identified the issue and are working to fix it. We're also thinking about creating a separate `showTransparentModal` instead of monkey-patching `showModal`, so there might be a breaking change in...
1. should work on android (it restores purchases during the `CONNECTING_STORE` flow) , not 100% sure on iOS. Best approach is to, after init, call `restoreOrders` in both cases. 2....