Mobiles :: Two-finger Horizontal Scrolling Doesn't Work Either On IPAD /Iphone
Jan 11, 2011
I am developing an ASP.Net website which has a listbox which will be accessed by IPAD.The problem I am facing is that listbox has rather long text and IPAD does not show horizontal scrollbar when I use div tags. The two-finger horizontal scrolling doesn't work either on IPAD /Iphone.
View 1 Replies
Similar Messages:
Oct 8, 2010
I have a webpage with an asp.net 2.0 upload file control, it works on Windows, but not in the IPad/IPhone, the textbox of the upload control has disappeared, and the button of the upload control is disabled.
View 4 Replies
Oct 8, 2010
Not sure if this issue should be posed here, but i try anyway:I have a webpage with a button, button click the webpage will write an image (in binary) to the response object, resulting the user can open or save an image.
Code:
response.ClearHeaders();
response.ClearContent();
response.AddHeader("Content-Disposition", "attachment; filename=abc.jpg");
response.AddHeader("Content-Length", binaryImageFile.Length.ToString());
response.BinaryWrite(binaryImageFile);
response.Flush();
response.Close();
Everything is fine in IE in Windows, but in Safari in IPad/IPhone, it is viewed in a seperate browser tab, with the binary image file written as a very long string.In Windows, i know you have to select a program to use to open a new file type for the first time, is this the case in IPad? that i need to select a program?
View 1 Replies
Feb 10, 2011
Is it possible or easy to create a web page that allows users to drag and drop divs around the screen, and that this would work in a brwoser, whether that is on a PC, and iPhone, or an iPad?
My web page uses a few divs which contain some content, and the user is able to move these around as they wish.
It is currently created using ASP.NET DragPanelExtenders, but if they have to be abandoned, so be it.
To get this workign, will I have to create two versions of the page: one for PC based on mousemove events, and one for iPhone/iPad based on touch events?
View 1 Replies
Dec 7, 2010
So I created a site optimized to be rendered in a mobile device. I set the Width Site is looking good on Blackberry of my <DIV> tags to be about 300px, for the most part, to account for the reduced screen size. However, the IPhone Safari browser renders this to the screen extremely small, and I can only assume that it's automatically reducing the size of the html accordingly to fit the device. Again, Blackberry does not do this.
View 5 Replies
Jul 7, 2010
I would like to know if I can write asp.net mvc website that works for all these types of phones: iPhone, Nokia, Blacberry, Palm and Windows
View 5 Replies
Mar 1, 2011
I'm using c# asp.net web how can I check if the user using ipad or iphone? How can I check the platform?
for example....the user enter the website from ipad and the page display hello ipad user
View 4 Replies
Mar 17, 2011
I am in the middle of rebuilding a site an incorperating Ajax here and there.I was testing out the animations since I was interested in using them all over our new site.I was using the sample scripts found here:http://www.asp.net/ajax/videos/basic-aspnet-authentication-in-an-ajax-enabled-applicationplaced it on myserver and it works flawlessly across IE-Safari-Chrome-Mozilla. When I tried Ipad/Iphone the page tries to load, and then refreshes.I went to the samples page and found that everything there works EXCEPT the animations sample.http://www.asp.net/ajax/ajaxcontroltoolkit/Samples/Animation/Animation.aspxIphone is Iphone 4 with latest updates, Ipad is original with latest updates.
View 5 Replies
Feb 13, 2011
I'm using an image field in the EditTemplate of FormView to allow my users to upload an image. It works fine in all major browsers, including Safari. But not on the iPad. There I get the error message "object reference not set to an instance of an object" when the EditTemplate is submitted.
I'm guessing it's because, on the iPad, the FileUpload button in my EditTemplate is "greyed out" (which is a problem in and of itself)...I suppose there's no built-in way for an iPad user (using the iPad version of Safari) to search for an image on the iPad hard drive to upload (without a special App, I'm guessing)....So, when the EditTemplate form is submitting on an iPad, I get the above error message---I think because the Fileupload field is Null (I have this theory, because the stack trace references my "ValidateImage" method in my code behind.)Anybody have any direction or answers I should try? Is there an obvious answer here, or should I post my EditTemplate mark-up and code behind?
View 4 Replies
Mar 16, 2010
I wrote a simple asp.net page with few controls and a function in Javascript that make input validation.
The javascript function is called on button click event. I use Windows Mobile 6 Classic emulator, and the javascript doesn't work at all.
I saw few posts on this forum saying that IE mobile works just with jscript and doesn't work with javascript.
Is it correct ?
Is that mean I have to change my javascript code to jscript code ? I always thought they are the same.
Is there newer versions of ie mobile that works with javascript ?
View 11 Replies
Jul 9, 2010
I got an application to support, it's an asp.net web project, on the 1.1 dot.net framework.
It's all ok, with the application, when it runs on web brownsers, and when I try run it from inside a blackberry mobile phone it runs ok too, except when I try to execute an Response.Redirect("some_page_of_my_app.aspx").
It always goes to the default page (login page), and ask for login again, and I never can do a redirect.Is there someone that have any idea what the problem about that?
View 2 Replies
Feb 3, 2011
I'm building a mobile expansion on my company website that will redirect users to a mobile version of the site at login if my code detects if they're using a mobile device. I've tried using things like Request.IsMobileDevice (which sounded too good to get true to begin with) but it doesn't seem to work at all. So after looking through some of my browser detection options, I've decided to reference Request.UserAgent to find out what people are using.
So I'm using this for mobile detection:[Code]....
I've looked up what the UserAgent value is for Windows Phone 7, which is why I'm checking for "IEMobile", but I'm not sure if this will be solid enough."> Could someone let me know what the Request.UserAgent values are for some of the major mobile browsers (IPhone, Android, Blackberry, etc.)?If someone would happen to know what it is for Apple users against Safari and Firefox would be great too.
View 2 Replies
Sep 11, 2010
i made a web application and i need it to work on a windows mobile system, the thing is that some control don't work the way i planned one thing is that form authentication doesn't work i have two question,
1- do i need to make a smart device project and do the whole program again
2- i need a way to print from this device (HTC TyTN II) to a bluethoot device (DPP-250).
View 1 Replies
Nov 30, 2010
I've got my GridView inside another Panel and I got scrollbars but GridView is to big even with paging. So user needs to scroll down to scroll horizontal (to see horizontal scrollbar). How can I add any horizontal scrolling trick for my GridView in the Panel. Maybe something from javascript ? My js knowledges is still being poor. I really hard thinking on what that could be, maybe floating horizontal scrollbar?
View 2 Replies
Jan 26, 2011
I have a .NET site and am looking to make it usable for iPad.
So far, I simply can't get the ASP.net login control to work on iPad. The user is never classed as logged in.
It's bizarre, if they enter the wrong details the login fails. If they enter the correct details it postsback and remains displying the anonymous content, not the logged-in content.
It works fine in Safari on a desktop, even if I use the 'develop' options to change the user agent to the iPad one. however, on iPad or iPad emulator I get the problem above.
View 2 Replies
Jun 29, 2010
about iPhone3 development in dotnet, How can I start? what are the requirement for iPhone3 development?Also if posible provide me ebook.
View 6 Replies
Apr 2, 2010
I saw a horizontal menu bar on CNN that used scolling images. The bar had arrows on eithe end to scroll the imagessmoothly to the left or right. Additionally clicking on one of the images filled a dsiplay area below the bar with information relatinh to the image. I prefer CSS only but if I must use JScript then I will.
I haven't been able to find any code to do this and don't have the knowledge yet to write it myself. I saw one site that said I could get code similiar to what I need but then it never gave a link to download it. My boss wants it on our web page if I can make it happen.
View 9 Replies
Sep 28, 2010
I'm putting this tag at the header of my HTML pages, trying to get the page to stop vertical scrolling on mobile browsers like iPhone Safari:
View 2 Replies
Jun 4, 2010
I want develop small iphone blog application. How can i do it. I want steps should i follow? I am beginner for iphone application,
View 5 Replies
Mar 22, 2010
How to develop the IPhone Application using ASP.net. Which are the Softwares and Simulators we have to install to develop the application.
View 7 Replies
Mar 10, 2011
How to create application for iphone and mobile web application in asp.net?
View 5 Replies
Feb 5, 2010
how to develop iPhone application using ASP.NET. and what are the minimum requirements to develop.
View 5 Replies
Feb 25, 2010
I am working on a project in asp.net c#. I need to implement horizontal scrolling content slider having image title & description in the home page.
View 1 Replies
Nov 10, 2010
Newbie to ASP.net. Programming in C#.I'm querying a SQL database and displaying the results in a gridview. The results can be many records so I need to provide the facility to scroll vertically and horizontally. To display the headers when scrolling I have implemented ( in my asp code) the headers in another table and the data is in another table. I see now I cannot align the column headers with the table data.Appreciate any help to fix this issue. ( What I need is a similar to the freeze function in excel where you can freeze the header while scrolling horizontally and vertically)If this method is not a good one to display headers with data please suggest another methodHere is my ASP code.
<div id="divProjectTableHeaderFullDetail" runat="server" style="background-color: #993300;
height: 40px; width: 770px; margin: 0; padding: 0 ; " >
<table style="font-family: Arial; font-size: 10pt; color: white;" cellspacing="0"
[code]...
View 11 Replies
Sep 17, 2010
Is DragPanelExtender not working in Safari/iPhone? Same page works just fine in other browsers but not on iPhone.
View 1 Replies