Skip to main content

All Questions

Tagged with
0 votes
2 answers
60 views

Contents of iframe not responsive

There is a webpage which shows different design according to the screen size (whenever you refresh the page after changing the screen size). I have embedded this webpage in my website. However, after ...
Mohammad Sajjad Baqri's user avatar
0 votes
1 answer
34 views

How to make element table responsive in React.js Tailwindcss

I want to make a responsive table on desktop and mobile devices with Tailwind CSS. However, this table component is a child of <Outlet /> in React.js router dom. dekstop view mobile view // ...
Terhebat Hokage's user avatar
-1 votes
0 answers
14 views

Hide the submit (GO) button of the mobile virtual keyboard

I have a form with one input that does auto-search. There is no submit button. I don't even need the form tag. But with or without the form tag, having the input field makes the mobile keyboard show a ...
DinoSaadeh's user avatar
-1 votes
2 answers
38 views

How to design for 3,000 pixel mobile screens [duplicate]

I'm kinda confused. We use pixels for pretty much everything, from font size to breakpoints. I recently designed a website which changed to mobile landscape view at 770px but when viewing on my mobile ...
Charlton305's user avatar
0 votes
0 answers
22 views

Bootstrap Table is not acting responsive to the width of the Browser

Im using Bootstrap for the responsive tables on my front end, ive had a lot of problems correctly formatting the data and so my JS code is pretty lengthy, im just wandering due to all of the ...
Congo2005's user avatar
0 votes
2 answers
97 views

Hide image if another one is opened, vice versa

I'm have code for two images (Image1, Image2) that both open if two other images are clicked, with onclick and a Java part at the end, like so: <table style="background-color: #ebebeb; border-...
Richter Mégane's user avatar
1 vote
1 answer
132 views

How to make css infinite animation slider work on mobile?

I am creating a price ticker/slider, it works perfectly on desktop/laptop but I can't get it to work correctly on mobile without glitching. On mobile, the ticker items just appear for a few seconds ...
DaTZcodie's user avatar
0 votes
0 answers
26 views

Dark mode button only works on mobile screen

i setup the navbar to be responsive, but now the dark mode button only works on the mobile screen, this the html,css and js respectively <nav> <ul class="sidebar"> ...
Ahmed Essouaied's user avatar
0 votes
1 answer
74 views

datatables returning node from render doesnt work in responsive

according to the doc: https://datatables.net/reference/option/columns.render There are four special values that columns.render can resolve to: (...) node (2.0) - when requesting the display data type,...
murison's user avatar
  • 3,833
-1 votes
1 answer
98 views

Problem with responsive sites from a newcomer

Screenshot of current state I need help! I am new in development and trying to make website responsive. When I use the toggle devices, toggle doesn't hide the links. It just kind of expands the page, ...
ineedhelp's user avatar
0 votes
0 answers
20 views

Datatables.js different column priority on target row than others

I have a table with thead and tbody. Everything works fine, but on target row, i have only 2 data, the rest are empty, i want to priotize those 2 non-empty columns while viewing in mobile first. I ...
erik parker's user avatar
0 votes
1 answer
42 views

Why are left and top properties disabled when using TouchMove-event

When using onmousemove the left and top properties are enabled and i can drag the div element but when trying to use the same properties while using ontouchmove they are disabled: Why is that?
Statistik's user avatar
0 votes
3 answers
238 views

Page reload in IOS devices using javascript in

The screens in my IOS device doesn't reload after clicking the back button. It works using PC and android devices. Is there specific reload code for IOS device? here is my code ``` <script> ...
chem.engr's user avatar
0 votes
1 answer
210 views

how to style react to be responsive across screen sizes

I am trying to style react movie search app to be responsive across devices, like when I type something on the search bar, I wish to see my react form changing size and moving up to the top, making ...
abdo jama's user avatar
0 votes
0 answers
103 views

IntersectionObserver: Responsive/Dynamic "threshold" option

I am animating elements of a website once they come into viewport, and I want to have different threshold options for mobile and desktop. An element that will animate contains class names, for example ...
beat's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
47