Questions tagged [vivaldi]

Use vivaldi for questions related to the Vivaldi web browser

Vivaldi is a product by Vivaldi Technologies, a company founded by Opera's former CEO Jon V. Tetzchner. Vivaldi is a Chromium-based browser which supports Google Chrome extensions and the Chrome Web Store.

References

30 questions
1
vote
1 answer

Moving an application from the inside of another application to a different folder

I'm making a script that automatically installs Vivaldi. I've put the .app file inside the package contents (in the resources folder), and I want it to move the app to the Applications folder. So, I have 2 questions: Is this actually possible? If…
1
vote
0 answers

Add a new web browser (Vivaldi) to NetBeans

I've installed a new web browser to my computer. It's called Vivaldi and I want to test all of its functionalities, the ones linked to web development, inclusive. How can I add this new browser to Netbeans 8.0.1 and make it default? Also, could…
StillBuggin
  • 280
  • 1
  • 3
  • 14
0
votes
0 answers

vivaldi browser url tracking in .net

I'am developing Avalonia crossplatform desktop application, in which I want to get the current active tab url of the vivaldi browser.I get the code to track the url in Linux and Mac os, but can't track the in windows os. …
0
votes
0 answers

Chromium not deleting Cache

I think I might have misconfigured my webserver at some point to serve wrong caching policies, but now I cannot get them removed. When I access my site, it keeps showing the old content, only CTRL+F5 does the trick. But that is only a temporary fix,…
Chrisstar
  • 626
  • 5
  • 23
0
votes
0 answers

Start default browser to play video: tries to download mp4

I'm trying to play an mp4 file from a URL in Amazon S3 from my code: // Navigate to a URL. Process.Start(new ProcessStartInfo(cmeo.text) { UseShellExecute = true }); 'cmeo.text' contains the url of the mp4 file. Most times, the code starts my…
rrirower
  • 4,338
  • 4
  • 27
  • 45
0
votes
1 answer

Ajax calls on Vivaldi take increasingly longer time until page is reloaded

In my Javascript/jQuery app, I make an Ajax call like this: var t1 = new Date().getTime(); $(target).load(url,function() { var t2 = (new Date().getTime() - t1) / 1000; console.log("ajax call took "+t2+" secs") }); In the Vivaldi browser, the…
Arne M
  • 87
  • 8
0
votes
1 answer

Javascript cannot capture ESC keyup event in Vivaldi browser

I am developing a Javascript library (AnyList) in which users may press the ESC key to abort editing an input field. This is implemented by catching the ESC keyup event (using jQuery): inp_elem.on("keyup", init_opt,…
Arne M
  • 87
  • 8
0
votes
0 answers

Using a Chrome extension to resize undocked dev tools window

There's a bug on Vivaldi browser which will probably remain unfixed for the upcoming months: undocked dev tools windows do not remember their previous size across tabs, so each time you open dev tools they are small. There's also another dev tools…
0
votes
1 answer

How do I debug Javascript served through HtmlService?

I'm using HtmlService to serve a webpage with a form and some Javascript, but I don't know to go about debugging the client-side code. Because HtmlService uses iframe sandboxing I can't use the browser dev console, and I can't figure out how to…
0
votes
1 answer

captureVisibleTab fails on Chrome yet succeeds in Vivaldi

Simplest version of an extension to capture a screenshot as follows: manifest.json { "manifest_version": 2, "name": "Screenshot", "version": "20200507.1", "permissions":[ "activeTab" ], "browser_action": { "default_popup":…
0
votes
1 answer

Google Colaboratory ServiceWorker Error On Chrome / Vivaldi

This is the same issue as this post: Google Colaboratory ServiceWorker Error On Chrome ...but I am using Vivaldi (1.15.1147.36 (Stable channel) (64-bit)) on ubuntu 18.04. Upon opening a document, I am met with this: NotSupportedError: Failed to…
user2901351
  • 629
  • 8
  • 22
0
votes
0 answers

Three.js OrbitControls how prevent Vivaldi from changing page?

I recently tried out Vivaldi browser on my laptop for running some self-built THREE.js apps. The app performs much faster on Vivaldi than on Opera which I normally use, or on Firefox. I have found a problem though. When using Orbit Controls and…
steveOw
  • 879
  • 12
  • 41
0
votes
1 answer

id is different for Chrome and Vivaldi?

After installing of my extension on Vivaldi browser I found that id (origin) is not the same as for Chrome. This is expected behaviour? My manifest.json: { "manifest_version": 2, "default_locale": "en", "short_name": "Intelligent…
0
votes
1 answer

START command only opens new window if .EXE is NOT already running

So my Batch file command goes as follows: @ECHO OFF SET link1=google.com SET link2=google.com SET link3=google.com START /MAX vivaldi.exe %link1% %link2% %link3% When I double click my .BAT file, it only opens a new vivaldi window if there isn't…
Zac
  • 109
  • 1
  • 1
  • 8
-1
votes
1 answer

How to shift in Vivaldi Fully Loaded

Could anyone can answer my question. I am using Vivaldi Classic and how to switch in Vivaldi Fully Loaded I am Expecting I can switch in Vivaldi Essential to Vivaldi Classic to Vivaldi Fully from the settings but in the settings there is no option…
TombTab
  • 1
  • 1
1
2