Giter VIP home page Giter VIP logo

Comments (16)

davidmarquis avatar davidmarquis commented on May 29, 2024 1

Here's a screenshot of the preview panel that shows up:

image

from capacitor-filesharer.

Rosadojonathan avatar Rosadojonathan commented on May 29, 2024 1

Up! I'm having the exact same issue. I'm on iOS 13.7

from capacitor-filesharer.

moberwasserlechner avatar moberwasserlechner commented on May 29, 2024

Hi,

I tested it with iOS 13+ and it always works. What ios version do you use?

BR

from capacitor-filesharer.

SayWhat69 avatar SayWhat69 commented on May 29, 2024

I have the same bug with an png image.

from capacitor-filesharer.

NikJaySix avatar NikJaySix commented on May 29, 2024

Same issue here. Previews the PDF instead of opening the share options.

from capacitor-filesharer.

kams2160 avatar kams2160 commented on May 29, 2024

Same here for CSV data and iOS 14.4. I see only fullscreen preview with my CSV.

from capacitor-filesharer.

FeoSilva avatar FeoSilva commented on May 29, 2024

I fixed it by installing the pods with the command pod install inside the .xcodeproj folder

from capacitor-filesharer.

zack1013 avatar zack1013 commented on May 29, 2024

I fixed it by installing the pods with the command pod install inside the .xcodeproj folder

may i have more detail how to fix that? thanks.

from capacitor-filesharer.

FeoSilva avatar FeoSilva commented on May 29, 2024

I fixed it by installing the pods with the command pod install inside the .xcodeproj folder

may i have more detail how to fix that? thanks.

After installed the dependency (npm i @byteowls/capacitor-filesharer or yarn add @byteowls/capacitor-filesharer), open the terminal in the folder where is .xcodeproject file and run the command pod install

from capacitor-filesharer.

nik736 avatar nik736 commented on May 29, 2024

+1 I have the same issue with a jpg

from capacitor-filesharer.

berkayyildiz avatar berkayyildiz commented on May 29, 2024

I had same problem, it fixed after npx cap sync.

from capacitor-filesharer.

MajorPrime avatar MajorPrime commented on May 29, 2024

We had this issue despite already using cap sync
For us, we had to register the plugin (in index.tsx where we call ReactDOM.render)
(cordova v2.4)

import {FileSharer} from '@byteowls/capacitor-filesharer';
import {registerWebPlugin} from '@capacitor/core';
registerWebPlugin(FileSharer);

from capacitor-filesharer.

moberwasserlechner avatar moberwasserlechner commented on May 29, 2024

I released the new version 3.0.0 today

If you can and it is still relevant please test this issue with the new version. (Capacitor 3.0.0 required)

I keep this issue open a few days and close it afterwards if there is no feedback.

BR Michael

from capacitor-filesharer.

Hanho-Kim avatar Hanho-Kim commented on May 29, 2024

I am currently developing on Capacitor 2.4 and it still has the exact same issue. I already tried the solutions above.

from capacitor-filesharer.

Hanho-Kim avatar Hanho-Kim commented on May 29, 2024

For those who are developing on capacitor 2.0,
FileSharer.share({...}) => Not working as intended. Some previewing webview is appeared without any failed/error message. (This should be fixed for preventing confusion)

Plugins.FileSharer.share({...}) => Working fine.

from capacitor-filesharer.

moberwasserlechner avatar moberwasserlechner commented on May 29, 2024

Closed as outdated.

from capacitor-filesharer.

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.