Stéphane Lenclud
Stéphane Lenclud
Thanks for taking the time to report this issue. It's unlikely to be fixed anytime soon but it's definitely good to know.
Can't reproduce on HTC One M8. Session switch works fine when running from SD card. Are you still having this issue?
Would you be able to test it with the latest version? Do you still have access to that device?
@bittailor Good catch! @peterharperuk It does not hurt to ask 🫣
Updated the first post with logs and example.
Related to https://github.com/MicrosoftEdge/WebView2Feedback/issues/4713 It's not just travel logs, you also want to be able to restore the position on each page part of your history. That's so easily done on...
Even in Edge page scroll offset is not persisted only the travel logs. Though until you restart your session scroll offset is kept as expected as you go back or...
In my case I was missing the following: ```cmake # initialize the SDK based on PICO_SDK_PATH # note: this must happen before project() include(pico_sdk_import.cmake) ```
Turns out you can configure lwIP to handle parallel requests: ```c #define HTTPD_USE_MEM_POOL 1 #define MEMP_NUM_PARALLEL_HTTPD_CONNS 16 #define MEMP_NUM_PARALLEL_HTTPD_SSI_CONNS 16 ```
I used [BMFont](https://www.angelcode.com/products/bmfont/) in the past to generate textures for OpenGL. Not sure how applicable it will be to Pimoroni bitmap fonts.