Skip to content

PTLINKED Exercise Program Library jQuery Plugin

Compare
Choose a tag to compare
@mfrank4101 mfrank4101 released this 28 Feb 21:59
· 2 commits to main since this release

Minor bug fixes:

DV-6740 - Fixed an issue with printing and exercise program from mobile (iOS). The PDF was being blocked by Safari from opening up in a new browser tab/window. This was happening because a direct window.open function call was being made from inside an ASYNC listener. This was corrected by creating the instance of the window/tab before requesting the PDF. Once the PDF is generated, we simply change the location URL of the new tab/window reference.