There docs state that app bridge helps with printing from your app but I couldn’t find any more information about that.
Is there a comprehensive list of actions or do I have to load the library and introspect it to get the actions?
From the docs – “App Bridge also provides easy helpers for printing pages from your app”
I was hoping to print something from the iframe while using app bridge with my app in the shop.
I guess calling window.print() on a desktop using an embedded app seems to work fine. As in none of the outer frame causes any problems.
There is a Print feature returned with featuresAvailable() but I guess its just a placeholder to say that you can or cannot print ? I’m not sure what purpose it serves. Maybe on mobile I would check if that feature was available before offering a button to print or trying to print ?