23 questions
2
votes
1
answer
2k
views
How to remove Epiphany from my NixOS while keeping the rest of GNOME?
I have GNOME installed in my NixOS version 21.05. Epiphany is a GNOME application for web browsing that comes as a default application. I would like to remove it.
How can I remove Epiphany without ...
0
votes
1
answer
896
views
What is the package name of Gnome Web / Epiphany?
I want to install Gnome web using command line on Ubuntu Deskop 1804. I cannot use software center. Using apt not snap.
Unfortunately Ubuntu software center does not display package names. Only ...
0
votes
1
answer
240
views
Site Not responsive on Epiphany
I was checking the responsiveness of the site but this is not supportive on Epiphany browser. Can someone suggest me what changes should i do so that it becomes fully responsive on Epiphany? Thanks ...
6
votes
0
answers
766
views
Angled CSS linear gradient not smooth in firefox and edge
I've been trying to figure out what's the issue with this css for a while now without any luck:
$body-gradient-0: #324359;
$body-gradient-1: #304051;
$body-gradient-2: #27394A;
$body-gradient-...
0
votes
2
answers
36
views
Unable to perform ajax request on epihpany browser
I am currently working on a web site and I need to send a form without performing a redirection.
I have done the following to do so:
my_form.addEventListener('submit',function (event){
event....
1
vote
1
answer
631
views
Flex can't get the height of a child item to the height of a flex item with Epiphany
I have a grid of block in which other block are also contained in flex blocks.
The problem I have is that the height is ignored in the children of the flex-item of the grid in epiphany. It appears to ...
0
votes
0
answers
1k
views
browsers - hide tooltip for link suggestion by browser
I want to hide/disable tooltip for browser which highlighted in images.
When we mouse over on links or loading web page information showing in tooltips but I don't need in my device. so I want to ...
1
vote
0
answers
132
views
CSS transitions not working on Epiphany
I have a very simple scenario. Is the following (taken from here):
.box {
border-style: solid;
border-width: 1px;
display: block;
width: 100px;
height: 100px;
background-color: #...
1
vote
1
answer
1k
views
Raspberry Pi - Trouble playing local video files in browser (Midori, Epiphany)
I've stumbled upon this problem, while coding my project.
I have this html that plays a video:
<video id="video" autoplay="autoplay">
<source src="/videos/sample.mp4" type="video/mp4">...
1
vote
1
answer
127
views
python - launch media on browser then quit
I have a python cgi/html that takes url and launches on epiphany-browser.
However, after the media/video is over, I need the browser to terminate.
On other posts, it seems there are ways to do this ...
0
votes
0
answers
53
views
Tasking Service For Apache Mesos To Utilize 16 Core Parallella Epiphany Chip?
I am trying to test a technology stack that would utilize a cluster of parallella boards as data center appliances. My plan is to use Mesos with Docker, which seems entirely feasible. My question ...
0
votes
1
answer
636
views
Open browser on server after receiving url from client
Using a Raspberry Pi, I have created a web-server.
End goal: The web-page prompts the user for the URL, the URL is sent from the client to the server, and the URL is opened in the Raspberry Pi's ...
1
vote
1
answer
317
views
Epiphany GNOME Web Browser 2.28.0 hangs when Japanese date renders
This is one of the weird issue I am facing right now.
This is regarding a touch device based on Arm processor and developed in Java 1.6.
This device has Japanese and Chinese language supported. In ...
1
vote
0
answers
215
views
Building Epiphany SDK on the Parallella with Arch Linux ARM
I'am trying to build the Epiphany SDK on the Parallella Board running Arch Linux ARM.
I obtained the Arch Linux ARM Image from http://os.archlinuxarm.org/os/ArchLinuxARM-parallella-latest.tar.gz but ...
1
vote
1
answer
12k
views
RPI kiosk mode fullscreen epiphany
I have a raspberry pi 2 model B with Raspbian that i want to boot into fullscreen browser.
I can get it boot into the browser with the right url, but not in fullscreen.
I am using ths command line ...