webkit Questions
2
Solved
Safari 14.1.2 not showing -webkit-backdrop-filter: blur(10px);
I have tried multiple versions, inline, with jQuery, with @supports but nothing works.
Strangest thing is that it is shown as enabled ...
18
Solved
On my "Develop" menu, in Safari, the iPhone no longer appears after updating Safari to the latest version, making it impossible to inspect and debug sites and apps.
I restarted the iPhone, killed ...
Mariettemarigold asked 21/11, 2014 at 11:18
10
Solved
Hi I am working with multiple tablet devices, iPad, Galaxy Tab, Acer Iconia, LG 3D Pad and so on.
iPad - 1024 x 768
LG Pad - 1280 x 768
Galaxy Tab - 1280 x 800
I want to target iPad only using ...
Orangeman asked 25/11, 2011 at 15:55
1
I would like to copy object from Safari Console
I tried right click and crtl + c and it's not working
12
Solved
I'm in the process of coding a sticky notification bar seated at the bottom of a mobile screen. I want the bar to be stuck at the bottom of the users screen until the user has reached the scroll po...
1
Solved
STS-4.21.1 just started crashing when on-hover window is triggered; the crash is at:
# C [libwebkit2gtk-4.0.so.37+0xd4f568]
STS-4.22.0 is also affected:
# C [libwebkit2gtk-4.1.so.0+0xd600d8]
Faul...
9
I'm trying to make a search bar that will look nice. What I did is, I made an image of an search bar and I'm adding the image to the back-ground of the input and I'm editing the place and the size ...
Penates asked 27/12, 2013 at 16:21
6
I am using the input type range bar in my code and would like to change the colour. I don't want to change anything else about it, I just want to change the colour from blue to something else.
I kn...
35
Solved
I spent quite a lot of time trying to figure out why video embedded like here:
<video height="256" loop autoplay muted controls id="vid">
<source type="video/mp4" src="video_file.mp4">...
Philippopolis asked 1/8, 2013 at 12:53
18
Solved
I want to customize a scrollbar with CSS.
I use this WebKit CSS code, which works well for Safari and Chrome:
::-webkit-scrollbar {
width: 15px;
height: 15px;
}
::-webkit-scrollbar-track-piece {...
4
I want to achieve this:
What I already achieve:https://plnkr.co/edit/a3XfJo6Fxtru9V5zpVYR?p=preview
.dropdown-menu { //container
overflow-y: overlay;
background-color: transparent;
}
.dropdown...
4
On a page I am having a webkit scrollbar which has been hidden using display: none css property.
#element::-webkit-scrollbar {
display: none;
}
In one of my app level css files I tried to overr...
Hartzel asked 5/9, 2014 at 12:3
2
I'm trying to implement a linear-gradient on the html tag so that when the user overscrolls it will appear.
I can apply css background-color to the html element to allow the colors to appear like ...
Natachanatal asked 30/11, 2017 at 16:4
2
I'm using some type="time" inputs to gather local times in a web app. It's important that the user can see which inputs they've included, and which inputs are not yet entered. In desktop ...
1
.date::-webkit-inner-spin-button,
.date::-webkit-calendar-picker-indicator {
display: none;
-webkit-appearance: none;
appearance: none;
}
<input type="date" min="1946-01-01" max="20...
15
Solved
I am doing a console.log statement in my javascript in order to log a javascript object. I'm wondering if there's a way, once that's done - to copy that object as javascript code. What I'm trying t...
Puebla asked 24/4, 2012 at 20:15
4
Solved
I need to rewrite a javascript code into typescript (angular), the webpage is opened by an IOS app or an Android app. I just want to send a message to the application.
How can i do to send a messa...
Cephalo asked 5/7, 2019 at 8:50
4
Solved
I want to make scrollbar that overlaps the page. I wonder if there is a way to do it with pure CSS. I read an article about styling scrollbars with CSS (https://css-tricks.com/custom-scrollbars-in-...
4
Solved
Can somebody please help me? I want to do a simple style for the scrollbar. I found some information on the internet and tried it, but it seems that it doesn't really work for some reasons. The scr...
Ganymede asked 12/3, 2012 at 9:16
40
Seems like there has been a recent update to Google Chrome that causes blurry text after doing a transform: scale(). Specifically I'm doing this:
@-webkit-keyframes bounceIn {
0% {
opacity: 0;
...
Kanpur asked 3/2, 2013 at 21:26
5
Solved
I noticed a blog post from Google that mentions the ability to paste images directly from the clipboard into a Gmail message if you're using the latest version of Chrome. I tried this with my versi...
Batholomew asked 13/6, 2011 at 17:18
7
Solved
Ok, I know neither of these properties are completely supported yet, but I'm using them anyway :P
When I add a border-radius and box-shadow (with and without vendor prefixes), the radius of the bo...
14
Solved
Is it possible to use CSS3 transition animation on page load without using Javascript?
This is kind of what I want, but on page load:
image-slider.html
What I found so far
CSS3 transition-delay, a...
Malloy asked 24/7, 2011 at 7:22
7
I have created a parallax scroll, which seem to be working fine in firefox however in the chrome browser there's a slight jump on the body text when scrolling. click here scroll to the about sectio...
Rhyme asked 18/11, 2012 at 13:29
16
I am using WKWebView for viewing custom HTML.
Regardless of HTML content, when testing on real device, I receive the following error Could not signal service com.apple.WebKit.WebContent: 113: Co...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.