dro-dev
dro-dev
I'm not sure what blocks it, but it doesn't work.
When the app for instance is in landscape and the page is not shown in full, the user doesn't have indication that the page can scroll up and down. Would...
I downloaded the basic example and it happens on that too. https://user-images.githubusercontent.com/70333416/183419423-44c2637c-6bf9-4303-bb06-482e02eb7a02.mov Only if I restart the app (or Hot reload it) the new values are visible. In another use...
This is the log: ``` ChimeraCfgMgr: Updating module config: ads_fdr:2108905005120000,container:2112139120304+vision.barcode,enpromo:2115040025120000,measurement:2185120000 -> ads_fdr:2108905005120000,container:2112139120304+vision.barcode,enpromo:2115040025120000 BroadcastQueue: Background execution not allowed: receiving Intent { act=com.google.android.chimera.MODULE_CONFIGURATION_CHANGED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentInternalReceiver ChimeraCfgMgr: Sending com.google.android.chimera.IntentOperation.NEW_MODULE...
Reviewing some logs from bugsnag, I got a lot of these: `ReferenceError ·'methodName' is not defined` It happens only on some android devices, some of the info I have: Webview...
# Details # Acceptance Criteria - [ ] Before merging retest all the examples to make sure that they work on both Android and iOS.
I found a problem after repeating my background process several times during a normal use. (The user click on a ListView, the bg process starts/ends, a new window is open)...
Randomly, on some Android device, I get the stacktrace from the title: ``` java.lang.NullPointerException: Attempt to invoke virtual method 'void androidx.lifecycle.i.c(androidx.lifecycle.o)' on a null object reference at com.amolg.flutterbarcodescanner.FlutterBarcodeScannerPlugin.c(FlutterBarcodeScannerPlugin.java:4) at com.amolg.flutterbarcodescanner.FlutterBarcodeScannerPlugin.onDetachedFromActivity(FlutterBarcodeScannerPlugin.java:1)...
We tested it and it doesn't look it works out of the box.
we need to have only the bugsnag calls use a proxy, while the rest of the network requests run internally.