duanhuoyao7011 2019-05-15 06:16
浏览 330

在webview android中从我的服务器打开本地html页面

I have wampp server installed on my laptop. I have created a php/html page in wampp. Now I need to open this page in my Android app in webview. I am providing my app correct link of the page as http://myIPaddress:port/pageAddress but still it is not working. My phone and laptop are even connected to the same internet. In WebResourceError, I am getting errors like ERR_CONNECTION_TIMED_OUT. How can I open that page in my android app webview?

  • 写回答

1条回答 默认 最新

  • ds2128629 2019-05-15 06:32
    关注

    By default WampServer s Apache is only reachable for the localhost.

    For WampServer 3 and above you need to edit your httpd-vhost.conf configuration. You can do this by left clicking your wampmanager icon in your tray -> Apache -> httpd-vhost.conf .

    Then change:

    Require local

    To:

    Require all granted

    Restart the service afterwards.

    评论

报告相同问题?

悬赏问题

  • ¥60 版本过低apk如何修改可以兼容新的安卓系统
  • ¥25 由IPR导致的DRIVER_POWER_STATE_FAILURE蓝屏
  • ¥50 有数据,怎么建立模型求影响全要素生产率的因素
  • ¥50 有数据,怎么用matlab求全要素生产率
  • ¥15 TI的insta-spin例程
  • ¥15 完成下列问题完成下列问题
  • ¥15 C#算法问题, 不知道怎么处理这个数据的转换
  • ¥15 YoloV5 第三方库的版本对照问题
  • ¥15 请完成下列相关问题!
  • ¥15 drone 推送镜像时候 purge: true 推送完毕后没有删除对应的镜像,手动拷贝到服务器执行结果正确在样才能让指令自动执行成功删除对应镜像,如何解决?