OnePageScroll iPad touch scroll [closed] - javascript

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 8 years ago.
Improve this question
I have problem with onepagescroll plugin on iPad device. When I click on bullets everythink works fine, but when I trying to scroll there is no one page scroll effect. I can only use normal scroll from current section (where I am from clicking on bullets) down. Scrolling up from current section is not possible. I get no error in console.
Elsewhere (desktop - Chrome, Firefox, Safari etc.) works OK. I have disabled feature on mobile.
What could be wrong?
Thanks!

I would recommend you to try fullPage.js instead.
It provides support for mobile phones and touch devices as well as for old browsers such as IE 8 and 9.

Related

Signature Pad works everywhere except on Safari [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 8 months ago.
Improve this question
Good morning, everyone.
I'm trying to get my client's signature through a canvas. The script I'm using is:
https://cdn.jsdelivr.net/npm/signature_pad#4.0.0/dist/signature_pad.umd.min.js
It works completely fine on Chrome Browser and Android phones, so it does work on mobile. The problem however arises on Iphones, using Safari. It simply won't get any input and shows me an error message when inspected: signature_pad.umd.min.js:5SyntaxError: Use of reserved word 'class'
Use of reserved word 'class' error
I'm afraid of messing around with the js, since it works just fine in other browsers. Could someone help me with this?
Thank you in advance!
In my case, it was a version problem. It worked on the Safari by using a lower vision of signature_pad.
"https://cdn.jsdelivr.net/npm/signature_pad#2.3.2/dist/signature_pad.min.js".

How to change the appearance of the Insertion cursor of an input field? [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
I'm working on a little project and want to change the appearance of the little blinking bar, which appears infront of a spot you're typing in. Its also known as just a 'cursor' or 'text-cursor'. I can change it either with css or javascript if that is possible.
I don't believe you can do that, you'd have to hide it entirely and provide your own graphic, managing its position, etc.; basically, reinventing the text input field.
The closest you can come with CSS is caret-color, which lets you set the color in modern browsers but won't work in IE (and is only supported in very recent versions of Edge, the ones based on Blink and V8 instead of EdgeHTML and JScript). My impression is you want to do more than that. :-)

Off canvas scrolling issue with IE [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 6 years ago.
Improve this question
I am working with a Joomla 3 website and experiencing some issues with the scrolling functionality of an off-canvas sidebar.
It works fine in Chrome and FF, however in IE the visible scroll bar won't scroll when you try move it by clicking your pointer and dragging. It works if you scroll with the mouse wheel, but not the cursor.
The website can be seen here. It's the slide in menu to the right.
Is it a css or javascript issue?
I have contacted the developers of the template and I'm awaiting a response. Just wondering if anybody else can shed some light as to why it won't work?
Any help is appreciated.
As mentioned here in stefan.s answer, all you have to do is add -ms-overflow-style: scrollbar; to the html element.

moz box shadow option not reflecting in safari browser [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
box-shadow effect is not working in my safari 5.1.7
I have tried with -moz-box-shadow and -webkit-box-shadow also.. but safari is not even showing that options.
How to get box-shadow effect??
Safari 5.1.7 for windows is an old browser. The browser has been discontinued.
From wiki
Safari 5.1.7, released on May 9, 2012, is the last version available for Windows
So, in other words, safari for windows does not have box-shadow. Two alternatives;
Use a .png file to display the shadow.
Use a solid border
My suggestion, don't bother at all. The browser is dead. Don't spend much time trying to make the shadows look beautiful.

Elements not appearing in Internet Explorer [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 8 years ago.
Improve this question
Would really appreciate if anyone could take a look at my site and let me know why the elements on my landing page don't show up in Internet Explorer.
Everything works fine in Firefox, Safari and Chrome at least, but nothing appears at all in IE. I think the elements are there they are just invisible as if the mouse hovers over where the button or input box should be, the cursor changes.
I've tried cancelling out various parts of the HTML and CSS to see if anything triggers it to come back in, but to no avail so I'm truly stumped.
Really appreciate any help.
http://fitmumscoaching.co.uk/landing
Cheers,
Pinchy
It works in IE 7, IE 8 but not in IE 9.
In style.css line number 925 instead of opacity: 0 make it 1. It will be displayed in IE9 also.
Or you can simply remove opacity from below.
#banner, #banner2 .inner {opacity:1;}
As far as I can see:
It works in IE 11 and IE 10.
I think you should make your site IE 9 and less compatible.
Some elements from HTML5 may not be used in these versions though.
Please use this in your head section:
<meta http-equiv="X-UA-Compatible" content="IE=edge" />

Categories