Re: WebApp in fullscreen disabling the Save Image dialog

2009-11-07 Thread Rémi Grumeau
Any URL or page source code we could test/debug ? Le 6 nov. 09 à 18:56, flep a écrit : Hi there! Im developing a webApp for iphone, who have a wallpaper section. When i run into safari, everything works fine. But when I save it to my home screen, then run as a normal App, if I use the

Re: iui Porting version 0.31 to 0.40 - Background Image length

2009-11-08 Thread Rémi Grumeau
Same problem here with a class panel page since 0.40. see at http://img145.imageshack.us/img145/1163/image6w.png Can't tell why, but it clearly seems like a CSS bug Le 7 nov. 09 à 11:13, skip a écrit : We have a little problem while testing the iui-0.40-dev1 toolset. Our application is

Re: iui Porting version 0.31 to 0.40 - Background Image length

2009-11-10 Thread Rémi Grumeau
Percent percent ... In CSS, percents are based on the viewport, not the content ;) put auto instead of 100% and you'll be fine (and uncomment the min- height) Check out http://www.beosfrance.com/iphone/ for an sample Le 9 nov. 09 à 22:06, Sean Gilligan a écrit : OK, it looks like the

Re: Geolocation

2009-11-10 Thread Rémi Grumeau
Yeap i tested it also, putting the geolocalisation result on a google maps. The localisation was 6km from where i was, so i start the Maps app ... which locate me at 12km from where i was !! Can't tell if it's a GPS problem, iphone specific problem, HTML5 geolocalisation issue ... Le 7

Re: New at this* Making your book into an Iphone App?

2009-11-11 Thread Rémi Grumeau
I'd love to do so but nope, my actual company is not definitly not focused on mobile advertising: flash only. i'd also love to work for a US agency on mobile content ;) Btw, since it's a common php/mysql e-commerce website with a mobile- optimised template, it seems pretty easy to do so. The

Re: Webapp architecture

2009-11-11 Thread Rémi Grumeau
The most logical way would be to seperate each main parts. Also, if the web app is just a smartphone friendly version of a desktop website, you don't necessary always have the choice. Seperate files have also the big advantage not to crash the whole app when buggy. On the opposite, seperate

Re: Override iui.js functions

2009-11-11 Thread Rémi Grumeau
Why overide ? Le 11 nov. 09 à 05:49, Shmanky a écrit : Is it possible to override iui.js the way I can override iui.css to customize the JavaScript functions? I tried but it doesn't seem to pick up the new functions. Also, I am confused by the notation I see in iui.js where it starts with

Re: iUi and iWebKit Blend?

2009-11-12 Thread Rémi Grumeau
I would vote for popup !! Le 12 nov. 09 à 20:27, MaX a écrit : Hello, Just very interested in new features that could be integrated into iUI, could you just describe which features that are in iWebKit and not in iUI ? Is it ? integration : http://m.iwebkit.net/integration.html

Re: Launch Splash screen

2009-11-14 Thread Rémi Grumeau
Same question, since i implement it for test purpose and it doesn't seems to work properly http://www.remi-grumeau.com/iphone/ Le 14 nov. 09 à 06:24, Eric Bowen a écrit : I know it's documented, but has anybody ever actually gotten this to work? On Fri, Nov 13, 2009 at 8:08 PM, Peter

Re: Launch Splash screen

2009-11-14 Thread Rémi Grumeau
Thanks, but it still doesn't seems to work :( (but i sure i been mistaken something) Le 14 nov. 09 à 13:53, Jorge Chamorro a écrit : On 14/11/2009, at 13:26, Rémi Grumeau wrote: Same question, since i implement it for test purpose and it doesn't seems to work properly http://www.remi

Re: Dashcode RSS sorting?

2009-11-14 Thread Rémi Grumeau
So what you're looking for is perhaps just an XML parser ... nope ? Le 14 nov. 09 à 14:36, Gerald Buckley a écrit : Remi - Thanks. The end effect is correct. However it doesn't appear Digg is using the Dashcode RSS template. My intent was to sort the feed within the same subview. What the

Re: Launch Splash screen

2009-11-16 Thread Rémi Grumeau
? Le 14 nov. 09 à 18:38, Jorge Chamorro a écrit : -- Jorge. PastedGraphic-1.png -- 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: Launch Splash screen

