This commit is contained in:
2026-03-04 23:54:50 +01:00
parent 3a2abf90f6
commit a622739deb
11 changed files with 538 additions and 329 deletions

View File

@@ -23,10 +23,10 @@ int main(int argc, char *argv[])
wv1 = rkt_webview_create(0, eventCb);
rkt_webview_move(wv1, 200, 300);
rkt_webview_resize(wv1, 800, 600);
rkt_webview_set_url(wv1, "http://127.0.0.1:8083");
rkt_webview_set_url(wv1, "https://wikipedia.org"); //"http://127.0.0.1:8083");
int i = 0;
while(i < 60) {
while(i < 35) {
printf("Waiting...%d\n", i);
rkt_webview_process_events(1000);