react-native-background-geolocation icon indicating copy to clipboard operation
react-native-background-geolocation copied to clipboard

android 12 toast

Open lukasa1993 opened this issue 3 years ago • 8 comments

on android 12 toast wraps and instructions aren't readable

lukasa1993 avatar Jun 06 '22 13:06 lukasa1993

A screenshot of exactly which toast you mean would be nice

I do see this, it's new to me: https://developer.android.com/guide/topics/ui/notifiers/toasts

If your app targets Android 12 (API level 31) or higher, its toast is limited to two lines of text and shows the application icon next to the text. Be aware that the line length of this text varies by screen size, so it's good to make the text as short as possible.

Indicated workarounds are snackbar or notification...

mikehardy avatar Jun 06 '22 13:06 mikehardy

it disappears so fast i couldn't take picture i'll try again, basically toast to guide new user how to set it up

lukasa1993 avatar Jun 06 '22 13:06 lukasa1993

alternatively then, exact steps to reproduce. There's actually a template that includes these things, so we don't have to spend our valuable time commenting back and forth for obvious questions ;-)

<!--
*****************************************************************
* WARNING:  If you ignore this template, so too will your issue
*****************************************************************
-->

<!--
  Provide a general summary of the issue in the Title above
-->
## Your Environment
* Plugin version:
* Platform: iOS or Android
* OS version:
* Device manufacturer / model:
* React Native version (`react-native -v`):
* Plugin config
```javascript <!-- Syntax-highlighting:  paste your code below -->
PASTE_YOUR_CODE_HERE

Expected Behavior

Actual Behavior

Steps to Reproduce

Context

Debug logs

Logs
PASTE_YOUR_LOGS_HERE

mikehardy avatar Jun 06 '22 13:06 mikehardy

steps are android 12 and just first example in readme i haven't even started using this. cant read error what it says nothing gets logged in terminal so i just don't know where i am

lukasa1993 avatar Jun 06 '22 13:06 lukasa1993

Those aren't...steps? Steps are:

  1. maybe something like git clone something
  2. maybe something like install something on some specific thing (like, real device using android 12, or, emulator or whatever)
  3. do something
  4. see something wrong

I'm just saying, if I'm your co-worker, and you are my manager, I come to you with this report, and if you don't tell me to come back to the office with something specific, we're going to have an employer/employee chat right?

mikehardy avatar Jun 06 '22 14:06 mikehardy

Edit your original post. Provide all the information requested in the issue template.

christocracy avatar Jun 06 '22 14:06 christocracy

Also see Wiki Debugging to learn how to observe plugin logs in $ adb logcat *:S TSLocationManager:V

christocracy avatar Jun 06 '22 14:06 christocracy

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You may also mark this issue as a "discussion" and I will leave this open.

stale[bot] avatar Sep 21 '22 03:09 stale[bot]