You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given the following params, highlight the ayat using the same algorithm that CoordinatesModel uses
ayat (58:18)
image type (1024, 1260, 1920, etc.)
Motivation:
It is very time consuming in the app to jump to a particular ayah (3 dots menu -> jump -> type sura number -> type ayah number -> hit go)
It is very difficult to change image type in the app (currently, I have to change the default page provider path, rebuild the project)
Cannot compare side by side with different image types (currently, you will have to run the build on the first image type, get the pic, run the build on second image type, get the pic and compare)
Sequencing: Let's say that you have to verify a bunch of ayahs in a sequence (like 58:18, 53:23, 25:62, 50:22, 76:21, 39:69, 17:110, 2:109, 6:96, 49:3, 2:107, 9:98, 10:57, 5:27), then you can simply open that many tabs in the browser (using this)
The text was updated successfully, but these errors were encountered:
murtraja
changed the title
Debug Highlighting
Highlighting ayah given image type
Mar 12, 2019
murtraja
changed the title
Highlighting ayah given image type
Highlighting ayah from given image type (1024, 1920, etc)
Mar 12, 2019
Given the following params, highlight the ayat using the same algorithm that CoordinatesModel uses
Motivation:
The text was updated successfully, but these errors were encountered: