argonjs / argon-app

Source code for the Argon4 AR Web Browser
https://app.argonjs.io/
Apache License 2.0
45 stars 23 forks source link

URL editing should use normal keyboard and do search #59

Closed blairmacintyre closed 7 years ago

blairmacintyre commented 7 years ago

We should switch the keyboard to normal editing, and if the entered value does not "Decode" as a valid URL, send the result to a search engine (google, probably).

We should request searching only for docs that have an argon meta tag, and display the resulting page.

kimberlysiva commented 7 years ago

Keyboard change and Google search are complete.

Meta tag searching is not trivial, deferred for now.