B
B
Bizki2021-08-05 18:40:58
css
Bizki, 2021-08-05 18:40:58

Is it possible to style the user's phone interface?

Hello, the question is, I am writing a component for uploading an avatar to the site, I have an input tag so that the user can upload a photo

<input
    type="file"
    onChange={(e) => readURI(e)}
/>

When clicked, he opens the phone interface, where he can select a photo and upload it. If he has an iPhone, then this interface will be shown as a list, so I'm wondering if it's possible to somehow style this list? And does this part of the interface have any name?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
irishmann, 2021-08-06
@irishmann

you can't do that on the web.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question