You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
after about a few lines of hand writing in android device, it becomes slow and laggy. Is there any solution to use this great library to write for example a full a4 page in android tablets? I used react memo, but there was no difference.
thanks
import * as React from "react";
import { ReactSketchCanvas } from "react-sketch-canvas";
const width = window.innerWidth
const height = window.innerHeight
const styles = {
border: "0.0625rem solid #9c9c9c",
borderRadius: "0.25rem",
width: width,
height: height/4,
backgroundColor: "#343434"
};
export const DrawinCanvas2 = () => {
return (
);
};`
The text was updated successfully, but these errors were encountered:
Hi.
after about a few lines of hand writing in android device, it becomes slow and laggy. Is there any solution to use this great library to write for example a full a4 page in android tablets? I used react memo, but there was no difference.
thanks
import * as React from "react";
import { ReactSketchCanvas } from "react-sketch-canvas";
const width = window.innerWidth
const height = window.innerHeight
const styles = {
border: "0.0625rem solid #9c9c9c",
borderRadius: "0.25rem",
width: width,
height: height/4,
backgroundColor: "#343434"
};
export const DrawinCanvas2 = () => {
return (
);
};`
The text was updated successfully, but these errors were encountered: