I am opening a simple html page in webview, with Raphaeljs included.
Its drawing a circle and working in browser. But, in webview its not showing up.
Is there anything blocking rapaheljs to work in webview?
What is the alternate solution for that!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Raphaeljs uses javascript to render SVGs. According to this bug, the WebView doesn’t currently support rendering SVGs. So you won’t be able to see anything that Raphaeljs creates in a WebView.