Skip to content

nasuadachi/PdfMeSafariTest1

Repository files navigation

iPadOS 18.3 + PdfMe + Angular19 test

To Reproduce

yarn install
yarn run start
  1. Access http://your IP:4200 in Safari on your iPad
  2. 'RUN' Check box is turned on.
  3. Monitor memory consumption (Web Inspector from the Develop menu)

Expected behavior

When running in Safari, ngOnDestroy in PdfMeFormComponent completely frees memory.

AppComponent alternates between Page1Component and Page2Component by router. Page1Component calls PdfMeFormComponent as a child. PdfMeFormComponent passes the dom to PdfMe and asks PdfMe to draw it. When switching to Page2, PdfMeFormComponent's ngOnDestroy() is automatically called. We want to release all memory at this time.

Your Environment

Your Error Log

none.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors