Remember password

How do I make a remember password and fill it in automatically? I found that the Android system cannot be used.

Hi,

Use the Local Storage component to store data for instance the password.

1 Like

What can’t I use Device variables?

I believe that local storage is unencrypted. Careful.

1 Like

What can I do?

Use stored variables instead.

But android can’t show!

1 Like

What do you mean by that?

Android can’t show,but iOS can.圖片

No, Android can show stored variables. Don’t use an else if, just use an else.

Yes Android Can Show Stored Variables
Does Anyone know how to send Voice messages through your chat app?

But it cannot be read and displayed on the text input box immediately when screen open!

But on ios, it can show!

1 Like

Hi there,

You can use stored variables to save data such as a password to the device.

You can see an example of this here: Sign In Masterpost - #3 by jane

1 Like

Please create a new topic about the voice messages.

1 Like

image
You can use this to store whatever you want. (doesn’t have to be in a function)

image
And you can use this to auto fill in the password textbox

2 Likes