All Projects → yanghuiLu → Previewimage Mobile

yanghuiLu / Previewimage Mobile

仿微信js-sdk wx.previewImage javascript实现,支持图片预览,滑动切换,双指缩放,图片缓存;Support for picture preview, slide switch, double finger zoom, picture caching

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Previewimage Mobile

Jscost.org
JSCost.org - a JavaScript cost visualizer 💸
Stars: ✭ 101 (-55.7%)
Mutual labels:  javascript-tools, mobile
Awesome Stacks
A curated list of tech stacks for building different applications & features
Stars: ✭ 2,631 (+1053.95%)
Mutual labels:  mobile
Share Api Polyfill
A polyfill for the sharing that can be used in desktop too, so your users can shere in their twitter, facebook, messenger, linkedin, sms, e-mail, print, telegram or whatsapp.
Stars: ✭ 210 (-7.89%)
Mutual labels:  mobile
Bottomsheet
BottomSheet dialog library for Android
Stars: ✭ 219 (-3.95%)
Mutual labels:  mobile
Pynet
Generating RGB photos from RAW image files with PyNET
Stars: ✭ 211 (-7.46%)
Mutual labels:  mobile
Command Mobile Penetration Testing Cheatsheet
Mobile penetration testing android & iOS command cheatsheet
Stars: ✭ 221 (-3.07%)
Mutual labels:  mobile
Flatapp Firebase Flutter
Flap App with Firebase in Flutter by GeekyAnts.
Stars: ✭ 208 (-8.77%)
Mutual labels:  mobile
React Native Dynamic Search Bar
Medium Article: https://freakycoder.com/react-native-library-dynamic-search-bar-c03fea9fae36
Stars: ✭ 225 (-1.32%)
Mutual labels:  mobile
Simple Dash
A simple, fully responsive Dashboard to forward to the services of your choice!
Stars: ✭ 222 (-2.63%)
Mutual labels:  mobile
Amplitude Ios
Native iOS/tvOS/macOS SDK
Stars: ✭ 216 (-5.26%)
Mutual labels:  mobile
Android Yolo V2
Android YOLO real time object detection sample application with Tensorflow mobile.
Stars: ✭ 216 (-5.26%)
Mutual labels:  mobile
Substrate
Create native Java(FX) apps for desktop, mobile and embedded
Stars: ✭ 210 (-7.89%)
Mutual labels:  mobile
Expo And Typescript
Showcase of an Expo app written in TypeScript.
Stars: ✭ 222 (-2.63%)
Mutual labels:  mobile
Mobi.css
A lightweight, scalable, mobile-first CSS framework
Stars: ✭ 2,348 (+929.82%)
Mutual labels:  mobile
Drozer
The Leading Security Assessment Framework for Android.
Stars: ✭ 2,683 (+1076.75%)
Mutual labels:  mobile
Cordova Lib
Apache Cordova Tooling Library
Stars: ✭ 208 (-8.77%)
Mutual labels:  mobile
Harpy
A Twitter app built with Flutter
Stars: ✭ 211 (-7.46%)
Mutual labels:  mobile
React Native Header View
Fully customizable Header View with multiple design options for React Native.
Stars: ✭ 221 (-3.07%)
Mutual labels:  mobile
Realm Cocoa
Realm is a mobile database: a replacement for Core Data & SQLite
Stars: ✭ 14,778 (+6381.58%)
Mutual labels:  mobile
Pubg mobile memory hacking examples
Pubg Mobile Emulator Gameloop Memory Hacking C++ code examples. Ex: Name, Coord, Bones, Weapons, Items, Box, Drop etc.
Stars: ✭ 224 (-1.75%)
Mutual labels:  mobile

previewImage-mobile

仿微信js-sdk wx.previewImage javascript实现,支持图片预览,滑动切换,双指缩放,图片缓存;

it's a plugin previewImage for mobile html5 which support for picture preview, slide switch, double finger zoom, picture caching

Usage

Import dist/previewImage.min.js to your project:

    <script src="dist/previewImage.min.js"></script>
    <script>
        var obj = {
                urls : ['1.png','2.png','3.png'],
                current : '1.png'
            };
      previewImage.start(obj);
    </script>

And you can import dist/md5.js to your project,if imported it is uesd to get the hash for md5(image.src) else the hash is image.src;

    <script src="dist/md5.js"></script>
    <script src="dist/previewImage.min.js"></script>
    <script>
        var obj = {
                urls : ['1.png','2.png','3.png'],
                current : '1.png'
            };
      previewImage.start(obj);
    </script>

Demo

Demo

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].