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 ...
Cheddar asked 9/11, 2021 at 20:48

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
Shackle asked 9/9, 2020 at 13:35

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...
Harping asked 12/2, 2019 at 9:39

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...
Zane asked 20/4 at 14:29

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...
Renfrow asked 16/7, 2020 at 21:12

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"&gt...
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 {...
Superbomb asked 29/5, 2011 at 1:44

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...
Pendragon asked 17/1, 2017 at 12:27

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 ...
Sacker asked 10/11, 2021 at 20:8

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...
Wingard asked 19/4, 2020 at 5:34

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-...
Matthiew asked 31/8, 2016 at 15:44

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...
Particularity asked 26/4, 2010 at 15:43

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...
Sucrose asked 16/6, 2017 at 9:41

© 2022 - 2024 — McMap. All rights reserved.