This topic applies to presentation projects that implement a Web Forms Mobile application. Refer to Creating Web Forms Mobile Application Projects for more information.
Testing on Your Development System using a Desktop Web Browser
You can use a desktop Web browser to perform the initial testing on your development system.
Notes:
To test the Win8-light theme, you must use Internet Explorer 11 on Windows 7 or later. However, it is recommended that you test on Windows 8.1 or later because certain symbol fonts are missing on Windows 7, resulting in odd-looking or missing icons.
To test all other mobile themes, you must use the Google Chrome™ browser.
Procedure 1 – Preparing to Test
Note: You only need to perform this procedure once on your development system.
Download and install the appropriate browser, as follows:
If you are running your application on Windows 7 and want to test the Win8-light theme, download Internet Explorer 11 from http://windows.microsoft.com/en-us/internet-explorer/download-ie. For Windows 8.1 or later, Internet Explorer 11 is already pre-installed.
Download Chrome and install it on your development system. You can download the Chrome browser from http://www.google.com/chrome.
Procedure 2 – Testing Under the Debugger
When you run your application using the desktop web browser, your application can optionally run inside a frame that resembles dimension of the mobile device you are testing. The size of this frame matches the typical size of a mobile device screen. Within this frame, there is an option to click the rotate button, allowing you to simulate changes in orientation, switching between portrait and landscape modes.
If your application uses an ep:ScrollPanel control, you can scroll through the contents by clicking and dragging with your mouse for simulating a touch scroll operation. This simulates the look and feel of the device more closely compared to using traditional browser scroll bars.
In Solution Explorer, right-click the presentation project, and select Set as StartUp Project.
On the toolbar, you should see a green triangle icon with the name of a browser next to it. You can click the dropdown button next to the browser name to select the browser that you want to use for testing (either Microsoft Edge or Chrome).
Click the green triangle icon on the toolbar to start debugging. Visual Studio automatically starts a copy of the IIS Express to host your application and open the selected browser to the home page. You can manually start a second browser, if needed.
To run in simulator mode (with a frame, rotate button, and mouse drag simulating touch scrolling), append ?simulator=true to the URL in the address bar.
For example, the URL to test your application in simulator mode might look like this:
http://localhost:47577?simulator=true
If you encounter unexpected errors during your testing, refer to Troubleshooting.
Procedure 3 – Stopping the Debugger
On the Debug menu, click Stop Debugging.
In the Windows system tray (at the right end of your Taskbar), right-click the icon for IIS Express and click Exit. If there are multiple copies of IIS Express running, be sure to stop each one.
Testing on an Actual Device or a Simulated Device
You can perform more thorough testing by publishing your Web Forms Mobile application presentation to Microsoft Internet Information Services (IIS) running on your development machine. Then you can use an actual smartphone or tablet device to test your application. Alternatively, you may use a simulated device to test your application. For instructions on publishing to IIS, refer to the topic Publishing to IIS.
Procedure 1 – Testing on a Smart Mobile Device
Determine the public IP address for your development system. You can do this by running the ipconfig command in a command prompt on your development system.
If your development system is behind a firewall, you will need to connect your mobile device to your organization’s LAN. This is probably easiest using WiFi if available at your site.
Start the mobile browser on your smartphone or tablet device and enter a URL of the form http://<dev-IP-address>/<Web-app-name>, where <dev-IP-address> is the public IP address of your development system and <Web-app-name> is the Web application name you specified when publishing to IIS.
Your application should open in the mobile browser.
If you encounter unexpected errors during your testing, refer to Troubleshooting.
Procedure 2 – Testing on a Simulated Device
If you do not have an actual device to test on, you can perform testing with a simulated device instead.
Obtain a simulator for your device, as follows:
If iOS, you can test on a Mac® computer using iOS emulators. Go to developer.apple.com and search for “iOS Simulator Guide” for more information.
If Android, you can test on a simulated Android device by using the Android emulator, which is part of the Android SDK. You can download the Android SDK from the Android Developers Web site: http://developer.android.com.
If Windows tablet, you can test on a Windows 8.1 or higher development machine without touch capability using the Windows Simulator. The windows simulator is installed with Visual Studio; it is found inside the folder C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Simulator or C:\Program Files\Common Files\Microsoft Shared\Windows Simulator.
Determine the public IP address for your development system by running ipconfig on your development system.
Follow the instructions for your specific emulator or simulator to install, configure, and run it.
Once the emulator or simulator is running, start the mobile browser on your simulated device, and enter a URL of the form http://<dev-IP-address>/<Web-app-name>, where <dev-IP-address> is the public IP address of your development system and <Web-app-name> is the Web application name you specified when publishing to IIS.
Your application opens in a mobile browser.
Refer to Troubleshooting if you encounter unexpected errors during testing.
Procedure 3 – Running Full Screen on an iOS Device
Note: This procedure applies to iOS devices only.
You can make your application run full screen, like a native iOS application. To do this:
Start your application in the mobile Safari browser. Refer to procedure 1 above.
Tap the + button in Safari.
Tap Add to Home Screen.
Enter a name for your icon and touch return.
You will see an icon appear on your home screen. Touch this icon to launch you app in full screen mode.
For information on changing your icon and startup (splash) images, refer to Configuring an Icon and Startup Image for an iOS Application.