Thanks man! You saved my time! I was trying everything to get xposed to work on my device, thanks to you it's working fine now!I fixed my issue after hours of debugging, posting this here in case someone Googles it.
It seems that "XposedBridge.jar" is not included in the Magisk version of Xposed, though strangely it worked fine on Magisk version 19.3.
1. Download the corresponding SDK from here:
https://dl-xda.xposed.info/framework/
2. Extract XposedBridge.jar from \system\framework
3. Using Root Explorer or a similar app, move XposedBridge.jar to your internal device storage in the framework folder at:
/data/adb/modules/xposed/(probably system)/framework
4. Change the permissions for XposedBridge.jar to something like 0777
5. Reboot device, make sure Xposed is enabled in the Xposed Installer App prior to rebooting.
Great find, thanks for sharing it!