Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android Webview Photo upload #7949 #7950

Closed
wants to merge 32 commits into from
Closed

Conversation

NikunjKapupara
Copy link

JIRA: https://jira.appcelerator.org/browse/AC-3520

Provide a clear PR title prefixed with AC-3520
screenshot_2016-04-18-13-23-41

DESCRIPTION:

In one of the my Appcelerator Project there is one functionality like,

We are showing a remote webpage in webview and in that webpage there is Photo Upload Browse button.

By clicking on that button Option dialog comes that ask to choose photo from Camera or Photo Gallery and we can select the photo.

That functionality is works fine in iOS but in android Titanium SDK has not support to choose and upload a photo from remote web page which is loaded on webview.

Earlier we are using a modified Titanium SDK. Can you please modified latest Titanium SDK(5.2.X Onwards) that support this feature.

**The remote web page has done this code in HTML file and it's working fine in iOS but not working in android.

**

Modified SDK (https://www.dropbox.com/s/j2csab3dhy6w3u2/4.1.0.GA_For_Correction_Camera_Web_upload.zip?dl=0) which allow to select photo from gallery or camera and this working fine in iOS and Android so the same change I need for latest version of Titanium SDK (5.2.X Onwards)

If you know, what changes we have to do in Titanium SDK to support this feature so can you suggest me in which file of Titanium SDK we need to do changes and what changes we have to write Titanium SDK files ?.
b86327ec-056f-11e6-941c-8e6edf48e923

stgrosshh and others added 30 commits February 25, 2016 21:54
Add generic permissions request handling for Android Marshmallow
see example usage in tipermissions module
https://github.com/stgrosshh/tipermissions
Change to strong references to avoid some issues with async UI creation
Provide infos about requested and denied permissions in callback result
[JIRA](https://jira.appcelerator.org/browse/TIMOB-23150?filter=-1)
Fixed issue with JS object  being garbage collected causing the views to have no bridge with the objective-C objects.
specify 5.4.0 for appBadge property
[TIMOB-23175] Android: Replaced condition for build tools to accept 23.x
Cleaned up Android build tools warning output.
Signed-off-by: Hans Knoechel <hans.knoechel@hs-osnabrueck.de>
Signed-off-by: Hans Knoechel <hans.knoechel@hs-osnabrueck.de>
Signed-off-by: Hans Knoechel <hans.knoechel@hs-osnabrueck.de>
[TIMOB-23190] iOS: Support Ti.UI.OptionDialog property "tintColor"
[TIMOB-23191] iOS: Fix non-string PickerRow titles
[TIMOB-23146] Updated ioslib to v0.10.4.
Replaced the standard <> link with an <a>
…d Ti.Android.currentActivity.intent.packageName are always undefined
[TIMOB-23150] iOS: EventListener issues in ScrollableView for IOS.
Fixed error message.
[TIMOB-12412] Android: Ti.Android.currentActivity.intent.className and Ti.Android.currentActivity.intent.packageName are always undefined
[TIMOB-19910] Android: openPhotoGallery fails when remote image selected
@NikunjKapupara
Copy link
Author

Can you modified any current Titanium 5.2.X version of SDK and send me back as earlier we got the same because I can't wait for next release when it will available and our application is LIVE already. Moreover, I also have to give the support of Android 6.0 and Android 6.0 support can't be possible in 4.1.0GA SDK because it takes TargetSDK 22 and we have uploaded Target SDK 23 on store.

In short I need any of current Titanium 5.2.X version of SDK which allow me to select photo from webview in android as I have mentioned above. (attachment)

It's very urgent so please co-operate me.

@hansemannn
Copy link
Collaborator

Now you want to merge into FokkeZB-patch-1 from master. You can always build your own version of the SDK, see here for more infos.

@ashcoding
Copy link
Contributor

@hansemannn With ref to this PR and https://jira.appcelerator.org/browse/AC-3520, I added comments into the ticket with which comment is needed exactly.

@ashcoding
Copy link
Contributor

@NikunjKapupara Please see progress in Jira ticket https://jira.appcelerator.org/browse/TIMOB-23229

Closing this PR as it is not required.

@ashcoding ashcoding closed this Apr 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet