Ionic action sheet tutorial / How to use Ionic action sheet? / Ionic action sheet example / Example of ionic action sheet An Ionic Action Sheet is a dialog that displays a set of options to user. It appears on the top of the applications content and user need to dismiss sheet in order to […]
Dynamic Page Title Angular / Meta Tags in Angular
Dynamic page titles in Angular / Dynamic meta tags in Angular / Set dynamic keywords in Angular / Set dynamic description in Angular. Page titles and Meta tags are key to SEO. Angular provides two important services that we can inject in our components to dynamically set page title and meta tags. These two services […]
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 […]