Mobile screen lock

Hi

I have a Streamlit app which I want to access primarily via mobile. I want to replace the login part with a mobile screen lock part. I want to be able to unlock access to the app via the inbuilt screen lock of the mobile.

Is that possible with Streamlit? Is there any python library that can do this?

Thanks in advance.

Hi @Shawn_Pereira,

Thanks for posting!

This is not a straightforward implementation because web apps typically run in a browser environment that does not have direct access to your mobile hardware features like lock screen systems. I’m also not currently aware of any packages that solve this need as well.

Thanks @tonykip, for your prompt response. :slight_smile:

Cheers

1 Like

Great! If you find a solution to this, please share it on this thread.

Sure, will do. Thanks :slight_smile:

1 Like