The Wayback Machine - https://web.archive.org/web/20210723030104/https://github.com/topics/mobile-friendly
Here are
86 public repositories
matching this topic...
Lightweight mobile-friendly Docker Swarm management UI
Updated
Jun 21, 2021
Clojure
Mobile friendly datetime picker for Vue. Supports date and datetime modes, i18n and more.
Updated
Jul 9, 2021
JavaScript
✅ List of links to the various checkers out there on the web for sites, domains, security etc.
android-trinity is tiny proactive framework with much of the scaffolding code required to start a new Android Application.
Updated
Apr 29, 2021
Kotlin
A lightweight and flexible CSS Framework for building modern responsive web apps
Updated
Oct 17, 2020
SCSS
We strive to simplify the complex process of commissioning for both the artist and the customer.
Circle Creative Responsive Mikrotik Template Bootstrap 4
⚙️ Powerfull JS library to manage audio recording : intelligent cutting with regular padding, saturation control, various export options,...
Updated
May 9, 2020
JavaScript
📺 Window Engine is a lightweight and touchscreen friendly zero-dependency JavaScript library for draggable windows.
Updated
Apr 28, 2020
JavaScript
This project is an "Hexstreamification" of Robert Strandh's public domain HTML version of the CLOS MOP. It is by far the best version of the CLOS MOP specification as of 15 october 2017.
Updated
Mar 26, 2021
HTML
Hand-crafted routing information for cyclists
Updated
Jun 25, 2021
JavaScript
Lightweight, responsive blog oriented theme tribute to Amiga based on Workbench 1 & 2 UI. Disk icons and Guru Meditation for 404 pages options.
A simple, small (8KB) and user-friendly time picker using pure JavaScript
Updated
Jun 12, 2021
JavaScript
Free knowledge base theme material design
Updated
Feb 11, 2020
HTML
An interview test project.
Updated
Nov 1, 2020
JavaScript
🎉 A fun and immersive game of Pong - WebGL
Updated
Jun 10, 2021
JavaScript
DateTimePickerComponent is a very lightweight and dependency-free web component written in pure JavaScript
Updated
Jul 12, 2021
JavaScript
Socket.io + React = (kind of) real-time server stats for BZFlag.
Updated
May 17, 2021
TypeScript
Master Thesis rewritten in React, Typescript: Develop a generic filter algorithm to explore O.G.C compliant Web Feature Services (WFS)
Updated
May 4, 2021
TypeScript
Web app to manage your finance, developed using Vanilla JavaScript, CSS3 and HTML5.
Updated
Oct 20, 2019
JavaScript
🐔 An abstracted but stunning remake of the game Crossy Road. Play on PC and Mobile!
Updated
Jun 29, 2021
JavaScript
Official RoboBibb team website
Updated
Apr 24, 2018
HTML
Classic Mobile-Friendly Landing Page using HTML, LESS & jQuery (Burger Menu)
User authorization for people in a hurry
JavaScript Battleship game
Updated
Jul 26, 2018
JavaScript
Create mobile-friendly documentation sites by post-processing javadocs in GitHub Actions
Updated
Jul 21, 2021
Python
Hackathon Entry for #WirVsVirus
Updated
Jun 7, 2021
TypeScript
This project uses the Untappd api, and allows you to keep track of whats beers you have had, your top rated beers, badges you earned, and statics about your untappd checkins.
Updated
Jul 8, 2021
JavaScript
Improve this page
Add a description, image, and links to the
mobile-friendly
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
mobile-friendly
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Currently, the initial media request to populate the SRC url is triggered on page load. HTML Audio Element has a function preload="none" which prevents this. I am trying to display many audio play buttons in a table and would prefer they not automatically all populate.
Providing a comparable preload="none" would allow me to use this in my project, thanks.