2009-11-16 Thread Rémi Grumeau
Yeah !! That's not working with the iPhone simulator but working on real iPhone ! Thx Le 14 nov. 09 à 18:31, Jorge Chamorro a écrit : On 14/11/2009, at 15:18, Rémi Grumeau wrote: Thanks, but it still doesn't seems to work :( (but i sure i been mistaken something) You may need to remove

Re: creating a professional iPhone app screencast

2009-11-16 Thread Rémi Grumeau
Impressive tool, really !! Le 14 nov. 09 à 22:55, scraster a écrit : Creating screencast videos of in-progress or completed iPhone apps is an important process of the dev and marketing process. I thought members here would appreciate some of what Scraster Professional Screencasting has

Re: Problem with dynamic iUI links

2009-11-16 Thread Rémi Grumeau
Your second file must only contains ul id=test2 title=TEST2 selected=true lia href=3.php GOTO TEST3/a/li /ul iUI had the content of 2.php into 1.php, so no header is needed. btw, the problem is also that you can't have 2 ul with the same id (the reason i change it from

Re: iui Porting version 0.31 to 0.40 - Background Image length

2009-11-16 Thread Rémi Grumeau
:auto; min-height: 225px; } Perhpas this will create bugs elsewhere but for the moment, it seems ok. Of course, feedback is much appreciate Remi Le 8 nov. 09 à 18:30, Rémi Grumeau a écrit : Same problem here with a class panel page since 0.40. see at http://img145.imageshack.us/img145

Re: WebApp.Net 0.5.0 released

2009-11-16 Thread Rémi Grumeau
So you can with any Javascript based framework ;-) The Mac issue is after all only a non-iphone owner issue. You can develop using iUI, WebApp, SproutCore, jQuery, iWebKit ... those are mostly HTML/CSS/JS files that can easily uploaded to an FTP and tested with your iPhone :-) Grab a

Re: New at this* Making your book into an Iphone App?

2009-11-16 Thread Rémi Grumeau
Didn't tested it yet so can't give the advice to use or not to use. btw, as a flash dev since flash 4, i can't really see how they manage to compile in native iPhone app from Flash without using a Flash player / VM somewhere... which will be for sure a CPU/battery life killer. Remi Le 16

Re: iUI theme for Android?

2009-11-17 Thread Rémi Grumeau
Was planning to make one but i was waiting iUI 0.40 to be released as a stable release to do so. For both Android and WebOS. Should be a funny task btw :) Le 17 nov. 09 à 15:19, Kelvin Wu a écrit : The iUI-based Web Apps basically work very well on Android phone since they are all WebKit

Re: iUI theme for Android?

2009-11-19 Thread Rémi Grumeau
humm ... it's working here. Still unavailable ? Le 18 nov. 09 à 21:28, Chris Collett a écrit : Filename: android-screenshots.zip File description: Bunch of screenshots of Android File size: 2.53 MB The file you are trying to access is temporarily unavailable. On Wed, Nov 18, 2009 at

Re: WebClipIcon.png overlaying alerts

2009-11-21 Thread Rémi Grumeau
wow ... pretty good question ! You're talking about the number of updates available for the app on the main dashboard of the iphone isn't it ? (like for emails or on the AppStore icon when system/app updates are available) no idea if it's possible or not :-S Remi Le 21 nov. 09 à 02:41,

Re: Audio tag on iOS

2010-09-28 Thread Rémi Grumeau
iPhone 4: It works, but it's kind of strange since it takes ages to start playing, and scroll dot does not respond when scrolling it. But the sound is playing R. Le 28 sept. 10 à 15:52, anmldr a écrit : Will someone have a look at this page on their iPad or iPhone and see if it will work?

Re: Problem with iUI in Android Froyo (2.2)

2010-10-05 Thread Rémi Grumeau
eh eh :) Bad boy you are ... you'd better put your modifications in a seperate css file (or even better in the body itself after css include, since mobile signal aren't that fan of too much http request calls). R. Le 5 oct. 10 à 10:30, Andrey Podoprigora a écrit : As far as I noticed,

Re: :hover

2010-10-13 Thread Rémi Grumeau
Similar to an hover event on a touchscreen device? : / R. Le 13 oct. 10 à 15:15, anmldr a écrit : On Oct 13, 1:45 am, Remi Grumeau  remi.grum...@gmail.com wrote: :hover is warm up when your mouse is moving over an element... which is not possible on a touchscreen device :) Yes, I

