All Questions
Tagged with microsoft-edge angularjs
81 questions
0
votes
0
answers
73
views
Service worker cache update issue - EDGE browser - sw-precache
I'm working on an AngularJS application where we have implemented offline capability using Service Worker Caching (using sw-precache). Once the user loads the page, all the assets (configured in sw....
0
votes
1
answer
710
views
Google Chrome/Edge keep form data when moving page backwards and forwards, but doesn't update $scope values
When filling out a form on google chrome/edge(doesn't happen on firefox), then pressing the back page button, then forward page button you get a weird situation where the browser maintains the ...
1
vote
1
answer
591
views
Issues Running Web App in Visual Studio using Microsoft Edge
I have inherited a MVC application (Visual Studio 2013) using Angular that is not working when viewing the app in Microsoft Edge.
When the browser is set to use Microsoft Edge when debugging in VS I ...
0
votes
0
answers
831
views
window.setInterval unpredictability in New Edge Browser
I'm developing an app that relies on window.setInterval. I'm having an issue with the new Chromium based Edge browser that doesnt seem to happen with any other browser I've tested (Chrome, FF)
I ...
0
votes
1
answer
486
views
Number input with datalist does not trigger change event [duplicate]
I am using an input field of type number with a list of suggestions defined as a datalist.
Internet Explorer 11 and Microsoft Edge do not trigger the change event, once a suggestion is picked from the ...
1
vote
2
answers
1k
views
How to trigger the "Save As" dialog in Internet Explorer from an angularjs controller
I have an angularjs controller that retrieves a URL from a rest endpoint. The response contains the URL of a text file on S3, and populates the src attribute of a hidden iframe with the contents of ...
-1
votes
2
answers
2k
views
Why print functionality in javascript is not working in edge, but works in chrome
Hi I have the below code to achieve print functionality . The code works fine in Chrome, but doesnt work in Edge. Getting the follwing error in edge.I am building the layout in javascript in ...
0
votes
2
answers
233
views
Rangy selection not working on Microsoft Edge
The below code snippet is working well for all browsers except Microsoft Edge.
$rootScope.highlights = $window.rangy.createHighlighter();
$rootScope.highlights.addClassApplier($window.rangy....
0
votes
0
answers
138
views
angular.js library "angular-img-http-src" with Edge browser
I'm using angular.js library "angular-img-http-src" and my current browser is Edge.
I ran into an issue with uploading images.
In the Chrome browser, there is no problem, the image uploads through an ...
0
votes
0
answers
2k
views
Microsoft edge is not prompting for user authentication
I have an angular js application, which is working perfectly fine in IE/Chrome. But i see that in Microsoft Edge browser it is opening the web portal, but on clicking other pages which requires ...
0
votes
0
answers
398
views
How to save file in the EDGE browser without unneccessary undescores?
I'm trying to save the file throw the edge with window.navigator.msSaveOrOpen(blob, name). On screen below you can see the value of the name
I'm press run and edge suggest me to save this file, but ...
-2
votes
1
answer
2k
views
How to properly embed MJPEG video in Angular app - Chrome, Edge, other browsers
Hello StackOverflow proffesionals!
At first - I'm not a programmer, so please be kind to me :-)
I have an application written in Angular - JavaScript. I have webserver(Nginx) which is streaming ...
0
votes
0
answers
828
views
Prevent OPEN file prompt in microsoft edge using angular js
I have a code in angular js which downloads an excel file on clicking a button. In chrome the file download starts automatically on clicking the button. But on Microsoft Edge clicking the button ...
-1
votes
1
answer
133
views
Performance issue in Edge when using ng-bind-html
To bind html content to div I use ng-bind-html. When I try to bind larger HTML it takes 5-6 seconds. This works fine in chrome browser. I use $sce.trustAsHtml() to make the HTML trusted. Has anyone ...
6
votes
0
answers
5k
views
Microsoft Edge Issue - The requested resource requires user authentication
I have a website and api hosted on IIS 8.5 and lately users of the site are getting the following console error when attempting to POST data to the api when using Microsoft Edge:
HTTP401: DENIED - ...