Questions tagged as 'webkit'

3
answers

How to run programs written in Python on windows hiding terminal feedback

I have the following situation: I have a program written in python that works with Gtk + webkit + flask. To run such a program I should log in to the CMD and type "python.py file" and it will starta my GUI application normally. Where according t...
asked by 23.12.2015 / 04:46
1
answer

Broken layout Safari8

Hello! I'm starting in frontend and am having some problems with compiling code in different browsers. Developing a header and a Canvas style menu I came across the totally broken layout in Safari8. I used some css tags from render engines --web...
asked by 17.01.2017 / 20:46
1
answer

Fade effect with CSS3

I'm trying to cause an (unsuccessful) effect of fading the image using the following code: @-webkit-keyframes fundo { 10%{ -webkit-filter: grayscale(10%); -moz-filter: grayscale(10%); -ms-filter: grayscale(10%); -o-fil...
asked by 11.09.2017 / 11:49
2
answers

Change source of input submit value and reset

Is there any way to change the font-family of the value of input submit and reset, just as I did with the placeholder using ::-webkit-input-placeholder And it's like someone from you to give me a help and help me align the checkbox nex...
asked by 26.08.2016 / 23:14
1
answer

Digital Signage System with NodeJS, is it possible?

I have a question about Node JS and what I could do with it. I started to study about MEAN a few days ago and wanted to know if using this technology I could, for example, create a system of Digital Signage , like Xibo...
asked by 13.02.2015 / 03:11
1
answer

Different web browsers (Webkit & Mozilla)

Use Bootstrap 3 in my project. I've used Mozilla throughout the design process, and responsive design works great on it and Edge. When I went to test the pages in browsers that use WebKit (Chrome and Safari), they appear very different from what...
asked by 02.01.2017 / 21:34
1
answer

Animation transform scale "blurring" svg while animating

I have a problem to do an animation where I have circle in svg and I need to make it increase until I cover the whole screen, like a FAB that turns into a div, I've done an animation of that but with a lot of background-s...
asked by 17.10.2017 / 00:10
1
answer

css - always defines standard rule 'keyframe' when defining keyframe Error

I'm getting error in the code below that says    css - always defines standard rule 'keyframe' when defining keyframe Error It runs normally in Chrome but is not working in IE 11 @-webkit-keyframes fadeIn { 0% { opacity: 0; to...
asked by 11.12.2018 / 12:46
0
answers

How to detect warning Deferred long-running timer task (s)?

Developing an application using Cordova this error started appearing after using some methods (after this warning occurs the function to be called ). I wonder if there is any way for me to detect when this happens to redial my function that...
asked by 05.05.2016 / 16:26
0
answers

-webkit- for apps

I'm developing an application for android and iOS, and in this I need to use -webkit-. My question is if I can actually use -webkit- for the app with no problems. Note: the app is not over the internet.     
asked by 05.09.2015 / 17:59