touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #30005
[Bug 1352789] Re: Twitter added a native app prompt on its sign in page
This bug was fixed in the package webbrowser-app -
0.23+15.04.20141029.1-0ubuntu1
---------------
webbrowser-app (0.23+15.04.20141029.1-0ubuntu1) vivid; urgency=low
[ CI bot ]
* Resync trunk
* Fix the override mechanism for navigator.userAgent, and add UA
override rules for HSBC’s Brazilian mobile site and ESPN’s mobile
site. (LP: #1316259)
[ Riccardo Padovani ]
* Fixed #1378975 - Fast double click on menu button opens menu twice
(LP: #1378975)
* Updated the README
[ Jean-Francois Moy ]
* Twitter User Script - Hide the prompt to download the Android
application. (LP: #1352789)
[ Ubuntu daily release ]
* New rebuild forced
[ Olivier Tilloy ]
* Prevent the browser from trying to download embedded flash
applications. (LP: #1379806)
* Fix a harmless compilation warning found by clang (non-literal-null-
conversion).
* Update UITK autopilot test imports. (LP: #1386276)
webbrowser-app (0.23+14.10.20141028~rtm-0ubuntu1) 14.09; urgency=low
[ CI bot ]
* Resync trunk
[ Ubuntu daily release ]
* New rebuild forced
[ Olivier Tilloy ]
* Fix the override mechanism for navigator.userAgent, and add UA
override rules for HSBC’s Brazilian mobile site and ESPN’s mobile
site. (LP: #1316259)
webbrowser-app (0.23+14.10.20141015.1-0ubuntu1) 14.09; urgency=low
[ Michael Sheldon ]
* Detect 7 digital album downloads and request that they get unzipped
by download manager. (LP: #1365993)
[ Ubuntu daily release ]
* New rebuild forced
-- Ubuntu daily release <ps-jenkins@xxxxxxxxxxxxxxxxxxx> Wed, 29 Oct 2014 12:00:23 +0000
** Changed in: webbrowser-app (Ubuntu)
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1352789
Title:
Twitter added a native app prompt on its sign in page
Status in Web Browser App:
In Progress
Status in “webbrowser-app” package in Ubuntu:
Fix Released
Bug description:
The Ubuntu WebView component comes preloaded with a user script that
removes the app banner that twitter displays to advertise its native
android application (see http://bazaar.launchpad.net/~phablet-team
/webbrowser-app/trunk/view/head:/src/Ubuntu/Web/twitter-no-
omniprompt.js).
Twitter changed recently their login page layout, and they added an
extra banner that advertises their native android application, so the
user script should be updated to also remove that one. Here is what
the HTML code looks like:
<div class="signup-step">
<div class="client-prompt">
<form action="/settings/dismiss" method="post">
<span class="m2-auth-token">
<input name="authenticity_token" type="hidden" value="…">
</span>
<input type="hidden" name="d" value="1">
<input type="hidden" name="return_url" value="/session/new">
<table>
<tbody>
<tr>
<td class="left">
<strong>New !</strong>
<a href="https://play.google.com/store/apps/details?id=com.twitter.android">Download</a>
the Twitter for Android app
</td>
<td class="close">
<input type="submit" id="promo_close" title="Close" value="x">
</td>
</tr>
</tbody>
</table>
</form>
</div>
</div>
To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1352789/+subscriptions