added pivotal tracker ref

This commit is contained in:
Wyatt Johnson
2018-05-25 11:54:34 -06:00
parent 5535dde053
commit ba2abab358
+4 -1
View File
@@ -10,7 +10,10 @@ import pluginsConfig from 'pluginsConfig';
// Resolves touch handling issues encountered on IOS Safari under certain
// circumstances. It may be related to issues reported here:
// https://stackoverflow.com/questions/12363742/touchstart-event-is-not-firing-inside-iframe-ios-6
//
// https://stackoverflow.com/questions/12363742/touchstart-event-is-not-firing-inside-iframe-ios-6
//
// Further details: https://www.pivotaltracker.com/story/show/157794038
document.body.addEventListener('touchstart', () => {});
async function main() {