Hello @dajobbindia
Your theme or plugin may be adding that message, AMP pages do not allow javascript as they delays page rendering, so AMP plugin removes any javascript added by your sites theme or plugins.
If your sites theme is adding the script, I will recommend using reader mode where you can choose different theme for AMP pages. you can find list of compatible themes and plugins on our site.
If one of the plugin is not compatible :
a. Contact plugin author ask make them AMP compatible.
b. Find alternative plugin ( few are listed our site )
c. if the plugin do not add any functional value you can Suppress the plugin.
d. Disable AMP on the particular page where plugin adds functionality. you can find settings on edit screen.
In addition to removing custom JavaScript, the AMP plugin also unwraps any noscript elements in the page. It’s likely that your plugin includes a noscript along with the script and this is why you are seeing that message. Ideally plugins provide a fallback experience in a noscript and if they do the AMP plugin provides that as the fallback experience.
Thank You, I identified the plugin and solved the issue now.