Multi-tasking for iPhone

2010-04-09 Thread Alon Raskin
I would be curious to hear people's thoughts on the new OS 4.0 announcements. In particular the multi-tasking capability and how that may affect development for Mobile Safari. I would personally love to be able to do the following and am hoping that the new OS makes it reality. *

shake gesture

2010-08-12 Thread Alon Raskin
I know that a Web App can react to a user tilting their phone (portrait/landscape) using JS events. Is there an event for a 'shake' gesture. It would be cool to initiate a 'refresh' of the data in our app when the user shakes their iPhone. Is this possible? Regards, Alon Raskin -- You

RE: open .vcf file in contacts

2010-08-17 Thread Alon Raskin
How about .ics ? Does the iPhone support that standard? From: iphonewebdev@googlegroups.com [iphoneweb...@googlegroups.com] On Behalf Of Remi Grumeau  [remi.grum...@gmail.com] Sent: Monday, August 16, 2010 1:47 AM To: iphonewebdev@googlegroups.com Cc:

iPad cache manifest events not triggering

2010-09-01 Thread Alon Raskin
on the iPad simulator (4.01). The cache manifest events are not being triggered. Anyone seen this before? Alon Raskin e: aras...@go3i.commailto:aras...@3i-consulting.com p: +1 713 513 4820 c: +1 207 409 4983 f: +1 806 403-4983 -- You received this message because you are subscribed to the Google

Returning values from transaction success handler

2010-10-12 Thread Alon Raskin
('returning array' + msgArray.length); } Your thoughts are appreciated. Alon Raskin e: aras...@go3i.commailto:aras...@3i-consulting.com -- You received this message because you are subscribed to the Google Groups iPhoneWebDev group. To post to this group, send email to iphoneweb...@googlegroups.com

RE: Returning values from transaction success handler

2010-10-13 Thread Alon Raskin
Thank Brian. The issue is now resolved. Alon Raskin From: iphonewebdev@googlegroups.com [mailto:iphoneweb...@googlegroups.com] On Behalf Of Brian McMillin Sent: Tuesday, October 12, 2010 5:24 PM To: iphonewebdev@googlegroups.com Subject: Re: Returning values from transaction success handler

Pad: select-listbox rendering in mobile Safari?

2010-10-14 Thread Alon Raskin
Actually Carl's question reminded me of a related question. It's kind of the reverse of Carl's question. I want to be able to have the select listbox as a pop-up (like the ipad) on an ipHone. Does anyone know where I can get the CSS to make this happen? Alon Raskin e: aras

RE: Detectmobilebrowsers.mobi PHP script

2010-10-25 Thread Alon Raskin
I will comment on the BlackBerry. You can only assume WebKit/iui when its BlackBerry OS 6. For BlackBerry OS 5, there is still some decent support for CSS but webkit animations will not work. For OS lower then 5, I would not bother. The browser pretty poor. Alon Raskin e: aras...@go3i.com

fixed bottom toolbar

2010-10-25 Thread Alon Raskin
Hi Everyone, I apologize if this has already been answered but does anyone know if I can use iui to create a toolbar that is docked to the bottom of the screen (even when scrolling)? Perhaps someone has some sample CSS I can leverage? Regards, Alon Raskin -- You received this message

RE: fixed bottom toolbar

2010-10-25 Thread Alon Raskin
Thanks Remi. Will iScroll work on the other platforms too (Android, BlackBerry OS 6, etc)? Alon Raskin e: aras...@go3i.commailto:aras...@3i-consulting.com From: iphonewebdev@googlegroups.com [mailto:iphoneweb...@googlegroups.com] On Behalf Of Remi Grumeau ? Sent: Monday, October 25, 2010 1:56

primary key definition

2010-10-31 Thread Alon Raskin
any indexes on that table but what I can seem to find is how to read the definition of those indexes. Any ideas? Regards, Alon Raskin e: aras...@go3i.commailto:aras...@3i-consulting.com -- You received this message because you are subscribed to the Google Groups iPhoneWebDev group. To post

RE: iUI page load not scrolling to top

2010-11-09 Thread Alon Raskin
return to the same spot. I am still working on this but if anyone has a suggestion I am all ears. Alon Raskin e: aras...@go3i.com -Original Message- From: iphonewebdev@googlegroups.com [mailto:iphoneweb...@googlegroups.com] On Behalf Of Rémi Grumeau Sent: Tuesday, November 09, 2010 6:14 AM

beforeload with UL

2010-12-23 Thread Alon Raskin
already out there. Alon Raskin e: aras...@go3i.commailto:aras...@3i-consulting.com -- You received this message because you are subscribed to the Google Groups iPhoneWebDev group. To post to this group, send email to iphoneweb...@googlegroups.com. To unsubscribe from this group, send email

RE: beforeload with UL

