The Limitation:
Since Base44 manages the entire native build process (wrapping your web app into the Android APK), you don’t have direct access to native code like
MainActivity.java. This means you're unable to manually insert the
WebView.setWebContentsDebuggingEnabled(true)command, and our default build configuration keeps this disabled for security reasons in production builds.
This makes sense but when were publishing our mobile apps for internal testing or closed betas we really need the ability to debug to understand issues were facing instead of the native code being a black box.
Please authenticate to join the conversation.
In Review
Feature Request
2 months ago

Charles Lang
Get notified by email when there are changes.
In Review
Feature Request
2 months ago

Charles Lang
Get notified by email when there are changes.