angular.js - How to implement image preview function without using WeChat's JSSDK
曾经蜡笔没有小新
曾经蜡笔没有小新 2017-05-15 16:59:07
0
1
524

Projects on WeChat require product image preview function
We currently use the image preview function that comes with AmazeUI, which is being replaced by semanticUI Mainly using styles
The component is rarely used, and I don’t know how the sister UI is implemented.
WeChat provides JSSDK, which can call its image preview function, but it needs to be verified with the official interface before calling, which is too efficient. It’s too low, and it’s obviously very troublesome to implement it just for this simple function
In addition, I don’t know if it will conflict with angular, so I’m looking for a method that can be implemented using native JS or jQuery? It would be better if there is a directive similar to Angular

曾经蜡笔没有小新
曾经蜡笔没有小新

reply all(1)
仅有的幸福

You can search a lot~~

window.URL.createObjectURL

FileReader’s readAsDataURL

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template