Hi Daniel
Yes, exactly, sorry for not beeing more precise.
I have tried some of the tips they give on this page to get several components integrated:
www.mobilejoomla.com/documentation/15-te...joomla-template.html
It worked with the google maps plugin (
tech.reumer.net/
) and extravote (
extensions.joomla.org/extensions/clients...tings-a-reviews/5483
) but not with CompoJoom.
Specifically one of the things I have done is adding a reference to your js (
www.barbalex.ch/components/com_comment/j...t/jscripts/client.js
) that is added every time the page is shown (in js/custom_preload.txt of mobilejoomla). This does not seem to be enough though.
I also tried to add "$('#comment').remove();" in mobilejoomlas custom.js but no matter what event I hang it on to (pagebeforcreate, pageshow...) it seems like your html has not been added to the page yet because I get an error saying #comment is null.
Another thing that is helpful is this extension of mobilejoomla here:
www.mobilejoomla.com/extension/advanced/mobile-content.html
. For example I can get google maps to show a lot less high (200px instead of 450px) and I can make another extension completely disappear on mobile (AutoToc, because I could not get its links to anchors to work - a jQuery mobile issue, because jQuery mobile uses # in the url for other stuff). This works because these extensions are called by adding text in {} brackets inside articles and categories. So this does not work for CompojoomComment either.
Hope this helps to pinpoint the issue.
Alex