Joel Stahre

Results 5 comments of Joel Stahre

I have the exact same issue, my own domain, signed , I see camera feed and temperature. But not status of print. Sometimes I get a pop up in app...

@jaunesarmiento no worrys. im testing on my Samsung Galaxy S4 Model: GT-I9505 Android-version : 4.2.2 there is no problem when I run it on different emulators, but when I test...

I tested the application on the htc one, and I experienced no problems. so I guess it could be a problem just on the galaxy s4.

i solved it. ``` namespace App; use Ghanem\Rating\Traits\Ratingable as RatingTrait; use Illuminate\Database\Eloquent\Model; class Wallet extends Model { use RatingTrait; ``` this is what i had to do, im using Laravel...