-
Improvement
-
Resolution: Won't Do
-
Minor
-
None
-
1.4
-
MOODLE_14_STABLE
And once we receive the file, we should upload it directly to the user private file area
For iOs:
We need to specify with type of files supports the app
It wasn't possible to do that in Phonegap:
https://groups.google.com/forum/#!topic/phonegap/_ws_dSzyCV4
But starting Phonegap Build 3.1 it's possible:
https://github.com/phonegap/build/issues/213#issuecomment-31330060
An the example for XML files:
<gap:config-file platform="ios" parent="CFBundleDocumentTypes">
<array>
<dict>
<key>CFBundleTypeName</key>
<string>XML File</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSItemContentTypes</key>
<array>
<string>public.xml</string>
</array>
</dict>
</array>
</gap:config-file>
For Android:
Same as above, as custom preferences in Android Manifest
http://docs.build.phonegap.com/en_US/3.3.0/configuring_config_file_element.md.html#Config%20File%20Elements
Example for youtube:
http://stackoverflow.com/questions/525063/android-respond-to-url-in-intent
We need the WebIntent plugin, that currently we are using
- has been marked as being related by
-
MOBILE-886 Add new upload plugin, "Upload a file" only for Android
- Resolved
- will help resolve
-
MOBILE-701 Option to set the browser app
- Resolved
-
MOBILE-135 Upload documents for assignments
- Closed
1.
|
Design the "Uploading file" interface | Closed | Barbara Ramiro | |
2.
|
"Open with" for iOS | Resolved | Dani Palou | |
3.
|
"Open with" for Android | Open | Dani Palou |