browser-utility
1.0.3
dotnet add package browser-utility --version 1.0.3
NuGet\Install-Package browser-utility -Version 1.0.3
<PackageReference Include="browser-utility" Version="1.0.3" />
<PackageVersion Include="browser-utility" Version="1.0.3" />
<PackageReference Include="browser-utility" />
paket add browser-utility --version 1.0.3
#r "nuget: browser-utility, 1.0.3"
#addin nuget:?package=browser-utility&version=1.0.3
#tool nuget:?package=browser-utility&version=1.0.3
Simple and easy-to-use JavaScript library that:
- detects current browser
- facilitates URL fragment(this thing after # sign) deletion from url address bar (when you move from one bookmark to another on a page, this hash fragment is not shown.
- redirects to mobile version according to the common pattern, http://my-site-url.com/ -> http://m.my-site-url.com/ (m. stands for mobile version)
- creates redirection url to desktop version
Installation: like any other JS library.
Browsers supported by this version - desktop:
Google Chrome
Mozilla Firefox
Internet Explorer from version 9 to 11
MicrosoftEdge
Opera
Safari
Browsers supported by this version - mobile:
Google Chrome
Mozilla Firefox
Internet Explorer
Opera
Safari
UCBrowser
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.5.2
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on browser-utility:
Package | Downloads |
---|---|
js-utilities
Javacript utility functions that do not exist in current ecma specification: sliceOff(arrayOfIndicesToRemoveItemsFromInputArray, applyToObject, optionalArrayOfObjectProps) - from inut array of objects removes those objects with ids specified in the first argument (all in one batch). You can filter input array of objects by supplying the second argument and optional third argument with specified object props and values. It is optimized for ordered list of array indices for objects to be removed; -insert(newArray, startIndex) : inserts new array into existing array starting at given index -reverse(): reverses input string (equivalent to TSQL REVERSE function) - countNumberOfChars(charToBeSearched): returns the total number of charToBeSearched chars for the given string - calculateDateDifference(startDate, endDate) - returns date difference as a literal string, e.g. 3 years 6 months |
GitHub repositories
This package is not used by any popular GitHub repositories.
Please refer GitHub account for more information about this release