Is re-rendering supported in the Salesforce1 app?
Since most navigation is done via javascript it seems that links etc. using onclick do not work after being re-rendered, and it is standard practice for browsers to execute any injected javascript in the name of security.
That said, if I use rerender without a target (i.e. I want to refresh the whole page) then nothing actually gets redrawn. Is there a known-working method for dealing with this situation other than converting everything to use remote actions/objects?
apex:actionfunction+apex:formworks for me. – Ashwani Aug 17 '15 at 14:40