Skip to main content
| Help Center
Toggle navigation menu
Contact Us
Sign in
Dialpad
What’s New at Dialpad
Dialpad Mobile Release Notes
Dialpad Mobile Release Notes
Find out what we introduced in the latest version of Dialpad for iOS and Android.
Android Release Notes 23.05.08
iOS Release Notes 23.04.10
iOS Release Notes 23.04.02
Android Release Notes 23.03.17
iOS Release Notes 23.03.17
Android Release Notes 23.02.24
iOS Release Notes 22.12.02
Android Release Notes 22.08.12
Android Release Notes 22.07.13
iOS Dialpad Release Notes 22.07.08
iOS Release Notes for 22.06.06
iOS Release Notes for 22.05.19
Android Dialpad Release Notes 22.05.17
iOS Release Notes for 22.01.07
iOS Release Notes for 21.03.05
iOS Release Notes for 21.02.12
iOS Release Notes through 20.12.14
Android Release Notes for 20.12.08
iOS Release Notes through 20.11.13
Android Release Notes through 20.10.30
iOS Release Notes through 20.10.16
Android Release Notes through 20.09.30
iOS Release Notes through 20.09.18
Android Release Notes through 20.09.11
Android Release Notes through 20.07.17
Android Release Notes through 20.06.18
iOS Release Notes through 20.06.18
Android Release Notes through 20.02.25
iOS Release Notes through 20.02.06
Android Release Notes through 20.01.03
Next
›
Last
»
Categories
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-article-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% var maxSections = 5 %>
Toggle navigation menu
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
Categories
Categories
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
<% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-article-list-sections', { id: 'section-' + section.id, parentId: '#' + id, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %> <% if (section.articles.length) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% if (sections.length) { %>
<% sections.slice(0, maxSections).forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %>
<% }); %> <% if (sections.length > maxSections) { %>
See more
<% } %>
<% } %>