All Questions
Tagged with microsoft-edge reactjs
84 questions
0
votes
1
answer
136
views
How can I use the user logged in tEdge to login to React Application?
I want to retrieve the user from the AAD account on Edge to authenticate my React application using msal.
The msal documentation provides information for how to do a login from scratch. However, Edge ...
0
votes
0
answers
445
views
Download Dialog Not Popping Up in Edge Browser
I am getting a blob and I am embedding that into a hidden tag. I use a button to trigger the function which sets the href to url created and then do a click. The file is being downloaded but in the ...
0
votes
3
answers
1k
views
React pdf downloading corrupted pdfs
I am using react-pdf version 3 and pdf viewer shows pdf correctlly in my ui but when i download that pdf it does not render in adobe acrobat and microsoft edge while it renders correctly in google ...
0
votes
1
answer
364
views
How to get rid of browser alert message "Open Microsoft Edge ?" while trying to open a URL in edge browser from a react application running in chrome
I am trying to open a URL inside Edge browser from a react application running in chrome like below
window.open('microsoft-edge:https://www.cnn.com')
Chrome is throwing an alert like below...
...
0
votes
0
answers
125
views
How to handle scroll for various mobile devices using media queries for mobile devices
I have a scenario where on a certain page there is a form with two radio buttons and two normal buttons "submit" and "cancel".
In normal Viewport it works fine, but when it comes ...
0
votes
1
answer
98
views
'Text could not be created' error running three.js example on Edge with WebGL context
Running three.js on Edge displays 'text could not be created. Reason: Could not create a WebGL context
I tried running the official three.js example on Edge, but I encountered an error stating 'text ...
2
votes
0
answers
2k
views
React Dev Tools Profiler is not Finishing Processing Data Step
I was attempting to use React's Dev Tools Extension to find performance bottlenecks in an application the company I work for is developing. I hit the 'Reload and Profile' button and changed the page ...
0
votes
1
answer
201
views
Controlled react input is breaking maxLength attribute in chrome when undo/redo is performed
I have built a textfield which converts provided input to uppercase using react which accepts maxLength of 5 characters.
Issue:
When I try to do undo and redo operations, the text field is allowing ...
2
votes
0
answers
704
views
Local storage variables not showing in Edge
I have a functioning react application that I've been running in Chrome and Edge (mainly). I store various information in local storage. The application is working as expected, but for some reason, I'...
3
votes
0
answers
589
views
Cannot see my variables in console while debuging react app on production
I am new to the react world and trying to use it in my sharepoint environment. I am packaging the app for production with source maps and upload it to the sharepoint site that I will use it in. App ...
1
vote
0
answers
388
views
Local storage event listener not working for some users
I have a React app that opens a new tab using window.open('myurl.com') to authenticate a user. In the new tab, authentication receives a response object and updates local storage.
In the original tab, ...
0
votes
0
answers
104
views
React.js thead inside table is overlapped by other element in ms edgebrowser print
Hello ladies and gentlemen,
I have following problem with my React.js frontend when trying to print a site with the edge browser (not happening with Chrome): when I print the whole page the thead ...
1
vote
1
answer
560
views
How can I disable Edge mini menu on text selection in React
I am working on a React web app and have created a custom text selection menu. How can I programmatically disable the text selection mini menu in React? As you can see in the attached image, both the ...
1
vote
1
answer
411
views
ReactJS App Created with create-react-app on Edge 104
I have react app that is completely functional when you run it with npm run and open it in Edge. But as soon as I build & open it in Edge Version 104.0.1293.47 (Official build) (64-bit) I get it ...
0
votes
1
answer
602
views
Extra White space in top of html page
Just created a new react app using create-react-app and run it on browser. I got extra white space just above the body content. On inspecting, browser showed that white space is coming from HTML tag. ...