Month: May 2020

Ionic biometric authentication iOS / Ionic face recognition in iOS

Face ID and Touch ID Biometric Authentication in iOS using Ionic / Ionic biometric authentication in iOS / Ionic face recognition in iOS. Ionic biometric authentication iOS plugin provides option to provide authenticate user using Touch ID or Face ID. Face ID and Touch ID are becoming new way of authentication, more and more app […]

Convert milliseconds to hours, min, sec format in JavaScript

Lets say we have time in milliseconds and want to generate a string in the format hours:minutes:seconds . We can use below mentioned function to achieve desired result. If we pass 3345345 to test this function it returns string in format hours : minutes and seconds format : 00:55:45 If we pass 4563355 to test […]

Scroll to top