Display contacts like ios native app

How can i display contacts like ios native app? Including right navigation and character separated contacts.

Any help would be highly appreciated.

There is no official solution to the right navigation. You might want to consider using the Cordova contacts plugin for this. If you use the pickContact method, it will give you a native contacts list to choose from.

If still going with a custom solution, this can get you started : Showing / Hiding List Dividers

1 Like