2010-12-24 Thread Alon Raskin
Thanks for clearing that up Remi. Appologies to the group. I was not aware that it was custom. Regards, Alon Raskin e: aras...@go3i.com -Original Message- From: iphonewebdev@googlegroups.com [mailto:iphoneweb...@googlegroups.com] On Behalf Of Remi Grumeau ? Sent: Friday, December 24

RE: iUI on Nokia N8 / Symbian^3

2010-12-31 Thread Alon Raskin
That's great as I would love to port my app to Nokia. Do you know if the browser supports local DB and some of the other HTML5 features? Alon Raskin From: iphonewebdev@googlegroups.com [mailto:iphoneweb...@googlegroups.com] On Behalf Of Kelvin Wu Sent: Friday, December 31, 2010 1:15 PM

RE: Working with DB during online event - iPhone

2011-01-17 Thread Alon Raskin
XMLHTTPRequest Regards, Alon Raskin e: aras...@go3i.com -Original Message- From: iphonewebdev@googlegroups.com [mailto:iphonewebdev@googlegroups.com] On Behalf Of Remi Grumeau ? Sent: Sunday, January 16, 2011 4:01 AM To: iphonewebdev@googlegroups.com Subject: Re: Working with DB during online

iui hiding buttons

2011-04-18 Thread Alon Raskin
Does anyone know if there is standard way of hiding the 'backButton' that iui puts on the screen? I just want to temporarily hide it and I am not sure if there is standard JS/CSS I can do or whether I have to code this myself. Regards, Alon -- You received this message because you are

RE: iui hiding buttons

2011-04-19 Thread Alon Raskin
Thanks Alex. I ended up using the style.visibility attribute to hide the button because the hideBackButton only works if you set it before navigating to the DIV. If you are already displaying the DIV then you need to set the style.visibility to hide the button. Regards, Alon Raskin e: aras

RE: webapp offline

2011-04-19 Thread Alon Raskin
No. Alon Raskin e: aras...@go3i.com -Original Message- From: iphonewebdev@googlegroups.com [mailto:iphonewebdev@googlegroups.com] On Behalf Of Sudhakar Sent: Tuesday, April 19, 2011 10:40 AM To: iPhoneWebDev Subject: webapp offline i have a simple webapp created using static html css

RE: background keystroke logger

2011-05-13 Thread Alon Raskin
Maybe my wife hired him so she could see if I am getting up to any naughty stuff?!!? :-D -Original Message- From: iphonewebdev@googlegroups.com [mailto:iphonewebdev@googlegroups.com] On Behalf Of Remi Grumeau ? Sent: Friday, May 13, 2011 3:23 PM To: iphonewebdev@googlegroups.com Cc:

iOS 5

2011-06-06 Thread Alon Raskin
So does anyone have any info on what goodies are going to be available in iOS 5 for us Web Developers? Or is this info not yet publicly available? Alon -- You received this message because you are subscribed to the Google Groups iPhoneWebDev group. To post to this group, send email to

RE: iOS 5

2011-06-07 Thread Alon Raskin
of the application cache manifest event behaviorI will take a closer look at that when I download the new iOS. Some excellent stuff here. Looking forward to testing it. Alon Raskin e: aras...@go3i.commailto:aras...@3i-consulting.com From: iphonewebdev@googlegroups.com [mailto:iphonewebdev

Re: Job proposals

2012-02-09 Thread Alon Raskin
Yes I think the job proposals should be kept out BUT maybe you could state another google group called iPhoneWebDevJobs (or something like that)? Alon Raskin e: aras...@go3i.commailto:aras...@go3i.com p: +1 713 513 4820 c: +1 207 409 4983 f: +1 806 403-4983 From: Rémi Grumeau remi.grum

iui and phoneGap

2012-10-18 Thread Alon Raskin
Has anyone been successful in using iui with PhoneGap to generate native/hybrid web apps? I created a simple app using iui and then submitted it to build.phonegap.com . The resulting application did load and I saw my first screen. Then when I click on a link to slide to the new 'page', it does

Re: iUI and PhoneGap

2012-10-18 Thread Alon Raskin
Thanks Sean. I do appreciate the response. Right now. I am knee deep in another project but will probably revisit then in a few more week. I will definitely reach out again after spending some more time trying to resolve the issue. Regards, Alon On 10/18/12 1:27 PM, Sean Gilligan

Re: IOS7 theme for Emy

2014-07-03 Thread Alon Raskin
Looks great Remi. A few bugs on my BB10 but overall a great start. Sent from my BlackBerry 10 smartphone. From: remi.grum...@gmail.com Sent: Wednesday, July 2, 2014 5:46 PM To: iphonewebdev Reply To: iphonewebdev@googlegroups.com Subject: IOS7 theme for Emy Hi list! Just wanted to share with