Copy Canvas to ImageView

[quote=130209:@Ken Gish]A different webpage in the app.

That’s a good idea but the page will be insane to edit. Lots of components. If I can’t solve this any other way, I’ll do that.

Thanks.[/quote]

Essentially every WebPage just becomes one WebContainer. You might even be able to change them by editing their super from WebPage to WebContainer in the Xojo IDE. Then the main webpage just loads and locks the container to the full size of the webpage. When you want to show a new page you remove the ‘page’-container and load in the new one. But in your case with the drawing one you can hide it instead of removing the container.