Issue 28 in mobile-bookmark-bubble: Book mark bubble is shows after it add to the home screen

124 views
Skip to first unread message

mobile-book...@googlecode.com

unread,
Dec 11, 2012, 4:43:24 AM12/11/12
to mobile-book...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 28 by yasithmi...@gmail.com: Book mark bubble is shows after it
add to the home screen
http://code.google.com/p/mobile-bookmark-bubble/issues/detail?id=28

What steps will reproduce the problem?
1. Book mark add to the home screen and type the address then go to site.
2.
3.

What is the expected output? What do you see instead?
bubble should not show after it add to the home screen.

What version of the product are you using? On what operating system?
ipad 1 and iphone 4 on simulator

Please provide any additional information below.
I add the following code to the template

<script type="text/javascript">
window.addEventListener(\'load\', function() {
window.setTimeout(function() {
var bubble = new google.bookmarkbubble.Bubble();
var parameter = \'bmb=1\';
bubble.hasHashParameter = function() {
return window.location.hash.indexOf(parameter) != -1;
};
bubble.setHashParameter = function() {
if (!this.hasHashParameter()) {
window.location.hash += parameter;
}
};
bubble.showIfAllowed();
}, 1000);
}, false);
</script>


mobile-book...@googlecode.com

unread,
Mar 25, 2013, 4:09:12 AM3/25/13
to mobile-book...@googlegroups.com

Comment #1 on issue 28 by nawazsaj...@gmail.com: Book mark bubble is shows
bookmark

--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
Reply all
Reply to author
Forward
0 new messages