Android webview geoposition database failed to open

前端 未结 3 1200
小鲜肉
小鲜肉 2021-01-02 02:56

I have website using javascript geolocation api and want it to open in a webview. I set up these permissions in the manifest file:



        
3条回答
  •  星月不相逢
    2021-01-02 03:07

    The line

    D/WebKit (22653): SQLite database failed to load from /CachedGeoposition.db

    is interesting

    Try setting the appropriate DB path in WebSettings.setDatabasePath as well, it could be that this is used as the root for the geo db path

提交回复
热议问题