"All Permissions" button in disabled - android

I am working with rn-samsung-health react native library for getting some Samsung Health data in my react native application and I am getting this error
enter image description here

Related

React native on navigation app is crashed error android::Thread::_threadLoop

React native app is crashing on navigation event, the screen that crashes is depending on id the, id from param is used to call api, the api data is using in Webview. it some time crashes otherwise work fine,
I am sharing link that may help to find issue.
https://sentry.io/share/issue/66198bd33cc74911bd5b242f91d918c8/

Unable to get run user flow in flutter Application with flutter_azure_b2c

I am adding flutter_azure_b2c in my flutter application, i have followed the documentation and updated AndroidManifest.xml, created a config file named b2c_config.json and saved it in path: android/app/main/res/raw/ for android and updated my main.dart with this example and getting this screen on my emulator [emulator image][3].
But when i click on login button i am not able load azure ad login page when i click on login, i think b2c config is not getting loaded in this app and i have checked policy with android native app its working for it

Google maps cross-platform URL fails to load route on Android after "in app navigation"

I have an Angular 9 + Ionic 5 application, deployed as PWA, Android and IOS apps.
We use google's universal, cross-platform URL to launch Google Maps,
as described here: https://developers.google.com/maps/documentation/urls/get-started
Function open a location in google maps:
export const openMaps = (lat: number, lng: number) => {
const url = `https://www.google.com/maps/search/?api=1&query=${lat}%2C${lng}`;
return window.open(url, '_top').focus();
};
This works fine in PWA and IOS app, however in Android after the address is loaded in browser as expected, it fails to launch Navigation after supporting start location in Route planner and tapping on "IN APP NAVIGATION". (Same happens if i provide the link with Directions to start navigation automaticly).
Error shown after tapping "IN APP NAVIGATION":
The webpage at intent://maps.app.goo.gl/?link=https://www.google.com/maps/dir//50.253722,10.958954/#49.9145812,10.9626145,8z/data%3D!4m2!4m1!3e0!11m1!6b1?entry%3Dml&apn=com.google.android.apps.maps&amv=914018424&isi=585027354&ibi=com.google.Maps&ius=comgooglemapsurl&utm_campaign=ml_promo&ct=ml-nav-nopromo-dr-nlu-wv-msc&mt=8&pt=9008&efr=1#Intent;package=com.google.android.gms;scheme=https;S.browser_fallback_url=https://play.google.com/store/apps/details%3Fid%3Dcom.google.android.apps.maps&pcampaignid%3Dfdl_long&url%3Dhttps://www.google.com/maps/dir//50.253722,10.958954/#49.9145812,10.9626145,8z/data%253D!4m2!4m1!3e0!11m1!6b1%3Fentry%253Dml&min_version%3D914018424;end; could not be loaded because:
net::ERR_UNKNOWN_URL_SCHEME
Does someone have an idea what went wrong here? The URL syntax should be correct, but seems like the google maps intent loads an unknown scheme on Android.
Solved! Problem was window.open(url, '_top').focus();
These link should be used with target: _system.
And in case of hybrid Ionic app, the following plugin is also recommended!
https://ionicframework.com/docs/native/in-app-browser

Android Login with Amazon - did't redirect to app after success Login

I have implemented "Login with Amazon" in android app.
Everything works fine in android Marshmallow and i can get IdentityID.
But i am facing problem in android KitKat, the app did't redirect after successfully Login.
I am using the following snippet to authrize
AuthorizationManager.authorize(
new AuthorizeRequest.Builder(requestContext)
.addScopes(ProfileScope.profile(), ProfileScope.postalCode())
.build());
The page load with following error
This site can't be reached.
Note : App works fine with Amazon shopping App, problem occurred in external browser(chrome and default browser)

Not able to utilize web based locators using appium/robotframework

I am trying to utilize RIDE and Robot framework with appium for mobile testing and I am unable to get appium/sauce to recognize the locators we used for our browser platform testing. It is a web based app so all of the locators should be the same and I am unsure of the syntax required for RIDE to utilize the appium library. I have added the sauce log as well as what I currently have in robot framework. We are able to get the app loaded, the login screen loaded and then fail out when it tries to input a login name/password.
https://saucelabs.com/tests/1b762e1a7d2f4fc694bd0957f7d0d1b1
appiumlibrary.open application http://test#localhost:4445/wd/hub platformName=android platformVersion=5.0\appiumversion=1.4 \ deviceName=android emulator app=test-url.apk device-orientation=portrait
sleep 30
Input Text xpath=//*[#id=login-inner] test
Input Text //*[#test-id='fldPassword'] test
Click Element //*[#class='ember-view pointer login-btn logon-submit btn btn-primary submitButton form-validation-submit submit is-valid']

Categories

Resources