I am saving an activity on my website link viewed. Now when I click the link on my web browser then it saves single activity but when I click the link on mobile browser then it save multiple activities. Can anyone tell me why is this behavior and what can
I do to save only single activity for mobile browser as well.
I suggest you to monitor traffic between your mobile browser and application. You can use WireShark to catch all network traffic that gos through your ethernet card. Also you can run your app on debugger and set breakpoints to find out what redirections
have made etc. Just start debugging step by step and then ask more specific questions.
You can connect to your dev machine with mobile device over WiFi network by example.
Don't forget to mark solution providing post as "Answered".
gurunguns
Member
72 Points
209 Posts
Url link getting clicked multiple times in Mobile browser (crawl)
Jan 25, 2013 06:01 AM|LINK
Hi,
I am saving an activity on my website link viewed. Now when I click the link on my web browser then it saves single activity but when I click the link on mobile browser then it save multiple activities. Can anyone tell me why is this behavior and what can I do to save only single activity for mobile browser as well.
Mine is a MVC application.
Save Green.
DigiMortal
Contributor
5658 Points
939 Posts
MVP
Re: Url link getting clicked multiple times in Mobile browser (crawl)
Jan 28, 2013 12:38 PM|LINK
I suggest you to monitor traffic between your mobile browser and application. You can use WireShark to catch all network traffic that gos through your ethernet card. Also you can run your app on debugger and set breakpoints to find out what redirections have made etc. Just start debugging step by step and then ask more specific questions.
You can connect to your dev machine with mobile device over WiFi network by example.
Also visit my ASP.NET blog or follow me @ Twitter:twitter.com/gpeipman