Why webkit2webprocess.exe stop in safari? - safari

I am testing my website in all browser, and suddenly I encounter this problem in safari browser version 5.1.7. The app crashes and there is always a popup which as shown below when I clicked to another link on my website. I am using windows 7 OS. Why is this happening? Is this because of my code?
Any answer is very much appreciated.

Related

My site does not load on new Safari version 15

My ruby on rails website does not load on safari 15. It works fine on older versions as well as other browsers. The below is what I see in Safari 15
There is nothing in the console logs or any indication of what the "problem" is. Interestingly this is also an issue for my site if I run it locally on localhost:3000 which leads me to think it's an issue with something in my sites code.
If I disable Javascript the site will then load, what in my Javascript could cause this?
I have a similiar problem with my matured React app. Some users of my web application are using Safari 15 and they report that some fragments of the application are not loaded.
I also got screenshots from them. There is nothing indicated in the console.
But interesstingly all the HTML canvas elements are not rendered. Even the small ones.
Some examples:
Leaflet map in canvas (map tiles somehow not rendered):
A chart in a canvas (chart stays blank):
I mean it is working in every other browser since years and also Safari 14 and Safari on iOs.
Must be something Safari 15 realted.
For me this ended up being an issue with Three.js, I needed to upgrade it's version then the site worked in safari. If you're not using Three.js, then I'd recommend checking the other JavaScript packages you are using.

User Agent is grayed out on Safari

I am trying to do an IE test using Safari but all of my options under user agent are grayed out.
I'm running an Angular 5 project (ng serve) on Safari v 11.1
In my case, I figured out you have to use the menu from the monitor/screen where you have the Browser window open and NOT the Web Inspector.
Example:
You have two monitors:
Monitor 1 has the web page open on Safari.
Monitor 2 has the Web Inspector for said page.
You have to click on Develop > User Agent on Monitor 1.
This is a pretty simple "fix", but just in case anyone else had the issue and...like me...didn't try this immediately.
Fully quitting Safari and reopening it resolved the issue for me.

Chrome dev tools site gets stuck in mobile view when exiting emulation mode

When using chrome dev tools to emulate mobile devices, sometimes when toggling emulation from mobile back to desktop the user agent spoofing gets stuck in mobile. I've tried hard cache reset, closing browser completely, restore to default.... but anything I do the site still renders in mobile (even when emulation is turned off).
This happens in Canary, beta, and regular Chrome.
Also a note i've only seen this happen in Sharepoint.
Anyone know how to resolve? Nothing seems to get the dev tools to change user agent back to default when exiting emulation.
Have you tried deleting your chrome settings?
Windows: C:/Users/%username%/AppData/Local/Google/Chrome/User Data
Mac OSX: ~/Library/Application Support/Google/Chrome/
Ubuntu: ~/.config/chromium/
Also make sure you aren't ZOOMED! Gets ya everytime
I ran into this same problem previously when using dev tools in Chrome to look at mobile resolutions that got me permanently stuck in mobile for SharePoint only. I solved it originally with the recommendation above of deleting my Chrome settings folder, however, that meant I had to sign in again, sync my extensions, etc.
After forgetting that this would happen again, I ran into the same issue, but this time I discovered that if you append the following to your SharePoint URL it will reset this back to non-mobile. I verified that it is not temporary as I have closed my browser, reopened, visited SharePoint, and it still loads in desktop mode.
/?mobile=0
So, you would use your site url, e.g. https://siteurl/?mobile=0
Weird, this just started happening to me. It persists in new tabs and new windows. Only fix is to open DevTools and switch to Responsive mode and then pull it way out. As soon as I turn off Responsive / Mobile view, Chrome snaps right back to a mobile view by default (appears to be iPad size).
The solution for me (so far) was to quit Chrome and open it back up.

GWT 2.4 version compatibilty with IE11 browser

WE are having a gwt application which was working properly till IE10 versions.
But unfortunately the same application is not running as expecetd in IE11.
Th issue is --->we have a simple login page which takes credentials.This page succesfully gets authenticated in all IE verison till IE10.
We are clueless why the same login pag eis not working in IE11.
I included '' in my hml file.
we are not yet lucky.how to solve this?
thanks in advance.
Have you compile the code using Break Point does your compiler is compiling the onclick event of the button use for login because authentication issue is not related to UI i think something is going wrong on back code of button.May be possible the application is not able to find the button id.

iTunes Connect Missing Screenshot Error

I am trying to submit my app for review. I have included the screenshots for both iPhone 4 and iPhone 5. I however do not have a screenshot for the iPad as my app only runs on the iPhone. When trying to save, I keep on getting error "You must upload at least one screenshot". The screenshots I had selected then disappear from the selection. I use Firefox browser. Is there any reason for such an error? Please help.
As strange as it may sound, I used Firefox browser and then everything worked fine.