When press the back button android shows blank page -
i have activity named submitactivity. in activity, have button. when click button, chrome custom tabs open. able application custom tabs, used intent-filters custom deep linking (host , scheme).
with intent-filters(deep linking) i'm starting web view in app. if try go submitactivity via pressing button, before submitactivity, see blank page. could't solve problem.
i used
intent.setflags(intent.flag_activity_no_history);
this code closing chrome tabs. so, can able go submitactivity. it's not helping blank page.
i suspect webview goes , expects data (e.g url) that's blank since didn't receive anything.
this different case might help
wiki
Comments
Post a Comment