João Gonçalves
João Gonçalves
I've been trying to implement it and I believe that instead of using helper.createView() on your activity::onCreate() you might be able to use the helper on your fragment::onCreateView() and instead...
Here's what I found now, I started a blank project with activity + fragment. Using the bootstrap code from the Android Studio I changed: - The activity style to set...
Another finding...if the height of the LinearLayout is less than the height of the ActionBar the exception that I posted earlier is thrown ( "java.lang.IllegalArgumentException: y + height must be
More work has been done! (By the way, sorry for the constant spam, I'm doing this in order to document as max as possible so that others don't have the...
`CordovaInterfaceImpl` is directly calling the deprecated method `onRequestPermissionResult` but the deprecation annotation is pushing developers to override the new method that is never executed. Also, does it make sense for...
This also happens on a cordova project Edit: ok, I found out that actually this is the expected behaviour if you're running on the simulator and/or launched your application from...
Appium is working on a nodejs implementation/port of libimobiledevice that could potentially help accomplish what @hjstn is asking. You can find it [here](https://github.com/appium/appium-ios-device). Not sure what are the performance implications...
Take a look at https://github.com/open-telemetry/opentelemetry-js-api/issues/157#issuecomment-1101352108b
Thanks @paduc for engaging on the discussion! Yes, that makes sense and was my first impression as well, sadly, this breaks the norm which means that other APIs, such as...
I was about to open a bug on cordova-fetch with this exact same behaviour but wasn't entirely sure if it should be opened there or here, on cordova-lib. Anyway, I'll...