Al Gantori
Al Gantori
If my guess is correct don't use the garbage scrolling methods from your framework here react, I have the same problem with framework ionic, instead use standard .scrollIntoView() it works...
Thru some guess work I got the following to partially work, I say partially because: 1. It does open the current viewed file into the live server 2. When switching...
Are you sure this kind of data is not already available in some XML/JSON resource? I have done indirectly some node.js based development but I don't recognize the commands installation...
By database you mean download the sql folder in this repo. I have MySQL Workbench, it's a beast I never got acquainted with all of its terms Open Model, ???...
- So after upgrading MySQL Workbench to 8.0.20 it quit working and has error, these companies Oracle, Microsoft just ruin any piece of software they grab onto and make it...
- Oh that table does not give the line_number, glyph_page_line is what I should be looking into, for this line wrapping (word/token count) I am after. - This particular 1st...
Specifically for Page#2 this database is about this particular layout  Matching query ``` SELECT COUNT(line_number) FROM `glyph_page_line` WHERE page_number = 2 GROUP BY line_number; ``` The raw/net count of...
Wow I can't believe I am doing a 3 way join to get this, it appears that all verse-numbers are typed as "end"   Mission almost accomplished !!! ALLAHU...
- In my current hacking I am including the Tajweed-marker (here a pause) and verse-numbers as well in the rendering. It's just that my algorithm is based on word count...
after several years with Ionic3 I am still a complete novice Here is my configuration  I have tried a bunch of things while hunting stackoverflow and my own logs...