Git Product home page Git Product logo

Comments (10)

jarthod avatar jarthod commented on September 7, 2024

Which version of Android and the SDK are you running?
Do you have an exception or something?

from engage-digital-messaging-android.

thedrugsthatdeceiveyou avatar thedrugsthatdeceiveyou commented on September 7, 2024

This reproduces on Android versions from 4.4 to 7 (we do not use lower versions)
The SDK version is 1.6.1
We don't have any exception

from engage-digital-messaging-android.

waelba avatar waelba commented on September 7, 2024

Do you have the camera permission in your manifest ?

<uses-permission android:name="android.permission.CAMERA" />

from engage-digital-messaging-android.

thedrugsthatdeceiveyou avatar thedrugsthatdeceiveyou commented on September 7, 2024

Yes, we have permission in manifest

from engage-digital-messaging-android.

jarthod avatar jarthod commented on September 7, 2024

Hello, we've released a fix about camera detection in 1.6.2, could you please try this version and let us know if you still have this problem.

from engage-digital-messaging-android.

thedrugsthatdeceiveyou avatar thedrugsthatdeceiveyou commented on September 7, 2024

We still have this problem. You can see it on the video here https://drive.google.com/drive/folders/0B8iNIlKALd51Y090cmVaNEZlYzQ

from engage-digital-messaging-android.

jarthod avatar jarthod commented on September 7, 2024

Ok, thank you very much for the video, we're investigating :)

from engage-digital-messaging-android.

waelba avatar waelba commented on September 7, 2024

@thedrugsthatdeceiveyou did you call mDimeloChat.onActivityResult(requestCode, resultCode, data) inside the function onActivityResult in your parent Activity or fragment ?

@Override
public void onActivityResult(int requestCode, int resultCode, Intent data) {
    super.onActivityResult(requestCode, resultCode, data);
    // DimeloChat is a nested Fragment, we must notify it about onActivityResult
    mDimeloChat.onActivityResult(requestCode, resultCode, data);
}

from engage-digital-messaging-android.

thedrugsthatdeceiveyou avatar thedrugsthatdeceiveyou commented on September 7, 2024

Now it works, thanx!

from engage-digital-messaging-android.

jarthod avatar jarthod commented on September 7, 2024

Great !

from engage-digital-messaging-android.

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.