Android Question Line refuses to execute under Release(obfuscated)

Peter Simpson

Expert
Licensed User
Longtime User
Hello all,
The following line runs absolutely perfectly fine in Debug(legacy) Debug(rapid) and also in Release mode, but it point blank refuses to run in Release(obfuscated). This means that this particular app of mine is in the app store but has not been released using Release(obfuscated) :(

There are no errors, the following line just refuses to call the ProcessHTML sub when ran in Release(obfuscated).
B4X:
WebViewerExtras.executeJavascript(WebViewer, "B4A.CallSub('ProcessHTML', true, document.documentElement.outerHTML)")

Any help would be gratefully appreciated, cheers...
 
Top