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.
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
Post a Comment