Rudloff / openvegemap-cordova

OpenVegeMap Cordova app

Home Page:https://play.google.com/store/apps/details?id=pro.rudloff.openvegemap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't close the editor

Rudloff opened this issue · comments

Since #4, it is possible to close the editor with the Android back button, but not with the "Back to the map" link.

It seems that what happens here is that the webview tries to open https://openvegemap.netlib.re/ but deep linking tells it to stay in the app. But since we are not in the context of our Cordova app, we can't detect the deep linking event and load the correct view.
Also, I didn't find any way to manually go back to local content from the editor context.

I guess I will just have to revert #4.