added 'webview-navigate\!' method which works through 'window.location' in javascript. Also changed webview-set-url\! to complete the url to the base-url of the handle when only a single path element is provided (e.g. (webview-set-url\! h "page2.html"))
This commit is contained in:
@@ -452,8 +452,6 @@
|
||||
(format "window.location = '~a';"
|
||||
(esc-quote place))))
|
||||
|
||||
|
||||
|
||||
(define/contract (webview-base-url wv)
|
||||
(-> wv? url?)
|
||||
(string->url (wv-base-url wv)))
|
||||
|
||||
Reference in New Issue
Block a user