Re: :hover

2010-10-13 Thread Rémi Grumeau
) On the iPhone the only two pseudo elements are :link and :visited; there is just no other way to interact with the browser. Aren't :active :focus supported too? (no time atm to test) R. -Lee On Wed, Oct 13, 2010 at 9:42 AM, Rémi Grumeau remi.grum...@gmail.com wrote: Similar

Re: My web app becomes unresponsive or restarts after an incoming call

2010-10-13 Thread Rémi Grumeau
Humm... never heard about that. Could you please make a few tests with this page? http://we-are-gurus.com/labs/js-not-dead.html in webapp mode and in safari if the counter stops, then JS is paused/dead. This could help to investigate... i hope Please, report use what you get. This can be a

Re: Function call using javascript or anything

2010-10-13 Thread Rémi Grumeau
iPhone Safari recognizes phone numbers and make them clickable / direct call link. If you really want to be sure it is also clickable for other mobile (old mobile phones, blackberry, ...), just put a link on your phone number using a href=tel:/a R. Le 13 oct. 10 à 18:12, Alisson

Re: IUI Q:Howto Delete Cancel Dialog (see examples)

2010-10-18 Thread Rémi Grumeau
I'd rather go a new class name, like promptmenu for example. Best would be to generate it using JS but you can start putting it already in the DOM where you need it hide it by default change its top position based on current scroll location + screenHeight. making it shows off using webkit

Re: iPhone web application running in native app WebUI view

2010-10-22 Thread Rémi Grumeau
I think stuffs like TItanium or PhoneGap has been made to do this kind of thing no? I don't think a native application can submit anything to a UIWebView... but i don't dev native apps R. Le 22 oct. 10 à 18:19, niewie a écrit : Hi, I developed a website/application using the iui kit to

Re: Detectmobilebrowsers.mobi PHP script

2010-10-25 Thread Rémi Grumeau
Le 25 oct. 10 à 14:20, Rene Brouwer a écrit : Hi all, I'm using a PHP sniffer script to determine which devices to send to my mobile page. I can send each of them either to my IUI based site, or to the desktop equivalent. Which ones can I safely redirect to an IUI site? • iPhone

Re: Should I move from Windows XP to the Mac for developing and testing my iPhone web app?

2010-10-29 Thread Rémi Grumeau
I wouldn't be that enthusiast. Using WIndows since 3.11, BeOS consors (Zeta, Haiku) since 4.5, i'm now OSX only since a year 1/2. Even if i really don't see myself back on Windows (i'm using 7 in Parallels), some stuffs really sucks too on OSX, specially for web development. Some typical

Re: MobDis Closed Beta Invite: Build rich media web apps with full cross-platform compatibility

2010-10-30 Thread Rémi Grumeau
If you do have the skills to do HTML dev coding on a self-installed Linux box, the fact is that you are far from their customer target ; ) At least i assume... R. Le 30 oct. 10 à 17:19, Joel Dare a écrit : I'll second that. I do HTML dev on a Linux box then use a Mac for final work on

Re: Google map on Iphone

2010-11-04 Thread Rémi Grumeau
Hi! This is due to the fact the div is resized to window.screenWidth before transition since it wouldn't be able to perform a transition on a % value. When you come back to your map, box size has been changed without window.resize changes so the GMap API is lost with some coordinates

Re: iUI page load not scrolling to top

