Ability to add custom html just after the <body> tag and just before the </body> tag. This would allow us to create a custom wrapper for all applications to truly create a website with our own custom header, navigation and footer.
It would be nice if this could be defined as a variable for wrapper_head and wrapper_foot.
Also would like the ability to add meta info to the application’s head.
as far as I know you cannot generate apps that put any text/objects outside of the app itself. Why don’t you load the SC app in an iframe? that way you can completely style the area around the app the way you want.
I myself use SC apps in Joomla CMS. That way the apps are “integrated” in the website. Furthermore I use JScriptcase for single-signon.
yes i’am , problem is scrollbar vertical on joomla sometimes doesnt working properly, so you should fixed height and width sc to avoid scrollbarr iframe,
o address this request, I would suggest implementing a feature that allows developers to insert custom HTML both immediately after the <body> tag and just before the </body> tag. This would provide greater flexibility in designing the structure of the website, enabling the creation of a custom wrapper that could house personalized headers, navigation, and footers across applications. Defining these areas as variables, such as wrapper_head for the content before the body and wrapper_foot for content after the body, would streamline customization. Additionally, providing the ability to insert meta information into the <head> section of the application would improve SEO and ensure that essential metadata, such as page titles, descriptions, and social media tags, can be customized easily for each page. This approach would significantly enhance the customization and optimization potential for developers, allowing for a more tailored and professional website structure.