40fingers / StyleHelper-Sko

Manipulate DNNCMS HTML, JS and CSS in #dnncms
https://www.40fingers.net/Products/DNN-Stylehelper
7 stars 2 forks source link

Change IfMobile regex #15

Closed Timo-Breumelhof closed 2 years ago

Timo-Breumelhof commented 3 years ago

Ipad not detected as mobile, you can fix this by overruling one of the regular expressions:

<%@ Register TagPrefix="fortyfingers" TagName="STYLEHELPER" Src="~/DesktopModules/40Fingers/SkinObjects/StyleHelper/StyleHelper.ascx" %> 

<fortyfingers:STYLEHELPER ID="STYLERHELPER2" IfMobile="True" AddCssFile="[S]/Css/Orange.css" DetectMobileRegex1="Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/" DetectMobileRegex2="" runat="server" />