wendux / DSBridge-Android

:earth_americas: A modern cross-platform JavaScript bridge, through which you can invoke each other's functions synchronously or asynchronously between JavaScript and native.
3.78k stars 618 forks source link

compatible with loadUrl "javascript:" #59

Closed ldkxingzhe closed 6 years ago

ldkxingzhe commented 6 years ago

Many developer (app developer and sdk developer) call js function by invoke loadUrl("javascript:xxxx"), DSBridge should compatible with that