Vipul Kapoor
Vipul Kapoor
Some basic instructions on implementation would have been great. Its not as simple as the author keeps writing everywhere lol.
I'll be able to work it out but that's by understanding the example given in the _test. I don't think an average programmer can do this. I'll try to create...
So what I've implemented is to save a marker in localstorage that the user has signed in before. If I don't find that marker, i prompt the user to use...
There is an update utility but for some reason not mentioned in the docs anywhere ``` $service->products->update(GOOGLE_MERCHANT_ID, $productId, $productObj); ```
Before initializing lightslider, you could count the number of li items in that particular ul ``` 1 2 ... var totalSlides = $('#slider li').length; ... ```
I'm also using App bundles to reduce the size of the file that the user ends up with. Currently I'm using the CLI command from [this page](https://docs.nativescript.org/angular/tooling/publishing/android-app-bundle) but its undesirable....
Thanks for the quick update. As a web designer, this would be a great help if it can be done.
Still getting this error with v4.1.3 on NS8.
Does this mean that the biometric hardware on the device is unavailable for some reason?
I've mostly seen it on android though. When I started field testing it, on some phones folks had the fingerprint setup to unlock the phone but when registering on my...