RocketChat / Rocket.Chat.Cordova

Rocket.Chat Cross-Platform Mobile Application via Cordova (DEPRECATED)
MIT License
104 stars 109 forks source link

Back Button Usage on Android #120

Open craighton opened 8 years ago

craighton commented 8 years ago

Enabling back button usage on Android version

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

maxlinux2000 commented 8 years ago

I think that the problem come from cordova-plugin-crosswalk-webview that conflict with inappbrowser

Try to update to 1.8.0

$ cordova plugin remove cordova-plugin-crosswalk-webview $ cordova plugin add cordova-plugin-crosswalk-webview

with $ cordova plugin list you need to have $ cordova-plugin-crosswalk-webview 1.8.0 "Crosswalk WebView Engine

and if you need to update the hook

$ cordova platform remove android $ cordova platform add android