'Is there any way to add a button in PyWebIO that can go to another page of the website?
I am making a simple website to show the capabilities of PyWebIO, which I am using with Flask. I have one question regarding PyWebIO + Flask. I know that there is a put_button() feature, but is it possible to make it have a relative link to another page on the site, just like how the HTML <a href="/pages/about.html">About</a> can be used for a relative link. Is this impossible to do, or have I just not found how to do it yet?
Ideally, I would have a button that links to a /sql page on the website. Each pyWebIO app is a webview on its own route, so /sql goes to my SQL app, and / goes to my home app, which is supposed to have links to all of the other applications made using pyWebIO.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
