What is the name of this interface element? Indicates the position of the slide / page

I am creating a user interface, and I am using dots to indicate how many elements there are. They can be used for navigation, but this is optional. I would like to describe this element, but I do not know what this type of element is called. Dots or bullets sound weird, and more than just navigation.

I have included some examples of this type of user interface element (in other applications). This is a carousel: The dots in this carousel

This is a magazine app on iPad:

The dots in this iPad app

Another application (mobile site?)

enter image description here

What is the name of this element? I am looking for a suitable name for a Technical Design Document / other documentation. I program it in JavaScript.

+3
3
+5

iOS UIPageControl. iOS.

, , "" - " ".

+1

One of the pagers is one. One example of where I saw it is called in the jQuery loop plugin .

+1
source

All Articles