Anyone experienced an issue where amp x takes a while to switch on? Running this on chrome dev tools returns false:
AMP.isExperimentOn()
At times, I've found that running on an incognito tab works but not always
Anyone experienced an issue where amp x takes a while to switch on? Running this on chrome dev tools returns false:
AMP.isExperimentOn()
At times, I've found that running on an incognito tab works but not always
Ah, I think there's some confusion due to a naming collision. AMP.isExperimentOn()
is for internal features listed here and is unrelated to the amp-experiment
extension.