Replies: 1 comment 1 reply
-
2099961945 可以发我qq帮你看下 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The file profileMain.jsp contains html2canvas code, and the page I want to share using html2canvas is embedded within profileMain.jsp through the following tag: <jsp:include page="../today/todayMain_profile.jsp" />.
It works on Android but not on iOS. Can you explain why?
=====================================================
[Part of 'profileMain.jsp' ]
===========================================================
console.log(canvas) does not appear in the console.
console.log("ios") and console.log(shareArea) appear in the console. (shareArea is HTML code)
Beta Was this translation helpful? Give feedback.
All reactions