os-js / OS.js-experimental

OS.js (v2) - Experimental Packages
9 stars 9 forks source link

Web Browser Load Any Website #3

Open RossComputerGuy opened 7 years ago

RossComputerGuy commented 7 years ago

Why does every website need to be loaded into an iframe? Wouldn't it work better to have a canvas and parse the HTML from the website and have OS.js's node.js code to allow the HTTP and https modules to read the data?

andersevenrud commented 7 years ago

Why does every website need to be loaded into an iframe?

Because that's the best way.

Wouldn't it work better to have a canvas and parse the HTML

This is really expensive, and does not solve the problem with loading external resources, like JavaScript.

HTTP and https modules to read the data?

This has a lot of overhead. It's better to use a transparent proxy.

andersevenrud commented 7 years ago

Unless there's something obvious that I'm missing...

kuggaa commented 7 years ago

Kuggaa here-I built a team who mod'd eyeos in USA - iFrame is best way to open. I left DeX samsung and looking for open source project like this to add a couple killer apps we never finished in eyeos.

iFrame best .