2010-11-09 Thread Rémi Grumeau
Hi folks, Search for the slidePages function and add a scrollTo in it. That does the trick for me, can't tell if this cause some regression... didn't found one btw. function slidePages(fromPage, toPage, backwards) { var axis = (backwards ? fromPage :

Re: iUI page load not scrolling to top

2010-11-09 Thread Rémi Grumeau
My mum will love that reply : ) R. Le 9 nov. 10 à 12:51, billreilly a écrit : Remi: Thank you very much... your solution fixed my problem... you're a genius!... Bill On Nov 9, 12:30 pm, Rémi Grumeau remi.grum...@gmail.com wrote: Hi folks, Search for the slidePages function and add

Re: iUI page load not scrolling to top

2010-11-10 Thread Rémi Grumeau
going forward but not when moving back? Vic Hudson On Nov 9, 2010, at 12:20, Rémi Grumeau remi.grum...@gmail.com wrote: Then before scrollTo(0, 1); , you should store where in term of Y the user was ... on each page. Don't see how to do that clean without iUI core modifications (adding Y

Re: iUI page load not scrolling to top

2010-11-10 Thread Rémi Grumeau
. 10 à 16:24, Victor Hudson a écrit : You know what that's absolutely right. I was thinking of the older code that used history.back for backwards sliding. iui.back as it is now would behave like you've stated. Vic Hudson On Nov 10, 2010, at 4:19, Rémi Grumeau remi.grum...@gmail.com wrote

Re: iphone 2g

2010-11-17 Thread Rémi Grumeau
I've got an iPhone Simulator from an old SDK here so i can switch to iPhone 2G. If you need some specific tests, i can help R. Le 17 nov. 10 à 14:46, Joel Dare a écrit : It would be a good idea to target the lowest common denominator, so it may be a good choice. It will lack some pretty

Re: iphone 2g

2010-11-22 Thread Rémi Grumeau
And what were you expecting ? No particular value at all, it was others here who expect certain values. You can name me you know, i'm good with being wrong when i am :) This discussion started because it was pointed out that typeof tests on host objects and properties were unreliable. That

Re: did apple fix button padding bug??

2010-11-30 Thread Rémi Grumeau
hi~all. under iOS 4.2.1 safari has button padding problem...(can't get rid of padding) - http://stackoverflow.com/questions/3430506/iphone-button-padding-unchangeable i've just updated ios, and checked button padding - http://clients.madebycanvas.com/anahata/blueprints/test.html Image

Re: Location of the SQLite DB file?

2010-12-14 Thread Rémi Grumeau
Offline storage is different from localStorage SQLite Studio is, i assume, for LocalDatabase. R. Le 14 déc. 10 à 20:28, KCL a écrit : When using the offline storage capability of safari/mobile safari, where does the file get stored? I'm trying to debug using SQLite Studio and I can't find

Re: Detecting Mobile Safari

2010-12-20 Thread Rémi Grumeau
I'm saying a tester desktop / mobile based on flash existance is a bad idea. Once you have detect Android, then perform a flash existance test is ok, and yes it's totally possible. Le 20 déc. 10 à 16:01, RobG a écrit : On Dec 20, 9:57 pm, Remi Grumeau  remi.grum...@gmail.com wrote:

Re: iPhone caching

2011-01-14 Thread Rémi Grumeau
Here is what i've found http://www.yuiblog.com/blog/2010/06/28/mobile-browser-cache-limits/ Table: Mobile browser cache characteristics Browser/OS/Device Single Component Limit Total Component Limit Page Cache Size Limit Supports Last-Modified Supports ETag Survives Power Cycle Android 2.1

Re: touch events using javascript

2011-01-17 Thread Rémi Grumeau
Playing a video or music on an iPhone can only be done via QuickTime afaik. I can be done on an iPad (at least H264 videos for sure) R. Le 17 janv. 11 à 11:42, Sudhakar a écrit : i have used xhtml method and html5 method in both cases when i tap on the link the audio file does not play in

Re: touch events using javascript

2011-01-17 Thread Rémi Grumeau
blackberry 6. Sent from my iPhone On Jan 17, 2011, at 6:15 AM, Rémi Grumeau remi.grum...@gmail.com wrote: Playing a video or music on an iPhone can only be done via QuickTime afaik. I can be done on an iPad (at least H264 videos for sure) R. Le 17 janv. 11 à 11:42, Sudhakar a écrit : i have used

Re: airport database

2011-01-31 Thread Rémi Grumeau
For weather you could find some API free for non-commercial use. Airports: thx Google (you should try it, it works pretty well...) http://airport-authority.com/browse-IN Using Google Maps API, you'll be able to get their lat / long. Once done, i would rather use JS than PHP to populate content.

Re: iUI panel javascript hooks starter questions

2011-02-07 Thread Rémi Grumeau
Hi Thomas You should definitely go 0.40dev2. It's way more usable than 0.3. We are planning to release a 0.40dev3 pretty soon (right Sean?! :) ) in which you can use the events like focus, beforetransition or aftertransition to load a Javascript when needed. You can also take a look at the

Re: post an anchor within a page to move down the page?

2011-02-19 Thread Rémi Grumeau
this jQuery plugin then? http://plugins.jquery.com/project/ScrollTo Will add a scroll effect, to any anchor navigation /Mogens On 18-02-2011 20:53, Rémi Grumeau wrote: eh eh :) Of course it's not that easy... in order to assure direct linking + browser back button support, mobile web ajax

Re: post an anchor within a page to move down the page?

2011-02-21 Thread Rémi Grumeau
Here is a new version of this modification i'd like you guys to review: it replaces the initial http://code.google.com/p/iui/source/browse/web-app/iui/iui.js#560 addEventListener(click, function(event) { var link = findParent(event.target, a); if (link) {

Re: Viewable Area in webkit?

2011-03-17 Thread Rémi Grumeau
Hey Scott, I'm actually looking to do the same, to resize all screens min-height so you will always have a full-screen experience with no scroll to empty area. I used to put a 415px min-height by default in the CSS but as you said, standalone browser mode is not the same, plus tablets /

Re: Can I Detect When Mobile Safari is 'active'?

2011-04-06 Thread Rémi Grumeau
Best you can do (and i really don't see other way to do so) is to track any interaction using some analytics tool like GA. R. Le 5 avr. 11 à 17:30, KCL a écrit : I'm looking to measure how much time is spent actually in my web app, both in fullscreen mode as well as a normal web page. The

Re: Can I Detect When Mobile Safari is 'active'?

2011-04-13 Thread Rémi Grumeau
My pleasure :) If you want to use Google Analytics, don't miss out the iUI plugin for it: http://code.google.com/p/iui/source/browse/web-app/iui/ext-sandbox/google-analytics/iui-google-analytics.js It should normally be part of your iUI source, in iui/ext-sandbox/ iUI Google Analytics is an

Re: Can I Detect When Mobile Safari is 'active'?

2011-04-13 Thread Rémi Grumeau
is it to jQTouch? That's the framework I've been using. On Apr 13, 2011 11:30am, Rémi Grumeau remi.grum...@gmail.com wrote: My pleasure :) If you want to use Google Analytics, don't miss out the iUI plugin for it: http://code.google.com/p/iui/source/browse/web-app/iui/ext-sandbox/google

Re: IUI creating multiple small buttons in row?

2012-04-04 Thread Rémi Grumeau
My pleasure :) On 5 avr. 2012, at 12:07 AM, sblair s.bl...@ieee.org wrote: Remi, That was AWESOME! Thanks so much. I'm a C language guy, so javascript and especially CSS are still completely foreign to me. That worked beautifully. Thanks! Scott On Apr 4, 1:15 am, Remi Grumeau

Re: the example dialog box form in IUI

2012-04-07 Thread Rémi Grumeau
You're right! This documentation was done for 0.5 code but Sean did change documentation to match 0.4 (which is good). Something may be wrong somewhere... See this page: http://iui.googlecode.com/git/web-app/samples/music/music.htm The dialog itself works, so it's not something broken in iUI

Re: Select iUI

2012-04-11 Thread Rémi Grumeau
Select element in iUI just uses its default look. 0.5 comes with some improvement on this but for now (0.4) it doesn't. It will just look like in a native app, aka a blue text on the right of its label for iOS, a smaller text below its label for Android and same size on the right for WebOS.

Re: Filling out iphone developer spots in NY NJ - Direct client

2012-06-21 Thread Rémi Grumeau
Please keep in mind this is a web development mailing list. If those openings are for native apps, you'd better focus on native development mailing lists. If they include iPhone/iPad webapplications, then you're in the good place. Remi On Jun 21, 2012, at 8:25 PM, Sekhar samsekh2...@gmail.com

Re: Double background lines after a search

2012-08-30 Thread Rémi Grumeau
Still getting a timeout, even if using http://12.141.183.227/iui/samples/music/music.html Form in the music sample should submit to music.gtpl or music.php. Not the music.html Remi On Aug 30, 2012, at 10:16 PM, Kurt kurtmey...@gmail.com wrote: OK, so I am officially scrambled and can’t

Re: Wondering if iUI is suitable for my objectives.

2013-02-11 Thread Rémi Grumeau
well... it means you can generate screens on demand :) PROs: - it's generated client-side so less datas get transfered - the initial DOM is very small - you control everything in one place: javascript. no need to make each changes in JS and in serverside generated layouts. - it's an open door to