Date Popup Mobile

Component type

module

Categories

Maintenance status

Development status

Downloads

4266

Component created

Component changed

A simple module that works in combination with the Date Popup submodule of the Date module, by replacing all jQuery datepickers with HTML5 date fields whenever the user is on a mobile browser.

In other words, it makes date popup fields usable on mobile, because mobile browsers have good support for HTML5 date fields, but using JS datepickers on mobile is a frustrating experience.

Client Menu (Responsive Navigation)

Component type

module

Maintenance status

Development status

Downloads

1532

Component created

Component changed

Client Menu

Client Menu can display any Drupal menu to selected user-roles of your choice. That allows you to build a user-friendly menu for your clients and managers. It has clean and minimalist design and it’s optimized for all devices and resolutions.

QR for development

Component type

module

Maintenance status

Development status

Component created

Component changed

Stop typing the url of the pages whenever you are going to check your site on a real mobile device!

This module provides options to display a QR code image of your page url, making it easier to check it on a phone, tablet or anything else.
Here are the possibilities to customize the appearing of your image, and the behavior of the module:

Viral Sharing Buttons by UP

Component type

module

Maintenance status

Development status

Component created

Component changed

Get more traffic on your site and increase viral interaction by installing the UP Sharing Buttons widget! Unlike your normal, everyday share buttons, UP’s proprietary technology has been designed to help make your site more viral.

Mobile detect - drupal 8

Component type

module

Maintenance status

Development status

Component created

Component changed

drupal 8 module for detect mobile devices.

This is a lightweight mobile detection based on the Mobile_Detect.php library.
github link: mobile_detect

Twig Helper

{% if is_mobile() %}
{% if is_tablet() %}
{% if is_device('iphone') %}
{% if is_ios() %}
{% if is_android_os() %}


PHP examples