GithubHelp home page GithubHelp logo

minimal-web-browser's People

Watchers

 avatar

minimal-web-browser's Issues

Full-screen mode, zoom

If there are 2 features I would love to see, it would be a full-screen mode 
that hides all the toolbars and such, and the ability to zoom in or out from 
the default size.

Thanks

Original issue reported on code.google.com by [email protected] on 15 Aug 2013 at 1:52

Do not want to run video in full screen

What steps will reproduce the problem?
1. Just run any video it runs full screen


What is the expected output? What do you see instead?
I am using jwplayer to run mp4 video in html file.I hope the video run in the 
browser not in full screen mode. Can you tell me how to do it

What version of the product are you using? On what operating system?
I am running on raspberry pi
Linux raspberrypi 3.6.11+ #474 PREEMPT Thu Jun 13 17:14:42 BST 2013 armv6l 
GNU/Linux


Please provide any additional information below.


Original issue reported on code.google.com by raihan1780 on 11 Sep 2013 at 11:17

slow streaming rate crashes video playback

What steps will reproduce the problem?
1. click a streaming link with low streaming rate
2. screen will go black and omxplayer will not resume

(Press ctrl+alt+backspace to kill xserver to regain control for now)

Original issue reported on code.google.com by shogimoto on 10 Mar 2013 at 4:36

Install did not work right (v1.0-2)

What steps will reproduce the problem?
1. sudo dpkg -i web_1.0-2_armhf_rc1.deb

The output was: 
Selecting previously unselected package web.
(Reading database ... 70480 files and directories currently installed.)
Unpacking web (from web_1.0-2_armhf_rc1.deb) ...
Setting up web (1.0-2) ...

What is the expected output? What do you see instead?
I was expecting another line of output:
Processing triggers for desktop-file-utils ...

What version of the product are you using? On what operating system?
dpkg -i web_1.0-2_armhf_rc1.deb

Please provide any additional information below.
The "web" binary cold not be found. I searched from it as root from / (e.g. 
sudo find / -name web) but it was not found. 



Original issue reported on code.google.com by [email protected] on 4 Mar 2013 at 3:33

Debian Source Packaging

I would love to include this software in PiBang Linux (pibanglinux.org). 
However, upon cloning your "source" I get a c file and another copy of the deb.

To build for PiBang, we need to build it ourselves so we can sign it. Will you 
please release the source in the typical fashion, and complete with the 
"debian" folder you used to create your package. We are looking to be able to 
clone your repo, increment the changelog for PiBang, and be able to build a 
signed package without having to re-invent a debian packaging folder. 

THANKS!

Original issue reported on code.google.com by [email protected] on 28 Feb 2013 at 12:31

Icon not working in openbox

What steps will reproduce the problem?
1. running web, (built from smallweb in the pibang github 
https://github.com/super-nathan/smallweb
in the openbox window manager using tint2 as a panel

What is the expected output? What do you see instead?
I want the smallweb icon, i get a generic function icon

What version of the product are you using? On what operating system?
this is the latest rev (web, 1.0-5 ; smallweb 1.2)

Please provide any additional information below.
the yellow arrow is the icon from smallweb

Original issue reported on code.google.com by [email protected] on 11 Mar 2013 at 5:48

Attachments:

Video defaults to omxplayer

What steps will reproduce the problem?
1. try to play a video 
2.
3.

What is the expected output? What do you see instead?
i have compiled and use this on my regular computer (Crunchbang Sid, amd64) to 
do testing, I don't have omxplayer installed on here. so i get nothing. 
smallweb should do like i3 does in calling a "sensible terminal" Check a list 
of video players against /usr/bin for their exhistance to open the video.

something like:
#!/bin/bash
if [ -e "/usr/bin/omxplayer" ]; then
  omxplayer "$@"
elif [ -e "/usr/bin/vlc" ]; then
  vlc "$@"
elif [ -e "/usr/bin/mplayer" ]; then
  mplayer "$@"
else
  exit 2
fi

What version of the product are you using? On what operating system?
web 1.0-5 (smallweb 1.2)

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 11 Mar 2013 at 6:18

navigating to java website, without java-enabled crashes smallweb

1. got to a website that uses java (we used www.grovercam.com)
2.
3.

What is the expected output? What do you see instead?
we wanted to see the website, but unless we clicked on the third button before 
navigating to the site, the program crashed. 

if we clicked enable-java first it worked great.


What version of the product are you using? On what operating system?
latest rev (web 1.0-5, smallweb 1.2)

Please provide any additional information below.

Can java-enable on be the default?

Also, we only knew that the third button was the java enable button by looking 
at the source code, this needs tool-tips

Original issue reported on code.google.com by [email protected] on 11 Mar 2013 at 5:55

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.