I have an ASP.NET v4 application that is failing when I try to navigate on an IPHONE. it works fine on all browsers on a regular pc including Safari, Chrome, Firefox, IE.
The problem is only on Safari on iphone device it keeps failing the validation on the page, as if the field is not populated even though it is.
I need to debug the app when I trigger it from iphone to see what is missing. I have Visual Studio 2017 on my local Machine which is Windows 10.
Is there a plugin, app or something I can do to debug the issue from my iphone? I don't have a Mac.
Related
I'm pulling my hair out over this since I'm already searching for a solution on it for a few days.
The problem is that when no instance of Chrome is currently opened and I press the Google Chrome Button to launch my web application, Chrome opens a new window on a gray screen. I can't load any pages, not even the settings page. It only occures when I do it from Visual Studio in Administrator mode. When an active instance of chrome is already opened, it will successfully open on that instance in a new tab. When I open the Chrome exe in the program files or via my desktop shortcut, it also works fine. It seems to only occur when launched from within VS administrator modus.
Steps to reproduce in my case:
Open VS in Administrator
Close all instances of Chrome
Launch web application in Chrome
New Chrome window opens with unresponsive gray screen:
Screenshot of the result
I've already tried:
Repairing VS
Reinstalling Chrome
Anyone already encountered this problem and has a solution?
Cheers
I had the same issue for a day or so and was really getting on my nerves!
I tried a few things:
Loading Chrome in Administrator mode (didn't work)
Loading Chrome independently, i.e. not getting Visual Studio to debug directly in Chrome, then pointing it to my app (didn't work)
Setting Chrome to always run in Admin mode (didn't work)
Finally I set Chrome's Compatibility settings to run Windows 8 and it seems to work now! Even from VS firing it directly into Debug mode.
I'm running
Windows Server 2012 R2
Visual Studio 2015 Pro
It's worth noting this issue NEVER happened in Visual Studio 2013 Community.
Hope that helps
Chrome compatibility settings
I want to know how to debug a css issue in iphone 5.
I tried it using firelite plugin. But on rotating from portrait to landscape the firelite is occupying the whole screen.
Is there any other way of debugging css issue in iphone 5?
From Apple's developer documentation:
With Safari on iOS 6 and later, you can debug your mobile web content
from your Mac. You can view JavaScript errors, edit HTML attributes,
change CSS properties, and more—just as you would when developing for
Safari on OS X. This chapter describes how to use Web Inspector to
debug web content on iOS.
You should test your web content on both the desktop and various iOS
devices. If you do not have iOS devices for testing, you can use iOS
Simulator in the iOS SDK. Because there is a difference between web
browsing on iOS and OS X, you should specifically test your content on
iPhone and iPad or emulate the hardware device in Simulator. When
testing in Safari on any platform, you can use Web Inspector to debug
your web content.
For more tips on debugging web content in Safari, read Safari
Developer Tools Guide. Read the section “Changing the User Agent
String” in Safari Developer Tools Guide to learn how to simulate
iPhone- and iPad-like behavior in Safari on OS X.
You could try using Adobe Edge Ispect.
If you install the app on your iPhone, and the plugin in Chrome you can debug your website using the Chrome dev tools.
More info: http://html.adobe.com/edge/inspect/
I'm new to the Aptana Studio 3 development environment. I have created some .html pages (and want to add jQuery Mobile at some point) and would like to see how they would look on a mobile phone, such as an iPhone or Android device.
When I click on the RUN button I have the choices of (A) Firefox - Internal Server or (B) Internet Explorer - Internal Server. This does bring up a view...but it really doesn't show how the code will look on a mobile phone.
Is there a way so that I can click on RUN (or whatever) and have the view come up as though it was on a mobile phone?
Not sure if I need to install some emulator or plug-in or configure my environment?
I've heard that something called "Titanium Studo" might be better?
Any advice would be helpful.
Thanks
Titanium Studo is an IDE for developping mobile application such as Android & iPhone using javascript, and we test our application into Android & iphone simulator.
There is also a mobile web project that allows you to create mobile web application using HTML5 (like m.facebook.com), but i didn't see any web simulator for mobile in Titanium Studo.
For ipad, i use this website to test: ipadpeek.com
Test ripple emulator in Chrome which is an extension
Has anyone else run into this problem and resolved it?
I am developing with Visual Studio 2010 in a clean install of RTM of Windows 8. While developing an ASP.NET application and RUNNING it with the Debugger Attached, I can not click on HTML links in ANY application and have it open up a browser window.
I will be running(debugging through VS) my application in Firefox, and I can't click on links sent in Google Talk or Outlook.
If I stop the application from running, I can then click on those links.
I have also seen that while debugging, I am using jQuery Drag-N-Drop HTML 5 functionality in my application. I can't use that functionality while it is running under the debugger, it just doesn't work. This happens with all browsers (Chrome, Firefox and IE). But if I stop debugging, and run it without the debugger on, it then works.
Any ideas?
Try to disable the debuging for "Javascript" in Visual Studio 2012.
I have a strange question!
I have developed a website in asp.net webforms, I've tested this website in IE7, IE8, Ie9 (RC), Firefox, Chrome and Safari, in Windows XP and Windows 7. Everything works fine.
But in Internet Explorer in Windows Vista, does not working. The website opens in browser, but when the application needs a postback it does not work. I don't know why it is happening. If someone could suggest something to accomplish this? I appretiate!
Thank you!
Att,
Highly doubt it's the OS... Check your internet options...
A failed postback could be due to a javascript error. Have you tried using the Javascript console (Shift+F12) in IE8, or using Firebug Lite in versions lower than IE8? Could you turn off surpressing javascript error notifications to see if this presents the issue?