简体   繁体   中英

How to show local HTML file in App Inventor

How can I show a locally hosted HTML page in App Inventor WITHOUT using WebViewer?

Since file select doesn't work in WebView I created an html file which uploads sends data to an external source. So I would like to load the HTML page in App Inventor without WebView.

If it's not possible how can I create an HTML form in App Inventor (No Webview)?

To view a HTML page in App Inventor, generally there are 2 possibilities

  1. to use the webviewer component
  2. to use the activity starter to open an external browser, see also Using the Activity Starter

for 2. the HTML page must be moved to sdcard or available in the internet somewhere, because an external app can't access the assets of your App Inventor app.

Alternatively use the web component to upload data to somewhere, for example

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM