Seeking a Solution
I am in search of a JavaScript (jQuery) library that offers off-canvas navigation specifically designed for mobile devices. The library should provide a native-like user experience, have minimal impact on the existing page structure, and be compatible across a wide range of mobile browsers including Firefox, Chrome, Android default, Dolphin, iOS, and more. It is essential that the library be lightweight in order to enhance performance.
Motivation Behind the Search
I require a script that can create a unified JavaScript menu for approximately 50 different websites. Since I only have control over these sites' HTML through JavaScript injection by adding
<script src="http://somewhere_else.xx/...
, making significant modifications directly to their HTML results in compatibility issues.