all
Comment
2024-04-12 20:13
$(window).resize(function() {
location.reload(); }
});
When I'm developing, I want to switch to fit the screen size (responsive), but
If you do it intentionally with a script, the reload will start every time you scroll on a smartphone.
if ($(window).width() ! == currentWidth) {
currentWidth = $(window).width();
xxxxxxxx; }
}
Fixing width didn't work, so it's really a trap!
prev
next
<< Back to list
TOP
Top Page
Sample page 1
Sample page 2
Sample page 3
Old Page
News
RECORDS
MEMO
NOTE w/ PHOTO
Work
Profile
Contact
Estimate Simulator
Privacy Policy
MEMOMEMO
Resizing is a trap!
2024-04-12 20:13
TOP
Top Page
Sample page 1
Sample page 2
Sample page 3
Old Page
News
RECORDS
MEMO
NOTE w/ PHOTO
Work
Profile
Contact
Estimate Simulator
Privacy Policy