Abdelalim

Results 12 comments of Abdelalim

As @michaeltnguyen said, you cannot disable them. They used to be disable-able in the past but Google changed that. Now you can only limit the related videos to the same...

@andresesfm what was the fix for this issue?

I have reproduced it. How can I help you figure it out? In my case, the listener is called but the purchase is undefined. I am testing with StoreKit on...

Apparently, no need to create a new issue. It was a Google problem because they have changed the structure of handling subscriptions. Previously, you had a list of subscriptions on...

I remember I had a similar issue on certain devices and it was related to the payload sent by the server. Check if you're sending data correctly. @mark22 This is...

@ilker55 I've come across the same issue. I used `Ti.App.Map.addAnnotations([a1]);` Although that solved the crash issue for me but I couldn't add any annotations on the map! Any ways, try...

To be on the same page make sure you are using the same map module I'm using (ti.map). You can check for the latest releases here (https://github.com/appcelerator-modules/ti.map/releases)

To solve the issue of annotations not showing on the map (Android) I used a custom view instead of a simple image like so: ``` if (OS_IOS) { annotation.image =...

@dawidvdh you mentioned that you could listen to 'cancel' event from the `inappbrowser`. Can you share how you did that, please? Looking at the documentation of the [inappbroswer-reborn](https://github.com/proyecto26/react-native-inappbrowser), I can't...