After html2canvas generates the picture, how is it that the ios WeChat long press the picture to only pop up and save the picture, but not send it to a friend?

clipboard.png

html2canvas canvas canvas.toDataURL("image/jpeg")base64imgsrcbase64ios

clipboard.png

clipboard.png

have any friends who have encountered this kind of problem, solve it, online, etc.

Mar.13,2022

I met it, too. Upload to the production environment will not have a problem


this is the problem of vue-router history mode, changed to hash can be solved but troublesome, it is recommended to use ssr to solve similar problems


I don't know if the landlord has solved it, I also encountered it. Ask for help

  • On Mini Program's drawing

    ios wx.drawCanvasios ios here is the code section: app.awardsConfig = { chance: true, awards: [ { index : 0, name : 1 }, { index : 1, name : 5 }, { index : 2, name : 6 }, { index : 3, nam...

  • Vue gets body height

    problem description how do I get the body height of vue after loading data? the environmental background of the problems and what methods you have tried for a web page embedded in app, ios needs to get the height of the page. related codes moun...

    Feb.22,2022
Menu