As per the confluence developer guide, we have followed the given steps on below URL to run custom macros on mobile devices :
ConfluenceMobile.contentEventAggregator.on("displayed", function() {});
URL: https://developer.atlassian.com/server/confluence/making-your-macro-render-in-confluence-mobile/
Custom macro javascript works fine using mobile chrome browser but doesn't seem to be working on the confluence server mobile app due to javascript code not getting executed.
Is there a way to execute the javascript files on the app using macros?
Just a hint: It's probably better to ask development related questions on the Developer Community. :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.