jahu00 / Rikaikyun

Rikaichan based Phonegap app for reading Japanese text
5 stars 2 forks source link

Breaking bug from Android 6 onward #45

Open jahu00 opened 11 months ago

jahu00 commented 11 months ago

The reading part of the application appears to be completely broken from Android 6 onward. I suspect this has something with density being introduced in Android and sizes being calculated incorrectly. Unfortunately, I can no longer build the app as Cordova stack is outdated and doesn't work with current Android SDK.

It might be possible (but difficult) to migrate the app to Android Studio and a WebView (more or less what Cordova did) or to React Native. I'm in the process of rewriting the app in Android Native, but writing all of UI and necessary options will take a lot of time (which I'm really short on right now).