When should I use a live canvas instead of an ordinary canvas when building an app? | Community
Skip to main content
Answered

When should I use a live canvas instead of an ordinary canvas when building an app?

  • September 18, 2020
  • 1 reply
  • 61 views

Forum|alt.badge.img

What's the main difference between a live canvas and an ordinary canvas?

Best answer by Eric Fitz

The primary difference in use-case between a live canvas and an ordinary canvas is the amount of user interaction required to have the canvas function.

 

Not all apps need the user’s input to function, sometimes, it makes more sense for the app to display the canvas to the user without any input.

 

A good example of this is our Shopify Messenger App, which displays the user’s orders in a live canvas.

1 reply

Eric Fitz
Employee
Forum|alt.badge.img+5
  • Employee
  • Answer
  • September 18, 2020

The primary difference in use-case between a live canvas and an ordinary canvas is the amount of user interaction required to have the canvas function.

 

Not all apps need the user’s input to function, sometimes, it makes more sense for the app to display the canvas to the user without any input.

 

A good example of this is our Shopify Messenger App, which displays the user’s orders in a live canvas.