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

Popular posts from this blog

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -

Asterisk AGI Python Script to Dialplan does not work -