input field value display in desktop not in mobile browsers [closed] - html

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 6 days ago.
This post was edited and submitted for review 6 days ago and failed to reopen the post:
Original close reason(s) were not resolved
Improve this question
how to fix this issues.please check this Source Code.its work fine in desktop view but not in mobile browsers.
input fields work fines in desktop view.enter image description here
but error in mobile browser view.
enter image description here
.
css width does not change

Related

video and audio in html not working in browsers [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 4 days ago.
Improve this question
the video and audio not working in webpage when I used html code and i used the tag correctly
please help ?
I tried to open HTML page on different type of browsers and I'm using the path in correct way

Why does my website show two headers on a smartphone? [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 3 years ago.
Improve this question
For some reason my website shows two headers (the Desktop Header + the Mobile Header) when I open it on my smartphone. Can you imagine what the cause for that is?
https://www.globalmarshallplan.org/
Because in small screen resolution appears additional block for header, but existing block (for desktop) don't hide.
(x-hide-xs x-hide-sm x-hide-md) add these classes to the desktop version

iOS Mobile Safari Virtual keyboard bug [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 2 years ago.
Improve this question
i got some problem with iOS mobile Safari virtual keyboard.
After focusing input white space appears between fixed footer and virtual keyboard, can't figure out how to fix it.
https://youtu.be/AUqeg98AoKE
http://tokarskyi.ho.ua/testdrop2.html - link from video, you can test it, on iPhone 6/6s 5/5s Safari only vertical view.

Hyperlinks on my website are not working [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 7 years ago.
Improve this question
Just tried to make a little website from scratch (i'm a beginner) but weirdly my hyperlinks aren't working at the bottom of the page .. What am I doing wrong?
Thank you.
Here is my code (couldn't paste it in here correctly sorry) : http://www.mediafire.com/view/bl7104l8q8plbvm/shutterbug.txt
Your link tags are:
Facebook
A link with href="#" redirects to the current URL. Try changing it to:
Facebook

Responsive css is not used when frame is used [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 7 years ago.
Improve this question
I have a website which is working as expected when resizing my window (responsive css is used) : http://carthera.eu/
But when I'm going on the same website with this url http://carthera.com/ responsive css is not taken into account.
I have seen that this url is using a frame to display http://carthera.eu.
Do you have any idea why I have this issue ?
The solution was to do a 301 redirect to the principal domain name. I had no other solution having no control over the frame.