Active
Project:
Mobile Detect
Version:
4.0.0
Component:
Documentation
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
14 Apr 2026 at 13:39 UTC
Updated:
14 Apr 2026 at 13:39 UTC
Jump to comment: Most recent
There is a typo in the readme.md file. The twig extensions contain {% if is_android_ios() %}. Using this will cause an error.
The correct version is {% if is_android_os() %}.
Rename {% if is_android_ios() %} to {% if is_android_os() %}.
Comments