문제

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?

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top