Andrew Ortega

Results 8 comments of Andrew Ortega

I could make it work by adding the required PendingIntent code and upgrading exoplayer to 2.14.2, if anyone still need it.

Any update on this? Also, do you have the WIP in another branch? Maybe you could uploaded and get some help from the community.

Hi @johannac, my installation has events and orders, I tried to run a full migration reset _php artisan migrate:refresh --seed_ and it gave me that error.

As a workaround (maybe not the best), add your v-model to a watch and remove the extra dot: `watch: { vmodel: function() { this.vmodel.replace("..","."); } }`

I have the same issue where I have some controls on a custom toolbar and have functions that needs to interact with the map object splitted in different components, for...

Hi, there are some API changes in the latest version of the SDK, now you need to subclass ExpandedControllerActivity since its an abstract class, that is why this error is...

Sure, I just created 2 files, one called ExpandedControlsActivity.java inside my project in App_Resources/Android/src/main/java/org/nativescript/cast then added this code which I got from [https://developers.google.com/android/reference/com/google/android/gms/cast/framework/media/widget/ExpandedControllerActivity](url) ``` package org.nativescript.cast; import com.google.android.gms.cast.framework.CastButtonFactory; import com.google.android.gms.cast.framework.media.widget.ExpandedControllerActivity;...

any updates about this?