Is the user seeing an error message, or are you getting crash reports in your Google Play console?
It was first reported by a user (app just crashed without an error message), but when I looked at the Google Play Console the crashes are shown there as well. I have a mechanism to catch app errors and send me email with the log as described here:
https://www.b4x.com/android/forum/threads/uncaught-exceptions.59805/#content - but I haven't received any emails about these crashes: another thing that bothers me - why does that part not work?
Have you tried running it on a simulator running Nougat?
No - I use hard connected device for testing - had a lot of issues with the simulators in the past, but I will give it a try again.
Thanks for the offer!
Hiding the full stacktrace does not help us to help you.
Not hiding... didn't have any until they showed up on Google Play Console. Here's the list shown there:
android.database.CursorIndexOutOfBoundsException:
at android.database.AbstractCursor.checkPosition (AbstractCursor.java:460)
at android.database.AbstractWindowedCursor.checkPosition (AbstractWindowedCursor.java:136)
at android.database.AbstractWindowedCursor.getString (AbstractWindowedCursor.java:50)
at anywheresoftware.b4a.sql.SQL$CursorWrapper.GetString (SQL.java:355)
at com.lynxdvm.vaporsuite.main._vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv1 (main.java:15192)
at com.lynxdvm.vaporsuite.main._vvvvvvv6 (main.java:24575)
at com.lynxdvm.vaporsuite.main._btna2_click (main.java:4836)
at java.lang.reflect.Method.invoke (Native Method)
at anywheresoftware.b4a.BA.raiseEvent2 (BA.java:169)
at anywheresoftware.b4a.BA.raiseEvent2 (BA.java:157)
at anywheresoftware.b4a.BA.raiseEvent (BA.java:153)
at anywheresoftware.b4a.objects.ViewWrapper$1.onClick (ViewWrapper.java:78)
at android.view.View.performClick (View.java:6261)
at android.widget.TextView.performClick (TextView.java:11157)
at android.view.View$PerformClick.run (View.java:23748)
at android.os.Handler.handleCallback (Handler.java:751)
at android.os.Handler.dispatchMessage (Handler.java:95)
at android.os.Looper.loop (Looper.java:154)
at android.app.ActivityThread.main (ActivityThread.java:6776)
at java.lang.reflect.Method.invoke (Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:1520)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1410)