jdev082 / freecat

The FreeCat Web Browser
Other
5 stars 5 forks source link

WebLoad tag not working #8

Closed jdev082 closed 2 years ago

jdev082 commented 2 years ago

Problem: app/index.html Line: Botton Type: Web Load Problem: Not loading home.html

I have not yet found a fix.

Darth-Ness commented 2 years ago

Can you detail what you've tried? Maybe try adding home.html to the src?

MystPi commented 2 years ago

If you mean the webview tag, you must enable it first.

webPreferences: {
  webviewTag: true
}

https://github.com/MystPi/ninetails/blob/7d0acc5f4a33d704ad32b4204a929959d55b5c38/src/index.js#L17-L19

ScolderCreations commented 2 years ago

yeah if you merge the pr i just linked it will work

jdev082 commented 2 years ago

still broken

jdev082 commented 2 years ago

oh it works just fine, just the URL functions aren't

MystPi commented 2 years ago

still broken

Make sure you're using webview instead of webload (whatever that is).

jdev082 commented 2 years ago

webload is the function that modifies the webview to use the input from the search box

jdev082 commented 2 years ago

Works! the webview just doesn't take all available room

MystPi commented 2 years ago

Works! the webview just doesn't take all available room

Just resize it with CSS, then you should be good-to-go.

jdev082 commented 2 years ago

thankyou everyone! i will be releasing 1.0-prerelease-1 soon

jdev082 commented 2 years ago

gotta wrap up the website

jdev082 commented 2 years ago

*release