and I have it in a host. When I access via mobile (opera mobile) or from a tablet
I can't scroll horizontally, just in vertical way. And the problem is that I just see a part of my page.
Developing ASP.NET pages for mobile device browsers does not differ substantially from developing pages for normal desktop browsers. You probably want to start from here:
NataliaAA
Member
1 Points
2 Posts
Issue viewing asp.net page in tablet
Jan 24, 2013 01:43 AM|LINK
I didn't found something that could help me.
I did my asp.net application web forms
and I have it in a host. When I access via mobile (opera mobile) or from a tablet
I can't scroll horizontally, just in vertical way. And the problem is that I just see a part of my page.
I don't know if I explained well, and hope that somebody can help me
budugu
All-Star
41122 Points
6021 Posts
Re: Issue viewing asp.net page in tablet
Jan 24, 2013 01:53 AM|LINK
Developing ASP.NET pages for mobile device browsers does not differ substantially from developing pages for normal desktop browsers. You probably want to start from here:
http://msdn.microsoft.com/en-us/library/ms178619.aspx
"Don't be afraid to be wrong; otherwise you'll never be right."
NataliaAA
Member
1 Points
2 Posts
Re: Issue viewing asp.net page in tablet
Jan 24, 2013 02:02 AM|LINK
So you say that should work normally?
Or I have to put the System.Web.Mobile and make changes to my code?
Oh yeah. I just check my page full size, now that you said that I make the window smaller and saw that neither scroll horizontally.
Thanks xD