Chrome Custom Tabs CookieManager -


i have app uses cookies give authcode inturn token oauth flow. looked on android developer site , says cookiemanager used webview instances. mean chrome custom tabs can not use cookiemanager?

thank in advance.

james

thats right, chrome custom tabs uses chrome's cookie store, , it's not possible read or write cookies client application.


Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -