-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Mark Gerrity edited this page Jan 18, 2017
·
12 revisions
Current features
- Search bar where you can search through the exact URL
- Load button which loads the URL from the address bar (changed to a right arrow now)
- Progress bar which shows the progress regarding the loading of the page
- The search will be carried out if the user presses enter
- When the URL has finished loading, reset the progress bar back to null
Desired Features
- Assign a preferred minimum width and height which will be the default when the program runs
- Give a list of useful options when the user right clicks (context menu) ‘javafx WebView right click’
- Allow downloads through the browser
- View PDFs in the browser (Currently when trying, the worker state is = ‘cancelled’)
- Allow video playback through the browser
- Allow interaction with buttons etc. on web pages (example, where it doesn’t work is logging in with Netflix
- Keyboard shortcuts that link to different features
- When the browser opens, make it go full screen
- The user does not have to type in the exact URL, (http:// is automatically generated, check against possible different domain suffixes)
- Change the ‘Go’ and ‘Return’ Buttons to two images of arrows
- An error message is provided to the user if the URL is incorrect
- The user can press a button to go back the previous page
- Add a home page. This page will contain a directory of all frequently used links
- Create a homepage that will pull URLs from a CSV file and output them (Probably a simple html page or PHP)
- Add a feature that allows the user to add the given link to the home directory
- Create a button that saves the URL into the homepage
- Allow for more than one page to be open at once, i.e. tabs