Skip to content

Why are LIMIT and OFFSET APIs are not working (for some devices)? #242

Answered by vestrel00
atharv-appyhigh asked this question in Q&A
Discussion options

You must be logged in to vote

@atharv-appyhigh, this is probably specific to Realme's version of the Android OS.

I ran the following code using version 0.2.2.

Contacts(context).broadQuery().offset(25).limit(25).find()

I am not able to reproduce this issue in the following emulators;

  • Pixel 4 API 32 (Android 12)
  • Pixel 4 API 30 (Android 11)

I am also not able to reproduce it in real physical devices I own;

  • Samsung Galaxy A71 SM-A715f API 31 (Android 12)
  • Samsung Galaxy Tab S6 Lite SM-P610 API 31 (Android 12)
  • Nexus 6P API 27 (Android 8.1)

Could you please see if you can reproduce this issue in an emulator or any other device?

Otherwise, this issue is probably specific to "Realme RMX2151 (Realme 7)" or the Realme phones…

Replies: 5 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@vestrel00
Comment options

@vestrel00
Comment options

Answer selected by vestrel00
Comment options

You must be logged in to vote
1 reply
@vestrel00
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #241 on June 29, 2022 16:25.