Can you try putting this is gadget spec and see if it does what you expect.<Require feature="opensocial-templates">
<Param name="disableAutoProcessing">true</Param>
</Require>
Hi
I have a Problem.
When (owner == viewer) & (owner != viewer)
In both cases " NavigateToApp " Link goes to owner canvas page.
When (owner != viewer) the link should goes to viewer canvas page.
But currently the link goes to owner canvas page.
It is a Bug.
How to redirect to Viewer Canvas page. When (owner != viewer) ?
Pls let me know ...
--
With Regards,
Ashokkumar.S
09711560696.
Hi
I have a Problem.
When (owner == viewer) & (owner != viewer)
In both cases " NavigateToApp " Link goes to owner canvas page.
When (owner != viewer) the link should goes to viewer canvas page.
But currently the link goes to owner canvas page.
It is a Bug.
How to redirect to Viewer Canvas page. When (owner != viewer) ?
Pls let me know ...
Can you try putting this is gadget spec and see if it does what you expect.<Require feature="opensocial-templates">
<Param name="disableAutoProcessing">true</Param>
</Require>
As mentioned earlier, we had already tried that. Also tried that today again. But the application is hanging. Does it work for others?
I got sucess using "require"
<script type="script/template" require="do_not_auto_render">....</script>
When redering by javascript, remeber to set to do_not_auto_render any value.
I gave up on using os-templates for client-side templating. I'm using
os-templates as much as I can on "container-side" and EJS for
client-side templating.
Orkut team doesn't support using client side templates [I think I have spoken to you once before about it].It might work because Shindig has it, but we little experience with it.We haven't experimented with it as in writing our own apps etc.