Skip to main content
0 votes
1 answer
489 views

I want to build a lightweight single-page app that people can use locally over the file:// protocol (i.e. simply by downloading the project archive file, unpacking it and double clicking on index.html)...
s427's user avatar
  • 1,628
-3 votes
2 answers
151 views

I've been learning React (kind of new to it) and I'm working on a project and I did an npm create vite@latest. So far everything works fine when I do run dev. However when I do run build, then go to ...
user28404310's user avatar
0 votes
0 answers
367 views

Knowing that we have the file URI protocol to reference local files in a browser bookmark as this question ( Meaning of '///' after 'file:' protocol (URL) ) already explains... What if ...
josepmaria's user avatar
0 votes
1 answer
53 views

We have different people joined to different projects. Many of those can be concurrently joined to more than one projects. In each project can be assigned some information in different ways. Could be ...
nonlinear's user avatar
7 votes
2 answers
5k views

I have a pnpm monorepo and I use the workspace: protocol to add my shared folder as a local package. The workspace: protocol is not recognized by Firebase when deploying functions and I have the ...
bgrand-ch's user avatar
  • 1,298
1 vote
1 answer
2k views

using the plugin i'm trying to take photo in my app trough the camera.getPicture() method. Here is the code: navigator.camera.getPicture(onSuccess, onFail, { quality: 50, destinationType: ...
MX Starter's user avatar
7 votes
2 answers
2k views

My index.html to list all media devices is <!DOCTYPE html> <html> <body> <script> (async () => { await navigator.mediaDevices.getUserMedia({ audio: ...
Alok's user avatar
  • 11k
0 votes
2 answers
2k views

Complete syntax: file://host/path If the host is localhost: it can be omitted and then resulting syntax is file:///path. Is it actually possible to use hostnames other than localhost ? and In what ...
Abhishek Mane's user avatar
1 vote
0 answers
973 views

I am trying to get the absolute file path from the uri. But can't get it for the files downloaded with some download manager. For example, I have downloaded an audio and stored it in /storage/emulated/...
Yeamin Chowdhury's user avatar
0 votes
1 answer
322 views

I have a local HTML page, which is loaded from harddrive (inside a Android WebView) with file:// protocol. (folder: WirelessBarcodeScanner/Custom Forms/bctest.html) Loading in a with a local file:// (...
sebastian nielsen's user avatar
0 votes
1 answer
810 views

Context I have a pdf with links. I want to replace all the external links with local files in the same folder. Is there a way to do that in pypdf or python e.g. outputStream = open("destination....
Akamad007's user avatar
  • 1,601
1 vote
1 answer
355 views

I am migrating UIWebView to WKWebview. While I could manage to migrate most of the workflows. I am stuck at one workflow that I am not able to load the local file ("file://") via iframe from ...
learning-everyday's user avatar
6 votes
0 answers
403 views

I'm trying to open local html files at specific anchors by using the #fragment identifiers, this unfortunately seems to be stripped by the file handler. For example running cmd.exe /c rundll32 url....
JacobP's user avatar
  • 621
2 votes
0 answers
872 views

I am working on qt 5.14.1 with ndk version 21 and sdk version 28. I want to open a kml file using file dialog in qt android. I get a fileurl from file dialog like this, content://com.android....
Hemant Suryawanshi's user avatar
1 vote
0 answers
710 views

I'm trying to update QnA Maker knowledge base via script using: bf qnamaker:kb:update --subscriptionKey=xxx --kbId=xxx --wait --in=UpdateKbOperationDTO.json where UpdateKbOperationDTO.json is a file ...
Mad Druid's user avatar
  • 107

15 30 50 per page
1
2 3 4 5
8