You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rendering a PDF in the webview doesn't allow us to save to device or send to a printer. Minimalist approach could be to open PDF's in browser if it allows for saving / sharing out of box (vs adding our own functionality into our LDTWebViewController
The text was updated successfully, but these errors were encountered:
Running build on device and opening Birthday Mail stencils and noticed this warning, which doesn't seem to break anything. Seems like known iOS 9.3 bug:
objc[638]: UIPDFPageRenderOperation object 0x1262d7d60 overreleased while already deallocating; break on objc_overrelease_during_dealloc_error to debug
objc[638]: UIPDFPageRenderOperation object 0x126630d90 overreleased while already deallocating; break on objc_overrelease_during_dealloc_error to debug
objc[638]: UIPDFPageRenderOperation object 0x1262d65c0 overreleased while already deallocating; break on objc_overrelease_during_dealloc_error to debug
Refs #1014 (comment)
Rendering a PDF in the webview doesn't allow us to save to device or send to a printer. Minimalist approach could be to open PDF's in browser if it allows for saving / sharing out of box (vs adding our own functionality into our
LDTWebViewController
The text was updated successfully, but these errors were encountered: