Git Product home page Git Product logo

Comments (9)

sarriaroman avatar sarriaroman commented on June 2, 2024 1

From your Android project just remove this line: https://github.com/sarriaroman/photoviewer/blob/master/src/android/PhotoActivity.java#L114

from photoviewer.

jakubprogramming avatar jakubprogramming commented on June 2, 2024

Thank you for this quick answer.
The changes are not reflected in my project. I suppose that is a cordova issue though. I will figure it out from here on.

from photoviewer.

sarriaroman avatar sarriaroman commented on June 2, 2024

Check the plugins folder in your project. Sometimes Cordova replace the plugins during the prepare process ;)

from photoviewer.

jakubprogramming avatar jakubprogramming commented on June 2, 2024

Just went the easy way and removed / added the android platform. Now it works, thank you!
Is it just as easy to achieve the same on IOS?

from photoviewer.

sarriaroman avatar sarriaroman commented on June 2, 2024

On iOS you can't hide it but can disable it just adding the next code

- (BOOL)documentInteractionController:(UIDocumentInteractionController *)controller   canPerformAction:(SEL)action{
    return false;
}

from photoviewer.

jakubprogramming avatar jakubprogramming commented on June 2, 2024

Okay, I will look into this later. Thanks a lot!

from photoviewer.

srameshr avatar srameshr commented on June 2, 2024

The action sheet or the share widget takes a really long time to appear once the share button is clicked. Any workarounds for that?

from photoviewer.

meyyappanv avatar meyyappanv commented on June 2, 2024

I like the recent fix in version 1.1.5. Works like a charm with Andriod.
Can you provide a similar fix (argument based) in iOS?

from photoviewer.

gjord83 avatar gjord83 commented on June 2, 2024

Hi guys, I am using the plugin for my app:
this.photoViewer.show(this.fullScreenImg, null , { share: false });

share false works fine on android... not on iOS. Have you a workaround? Thanks!

from photoviewer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.