socketio-file-upload icon indicating copy to clipboard operation
socketio-file-upload copied to clipboard

Client iOS

Open sultan-karybaev opened this issue 5 years ago • 1 comments

Is there way to use this technology with iOS client side?

sultan-karybaev avatar Aug 21 '19 15:08 sultan-karybaev

If used via a WebView (PhoneGap), this should work out of the box on iOS.

For native iOS client side, one could write an iOS client side version of this library in Swift, e.g., via https://socket.io/blog/socket-io-on-ios/

I haven't recently used hybrid native app frameworks (React Native, Flutter, etc), so I don't know whether the JavaScript code provided here works when using those frameworks.

sffc avatar Sep 03 '19 15:09 sffc