Re: Needs some awesome iPhone developers for a project.

2008-06-16 Thread Manish Sharma
Hi Kirk, Please look at http://vtap.com on iPhone - A complete web video watching experience. If you like the work, let me know and we can pursue this further. Thanks, Manish On Sat, Jun 14, 2008 at 10:04 PM, Flash Widgets <[EMAIL PROTECTED]> wrote: > > Hi Folks, > > I have a project request re

Re: Need basic information for developing website for to display in iphone

2008-06-12 Thread Manish Sharma
web site for tourism. what are design principles > for apple dev website? > > On Jun 12, 11:33 am, "Manish Sharma" <[EMAIL PROTECTED]> wrote: > > Can you share the website link? Generally, if you follow the design > > principles mentioned on the apple dev website,

Re: Need basic information for developing website for to display in iphone

2008-06-11 Thread Manish Sharma
Can you share the website link? Generally, if you follow the design principles mentioned on the apple dev website, you should not be required to do something special for enabling touch on your site. Thanks, Manish On Thu, Jun 12, 2008 at 9:55 AM, madhuri <[EMAIL PROTECTED]> wrote: > > I have ver

Re: How to detect iPhone version in JavaScript

2008-01-11 Thread Manish Sharma
You may use the user-agent string coming from the device. The way to access it through javascript is calling window.navigator.userAgent. Thanks, Manish On Jan 11, 2008 6:09 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Doesn't anyone have a solution for this? I mean, is no one here in the

Re: mobile safari + position:fixed inquiry

2007-11-13 Thread Manish Sharma
This just doesn't work in iphone safari. In fact, you don't even get OnScroll event to update the position of the arrow dynamically. Hard luck. -Manish On Nov 14, 2007 4:31 AM, Steve Finkelstein <[EMAIL PROTECTED]> wrote: > > Hi all, > > I'm working on a prototype for http://iphone.limemedical.

Re: Removing the keyboard after a search

2007-11-09 Thread Manish Sharma
Just put some fake action field in the form tag something like I hope this might help. Thanks, Manish http://vtap.com On Nov 9, 2007 7:15 PM, gman <[EMAIL PROTECTED]> wrote: > > I have a search screen. When user touches the text field, the > keyboard comes up. If user hi

Re: i-Phone Issues..Please help

2007-11-05 Thread Manish Sharma
Could you give out some link where I can se what's going on? Thanks, Manish http://vtap.com On Nov 5, 2007 3:25 PM, nitin nitin <[EMAIL PROTECTED]> wrote: > Hello everyone, > I'm new to this GROUP. > I have been developing games for iPhone > I am facing some problems on iPhone which are not

vTap video service for iPhone!!

2007-10-05 Thread Manish Sharma
Hi fellow developers, I am Manish Sharma and I work for Veveo Inc., who provides the vTap service. We have launched a video service for iPhone called vTap (http://vtap.com)<http://vtap.com> I would like to share it with you and seek feedback for the same. We want to provide a smooth

Re: sms text link

2007-08-08 Thread Manish Sharma
By that logic, the data connection is also charged and websites can continue loading stuff (via AJAX) in the background without the knowledge of user. Moreover, the sms link need not send the sms. It might just pre-compose the message and ask user to press the send button (same behavior as mailto:

Re: Strange behavior when hitting the back button on iphone safari

2007-08-06 Thread Manish Sharma
We are also facing the same behavior here. We wanted to have a functionality where we navigate to some page and then come back but coming back from the page takes away the scaling settings and the "app" look goes for a toss. We ended up loading the site in iframe and that worked fine. Still, It's r

Re: Feedback on iPhone event/movie/restaurant search?

2007-08-02 Thread Manish Sharma
Nice app. Extremely useful. - Manish On 8/2/07, Josh Tyler <[EMAIL PROTECTED]> wrote: > > > http://www.zvents.com > > On Aug 1, 10:33 pm, RyanA <[EMAIL PROTECTED]> wrote: > > Please provide a link > > > > > --~--~-~--~~~---~--~~ You received this message because y

Re: How to maintain footer nav positioning

2007-07-30 Thread Manish Sharma
This stacking div strategy is simple to implement, but it is not useful for any serious application. Apple has never advertised two-finger scroll and the user is so pampered by the flick effect that this scheme might make your app look like from another planet. You may call it viewport or anything