GwtMaterialDesign / gwt-material-addins

Custom Components for gwt-material.
https://gwtmaterialdesign.github.io/gmd-addins-demo/
Apache License 2.0
35 stars 46 forks source link

iPad support for MaterialFileUploader #246

Open chadluo opened 7 years ago

chadluo commented 7 years ago

Hi there,

We are using the GWT Material Design for a web app and we are expecting it to work on iPads, but it seems the MaterialFileUploader for iPad is not working as the images are not uploaded.

Just wondering are there any further plans of adding iPad support for MaterialFileUploader? We would like to provide supports as we are very interested in this feature.

Thanks very much.

kevzlou7979 commented 7 years ago

Is it only iPad not IOS? https://stackoverflow.com/questions/25986870/dropzonjs-ios-support

chadluo commented 7 years ago

Hi Mark,

Seems that it's not working on neither iPad nor iPhone Safari, so it could be problems related to iOS. We are using version 1.6.2 for both gwt-material and gwt-material-addins.

We tried the Dropzone demo (which should be of latest version) and the frontend seems to be working, but the demo is not uploading the image to the server so we are not sure if it fixes the issue. We also tried the gwt-material File Uploader demo, however we are getting a 405 not allowed error on both iPad and iPhone.

We noticed that you added this issue to version 2.1, and we just wonder is there a release plan for this version? When will it be available?

Thanks again