Fullscreen image on tap

Hey guys, how can I allow to tap on image and open up in fullscreen mode? (Like twitter/facebook app)

Suggestions?

You could do something like this.

Then combined this with the swappable cards demo for added effects

3 Likes

Is there pinch-to-zoom attribute for ? I bet have seen it somewhere in the docs but cant find now.

Should be according to this issue.

Thank you it works!
But I have a problem with the background of the modal … it’s under the status bar, take a look:

Any thoughts about what can I do to avoid this?

You could add this to the modal open event

if(window.StatusBar) {
      // org.apache.cordova.statusbar required
      StatusBar.hide();
    }

Then show it again when you close the modal

Ok thank you so much!

Its shows blank screen in android phone , works perfectly in iPhone.
Any help would be appreciated .

How to make it in angular 2