android - App Inventor WebView AFTER Web Post -


i want connect app inventor app website, through web component post request. now, want open webview of same webpage, same post data used web component.

my blocks enter image description here

the webpage loaded html (like head, body, divs, spans), , want save html code file, , use webview .html file. reason, blank screen.

you blank page, because file component works asynchronously, means, webviewer component trying access file before saving of file finished. therefore should access webpage in file.afterfilesaved event instead.

btw. simpler method (without using file component) save file directly using web component, see how download file , save on device


Comments

Popular posts from this blog

What is happening when Matlab is starting a "parallel pool"? -

angular - DownloadURL return null in below code -

php - Cannot override Laravel Spark authentication with own implementation -