New issue
Advanced search Search tips

Issue 726969 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: May 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Deep link to http://localhost WebAPK does not navigate WebAPK

Project Member Reported by pkotw...@chromium.org, May 27 2017

Issue description

Deep link to http://localhost WebAPK does not navigate WebAPK

Repro steps:
1) Create a WebAPK for a http://localhost URL
2) In Chrome, tap on a link which is within the scope of the WebAPK but is not for the start URL

Expected:
WebAPK navigates to requested URL
Actual:
WebAPK opens at start URL


 
Project Member

Comment 1 by bugdroid1@chromium.org, May 29 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/be86133df7ec4620d8cbbf0059fd4d381ef70002

commit be86133df7ec4620d8cbbf0059fd4d381ef70002
Author: Peter Kotwicz <pkotwicz@chromium.org>
Date: Mon May 29 20:35:12 2017

Open correct URL when deep linking to http://localhost:// WebAPK

https://codereview.chromium.org/2684373002 enabled creating WebAPKs for
http://localhost pages. This CL enables navigating the WebAPK to a
http://localhost URL via a deep link.

Previously, when a user tapped a deep link into a http://localhost WebAPK the
WebAPK would navigate to the start URL.

BUG= 726969 
NOPRESUBMIT=true

Change-Id: Ic6cfcf769bd826a8dbedf79098981bbfc7e5328a
Reviewed-on: https://chromium-review.googlesource.com/517742
Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org>
Reviewed-by: Xi Han <hanxi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#475379}
[modify] https://crrev.com/be86133df7ec4620d8cbbf0059fd4d381ef70002/chrome/android/webapk/shell_apk/src/org/chromium/webapk/shell_apk/MainActivity.java

Status: Fixed (was: Assigned)

Sign in to add a comment