show / hide menu

How to enable the mobile version ClaySys AppForms (SharePoint)

How to enable the mobile version ClaySys AppForms

Steps to follow to enable the mobile version ClaySys AppForms

  • Open the web.config file in the application root.
  • Add a safe control entry for mobile version to the web.config file as follows:

<SafeControl Assembly=”ClaySys.AppBuilder.Sharepoint.Html, Version=1.0.0.0, Culture=neutral, PublicKeyToken=7306e217930e295c” Namespace=”ClaySys.AppBuilder.Sharepoint.Html.Adapter” TypeName=”*” Safe=”True” />

Add below App-setting in the web.config

<add key=”EnableMobileVersion” value=”True” />

  • Open the compat file in the application root/App_Browsers.
  • Add a below controlAdapters

<adapter controlType=”ClaySys.AppBuilder.Sharepoint.Html.ClaysysHTMLWebPart.ClaysysHTMLWebPart, ClaySys.AppBuilder.Sharepoint.Html, Version=1.0.0.0, Culture=neutral, PublicKeyToken=7306e217930e295c”               adapterType=”ClaySys.AppBuilder.Sharepoint.Html.Adapter.ClaysysHTMLWebPartMobileAdapter, ClaySys.AppBuilder.Sharepoint.Html, Version=1.0.0.0, Culture=neutral, PublicKeyToken=7306e217930e295c” />