WebOS Browser
- 5 Devlogs
- 4 Total hours
A browser inside a browser? Yes, but it's actually intended to be used as a Browser integration for WebOS Projects. (Currently uses a very basic design)
A browser inside a browser? Yes, but it's actually intended to be used as a Browser integration for WebOS Projects. (Currently uses a very basic design)
Possibly my final DevLog before shipping
Had to come back to this, since this is one of the Fluetro apps
iframe so typing www.google.com or similar in the address bar will give an erroriframe
•Somewhat did the JS
•Now the refresh button and home button do the exact same thing
•Address Bar works for supported websites
•Somehow the Error screen doesn’t work, it just gives a black screen on error, which is possibly due to me not doing the JS correctly.
•The Pinned Sites and other functions on the New Tab work as intended, no issues there(even though it calls upon your browser’s dialog box for it)
•Completed the CSS (still haven’t started working on the JS) so it looks kinda normal
•Found out that Bing is the only search Engine that works in the iframe environment
•Right now, opening a link just opens it in a real browser tab, so I’ll have to work on that and see if it’s possible to open those in this environment.
•Doing this while watching a series so it takes more time and ppl don’t complain about the time it took me to make the project while reviewing.
•I said I’ll be working on Fluetro again, but I changed my mind.
•So now I am making this project as a Browser that one can easily customize and integrate in their own WebOS using iframe.
•Also, I am making the apps that are supposed to be included in Fluetro OS separately because it’s becoming difficult for me to handle so many variables in the js, css and html, so I am ending up reusing multiple names due to my weird variable naming scheme.
•Here’s the progress so far, did some of the html, enough to get to this point, and used iframe to include use my Fluent New Tab project as the New Tab page for this Browser.
•Did some of the css so the buttons in the top bar look different than our conventional HTML buttons.