Question

I have made an app that calls my mobile website. The mobile website has a click-to-call button, and when touching this button in my app, I get an error message saying "Webpage not available". This is not a problem if I visit my site through the browser. Anyone having an idea what to do?

Était-ce utile?

La solution

are you using the webviewer component? The webviewer is no full browser...
You could add a button in App Inventor and use the phone call component alternatively.

or you could use the activity starter to start a full browser to display your page, more info see here

Open the browser to a Web page

Use these activity starter properties to open a specific web page:

Action: android.intent.action.VIEW
DataUri: http://news.google.com

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top