Topic: PDA/Smartphone/iPhone Compatibility

Hello Guys,

Thank you for this fantastic application. I wanted to know how can i make your application iphone compatible. I have a 3g access and can update the records at the time of delivery. I read through different iphone forums and wanted to insert following code but ain;t too sure where should I do so. Can someone please guide.

<meta name="viewport" content="initial-scale=2.0, minimum-scale=.5, maximum-scale=8.0" />

Regards,

Harshal

Re: PDA/Smartphone/iPhone Compatibility

Wow, your idea sounds interesting!

You can start with adding following line to renderer.phpfile  in selected theme:

add_js_source('<meta name="viewport" content="initial-scale=2.0, minimum-scale=.5, maximum-scale=8.0" />');

I think adding his meta tag can be not enough to use FA on small devices like iPod.
Next you can try to make new theme with customized menu layout, by copying default theme to new subdirectory under 'themes' and playing with the copy.

Janusz

Re: PDA/Smartphone/iPhone Compatibility

Hi Janusz,

Lemme try this thing, I am not a great coder but will try to make such theme. Programmers out there can help.

Rgds,

Harshal