Skip to main content

Questions tagged [web-applications]

Do NOT use alone. Do NOT use with web-frameworks or libraries like [reactjs], [django] or [flask]. Use for questions about web applications, where a more specific tag isn't applicable. Use with a appropriate language tag([java]) and the specific aspect of web-application, the question is about: http method([post],[get]), errors([http-status-code-404]), client-server communication ([client-server]) or server errors.

0 votes
1 answer
17 views

How can I update the Telegram BOT API version?

[Telegram.WebApp] Changing swipes behavior is not supported in version 6.0 <script src="https://telegram.org/js/telegram-web-app.js"></script> I'm currently using the Telegram ...
SJ Kim's user avatar
  • 15
-1 votes
0 answers
7 views

Chrome - Programmatically Generate the "Save As Shortcut" launcher

On macOS, when you use Chrome's "Save as Shortcut"/"Install as App" option, it creates the typical .app folder structure. The Info.plist contains the URL to the page, but if you ...
Karric's user avatar
  • 1,523
-1 votes
1 answer
26 views

I am getting this error while using standard tools such as Label, Textbox etc

enter image description hereenter image description hereerror I have the "System.web.dll" file as mentioned in the error. i tried changing the framework.? nothing helped it was working fine ...
vivek dande's user avatar
0 votes
1 answer
46 views

Form validation through two app script libraries

The problem is after clicking on the button. I'm getting Uncaught ReferenceError: check is not defined at HTMLInputElement.onclick This is my scenario: I have two standalone libraries. The first ...
hub2sell's user avatar
0 votes
0 answers
35 views

HTML form using Google App Scripts MailApp Email Notification not working

I bootstrapped this code from github - click here if you would like to see the original tutorial Currently the MailApp.sendemail function is not working. Note: in my deployed App Script I replaced &...
Jordan h's user avatar
0 votes
2 answers
24 views

Part of my HTML elements are not being displayed, if I access the webapp from iPhone [closed]

I am a beginner and I am writing a webapp with React JS. For a certain part of my app, I need to dynamically create divs and I came up with this snippet: <div className="flex flex-col items-...
Alex's user avatar
  • 1
-1 votes
0 answers
18 views

Camera not working if used in homescreen app IOS

I want to scan a QR code from my website and i'm using the html5-qrcode js library. It is working properly from safari or whatever browser I use it in. It asks for permissions, then makes you select ...
Synapsis's user avatar
  • 957
0 votes
1 answer
43 views

Pure Spring Security user authentication doesn't work

I have a very simple pure Spring web application with a login page (and it shouldn't use SpringBoot). I would like to authenticate the user and after that the user could go forward to its appropriate ...
DoWhileFor's user avatar
0 votes
0 answers
25 views

Sevlets with @WebServlet annotation in JAR files not accessible (wildfly 26.1.3.Final)

I have a project where I need to include some servlets. For some reasons the customer wants a JAR file not a WAR file. After a few days research I was unable to find a solution to make wildfly's ...
Riva86's user avatar
  • 11
0 votes
0 answers
38 views

I can't display the camera image in Telegram Web App. Everything is displayed correctly in the browser

Has anyone opened the user's camera in webapp? I'm trying to access the user's camera. Everything works in the browser, but through webapp it doesn't, it just doesn't see the camera, although I ...
pshpth_ sht's user avatar
0 votes
0 answers
28 views

AppScript WebApp File Upload Error: "Cannot read properties of undefined (reading 'getFoldersByName')"

I'm developing an Apps Script WebApp that includes an upload function. This function should allow users to upload a file from their machine to Google Drive and allocate it to a specific folder based ...
Eduardo Bertrand's user avatar
0 votes
0 answers
22 views

dont work the Google Apps script redirection and data comparison from google sheets

I created a site in Google Sites, which is: https://sites.google.com/view/appuntiig/home, when you open it at the register button I connected a Google Forms file which does the registration and sends ...
Manpreet Singh's user avatar
0 votes
0 answers
9 views

Dynamic Webproject HTTP Status 404- Not Found [duplicate]

enter image description hereThis is my code package com.Servlet; import java.io.IOException; import java.io.PrintWriter; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; ...
Balakumar's user avatar
0 votes
1 answer
48 views

Deploy docker compose to Azure

I have a project with an mvc app connected to another api app that is responsible for retrieving the data. I have created a ci cd to build and push the images to Azure Container registry and it is ...
Patrick's user avatar
-1 votes
0 answers
16 views

How to communicate between a web application in a browser (e.g. FF) with a Windows application?

We have a large web application that runs in any modern browser. For specific functionality (which cannot be done in a browser), it would be useful to have a native Windows application complementing ...
Westpol's user avatar
  • 59

15 30 50 per page
1
2 3 4 5
1500