Forums / Developer / Exponential on mobile devices

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Exponential on mobile devices

Author Message

Kévin S.

Thursday 12 August 2010 8:11:22 am

Hello !

I am planning to make an Exponential site fully compatible with mobile devices (especially iPad). My little experience of eZ tells me that I will have to keep it very simple, and to optimize and optimize again if I want my page to be loaded rapidly...

Has anyone ever tried that, and do have any advices ?

Thank you

___

Kévin

Heath

Thursday 12 August 2010 7:55:29 pm

Hello Kévin,

I recently had to customize an Exponential site to be more compatible with the iPhone/iPad/Android.

I found out that ezoe (the online editor) does not work at all on these platforms.

I also had to write some template operators to detect the various platform user agents.

I had to customize many templates to further customize the site to look properly on these platforms as well as function without the ezoe.

I hope this helps :)

Cheers,

Heath

7x | https://se7enx.com/
Brookins Consulting | https://brookinsconsulting.com/
Certified | http://web.archive.org/web/201012...th.ez.no/certification/verify/380350
Solutions | https://projects.exponential.earth/users/community/brookins-consulting
eZpedia community documentation project | http://ezpedia.se7enx.com

Kévin S.

Friday 13 August 2010 1:22:13 am

Thank you for sharing your experience, Heath !

Do you know the reason or have any hypothesis why ezoe does not work on mobile devices (I precisely need some parts of template from ezoe...) ?

How do you detect if the device accessing your site is a mobile ?

If anyone else want to share, feel free to do it !

Thank you !

___

Kévin

Doug Brethower

Saturday 14 August 2010 8:33:50 am

Hello Kévin.

Ran across this the other day

http://www.ibm.com/developerworks/opensource/library/os-androidiphone1/

Listing 1 may help you with a concrete example of querying user agent.

The concept of "media queries", where the browser reports properties such as screen size, is also introduced as a way of moving beyond querying for every possible user agent string.

Hope you find the article and some of the concepts useful for your project.

As far as any other advice, if delivering video to iPad, not Flash capable, you may also be interested in this article regarding a workaround using object tags.

http://webportalmaster.com/index.php/eng/eZ/Advanced/Serving-iPad-Capable-Video-from-eZ-Publish

Best wishes for a successful implementation!

Doug Brethower
Apple Certified Technical Consultant, Southwest, MO USA
http://share.ez.no/directory/companies/lakedata.net

Kévin S.

Tuesday 17 August 2010 3:33:13 am

Hello Doug ! Thank you for your links, I will use them as soon as I begin the mobile version !