Login is notSo far - looks OK - took me a moment to figure out I needed to sign in / create an account before use. Maybe start with that page if the user isn't signed in? Sign in process is quick and simple.
I don't seem to be able to give "All files access" on my Galaxy A71 Android 13
yes will check that. I had to leave for a vacation. I will check that on sunday and fix as neededSame as @John Naylor ..
On opening the app, Toast message, " All files access denied" . No permission dialogue presented.
OPPO A16. Android 13
And there was me assuming B4XPages and not even rotating my phone....Hi, same problem here as others with the "All files access denied". Tried in the 'permission manager' in phone settings, but the app is not in the list.
There is also something wrong in landscape orientation, the animated icon appears behind the text:
View attachment 155836
The icon I have fot the app is a generic icon by Android, not yours. In the application permissions information there is (1)'Allowed: Not permission allowed', and (2) 'Denied: no permission denied' [image in spanish]:
View attachment 155837
And there's a toast message that is not entirely seen, even in landscape orientation:
View attachment 155838
Hope this helps you
My phone is a Samsung Galaxy A52, Android 14
added you. please use the optin link in the first msgAnyone is welcome to add me as a tester!
Lucasheer AT gmail dot com
Thank you!!
Dim rp As RuntimePermissions
rp.CheckAndRequest(rp.PERMISSION_WRITE_EXTERNAL_STORAGE)
Wait For B4XPage_PermissionResult (Permission As String, Result As Boolean)
If(Result) Then
cam.Show("image/*", "Choose image")
Else
toast.Show("Please grant storage permissions..")
End If