pwlin / cordova-plugin-file-opener2

A File Opener Plugin for Cordova
MIT License
314 stars 584 forks source link

Fix for unable to print opened file #291

Closed pawelzwronek closed 4 years ago

pawelzwronek commented 4 years ago

By not setting FLAG_ACTIVITY_NO_HISTORY flag, android doesn't remove the intend of opened file from memory when trying to print the file so printing is working now.