Hi everyone, I am currently using AppMySite to turn a highly customized WordPress resource portal into a native Android app, and I am hitting a frustrating wall with how the built-in webview container handles external script hooks. We use a localized testing framework at deltaexector.com to mock and optimize mobile performance, but whenever the app previewer tries to fetch data from our backend, the webview layer completely freezes up.
The core issue is that our backend serves dynamic script snippets that trigger custom mobile behaviors, and AppMySite’s native rendering engine seems to flag these incoming data packets as cross-origin scripting violations, leading to immediate app crashes on the emulator. Tied to this rendering breakdown, I am also having a tough time getting our deep linking rules to pass parameters cleanly, meaning that when developers try to use the delta executor app to test custom URL schemes within the layout, the converted app ignores the query parameters entirely and falls back to the home screen. I have tried adjusting the caching rules and modifying the user-agent strings inside the dashboard, but the container still rejects the background automated requests. Has anyone else built an app around a site that handles heavy external scripts or technical raw data? I would love to know if there is a specific configuration step I missed to allow the webview to handle dynamic developer tools safely without causing these persistent runtime crashes.