Skip to content
This repository has been archived by the owner on Mar 31, 2018. It is now read-only.

Web Browser Load Any Website #3

Open
RossComputerGuy opened this issue Jan 31, 2017 · 3 comments
Open

Web Browser Load Any Website #3

RossComputerGuy opened this issue Jan 31, 2017 · 3 comments

Comments

@RossComputerGuy
Copy link

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
Copy link
Member

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
Copy link
Member

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

@kuggaa
Copy link

kuggaa commented Apr 19, 2017

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 .

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants