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?

Was it helpful?

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top