Robert Hodgson
Robert Hodgson
This error looks like you did not build the frontend before using pip install. This is a very serious problem as you don't have the browser side code to respond...
This is because the script is evaluated inside an iframe. My PR #19 shows how to escape the iframe into the main frame to get the screen width, this use...
Does ua_string = st_javascript("""window.parent.navigator.userAgent;""") work? Becuase the code is run in an iframe, and you want the userAgent from the browser window.
I have never deployed anything yo pypy so with more information I will look at it if that helps. Also, Thank you for you recognition. I would be interested in...
#19 includes an example of returning the browser window width, and get an update when the width changes