Merge #7367
7367: Provide request interceptor to automatically navigate into PWAs r=NotWoods a=TitanNano
For #7366 and mozilla-mobile/fenix#5772
- a WebAppInterceptor is needed to redirect to a separate WebApp
activity
- the manifest dao currently reports a web app as installed when it was
last used before the deadline / expiration time. This is the oposite
of what it's supposed to do.
- The intent extension should also hold an override URL so a WebApp
intent can be launched with a deeplink.
- The WebAppIntentProcessor currently launches new sessions for each
intent. This will break user expectations when they start to be
switched to a already running WebApp activity but loose their session.
Co-authored-by:
Jovan Gerodetti <jovan.gerodetti@titannano.de>
Please register or sign in to comment