YNNOB Solutions

Results 18 comments of YNNOB Solutions

> Yes some tablet have different orientation. As I don't have any tablet I would love to know if that's on all tablet or just on samsung. can't test on...

Additional info: It seems like deactiviating the "location" setting in the camera does not deactivate the location tracking. The geo data still gets added to the exif-metadata of the image.

Handling the gps permissions manually and then setting `saveGPSLocation` to `true` does not geotagg the images even tho the app has full permissions.

Same here. Entire Website is crashing when crawler is gettign canceled.

> I also came across this issue. I do not display the location-button in my app, but set saveGpsLocation to True: > > ``` > CameraAwesomeBuilder.awesome( > saveConfig: SaveConfig.photo( >...

i also wonder how all this works together iwth opt-in option the docs explain. I would lie to initially have Firebase Disabled and then show the UMP to the user....

can't fix myself atm because i would have to dig deeper to understand all the genration stuff that depends on this change of not generating a *.g.dart file.

build.gradle: ``` android { namespace = "com.my.app" compileSdk = 34 ndkVersion "26.1.10909125" compileOptions { sourceCompatibility = JavaVersion.VERSION_1_8 targetCompatibility = JavaVersion.VERSION_1_8 } kotlinOptions { jvmTarget = '1.8' } // Default Config...

> Same here, problem in compression, when I set it to 0, the problem dissappears. By default compression value is 30. Maybe i should set the compression to 0. I...

> this issue just set compressio That is just a workaround not a fix. A native default feature of file_picker should not crash any device.