paulsmith87 / mobile-bookmark-bubble

Automatically exported from code.google.com/p/mobile-bookmark-bubble
Apache License 2.0
0 stars 0 forks source link

Android Version #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi, I would like to know if it possible to work for this script also on Android 
devices.

Original issue reported on code.google.com by peterbo...@libero.it on 19 Apr 2011 at 2:17

GoogleCodeExporter commented 9 years ago
We've talked about adding Android support in the past, but the reason we've 
decided against it so far is that it requires several more steps to create a 
home screen bookmark on current versions of Android -- more than we could 
reasonably fit into a small pop-up bubble. We'll consider adding Android 
support if the browser changes to make creating home screen bookmarks easier. 
Alternately, if you'd like to write up some text that we could put in the 
bubble for Android, we'll consider patching that in. :)

Original comment by ntho...@google.com on 20 Apr 2011 at 1:03

GoogleCodeExporter commented 9 years ago
thanks for the reply, but I'm not able to write this code. If I could help you 
I'll do it. 

Original comment by peterbo...@libero.it on 20 Apr 2011 at 6:46

GoogleCodeExporter commented 9 years ago
Oh, sorry, I didn't mean you would need to write the code. You would just need 
to decide what it should say inside the bubble. Updating the code is easy once 
we've decided what text to put in there.

Original comment by ntho...@google.com on 20 Apr 2011 at 6:47

GoogleCodeExporter commented 9 years ago
the text may be this "Save this app on your phone" or something like this.

Original comment by peterbo...@libero.it on 20 Apr 2011 at 6:51

GoogleCodeExporter commented 9 years ago
We need to provide instructions to the user on _how_ to create the home screen 
bookmark, though, just as we currently do for iOS.

Original comment by ntho...@google.com on 20 Apr 2011 at 6:58

GoogleCodeExporter commented 9 years ago
sorry for the misunderstanding, tomorrow I'll check the possibility.. thanks

Original comment by peterbo...@libero.it on 20 Apr 2011 at 7:08

GoogleCodeExporter commented 9 years ago
I guess you should add this as a text:

English :
-------------------------------------
A shortcut on your home?
- Create a bookmark
- Long press the bookmark
- Select "Add shortcut to home"
-------------------------------------

French :
-------------------------------------
Un raccourci sur l'accueil ?
- Créez un favoris
- Cliquez dessus longuement
- Cliquez sur "Raccourci (page d'accueil)"

Original comment by florian....@gmail.com on 24 Jun 2011 at 1:20

GoogleCodeExporter commented 9 years ago
thanks for the text, but how can i make bubble work on Android OS (version 2.*) 
?

Original comment by peterbo...@libero.it on 28 Jun 2011 at 6:24

GoogleCodeExporter commented 9 years ago
It's a webkit, like Safari mobile : should be pretty similar to the current 
code. You can try it on google chrome(quick but can't be 100% of the result) or 
on an android emulator (better, but slower) if you don't have an Android device

Original comment by florian....@gmail.com on 28 Jun 2011 at 6:58

GoogleCodeExporter commented 9 years ago
Here's some instructions:

On an Android device (like a HTC phone, or Samsung Galaxy, Dell Streak tablet, 
etc), it’s a two-step process:

    • Bookmark the book in the browser by tapping the ✩ icon to the right of the address bar, then tapping ‘Add…’
    • After adding the bookmark, long-press it and tap ‘Add shortcut to Home’ on the menu that shortly appears.

Original comment by sc...@realorganized.com on 22 Jul 2011 at 5:11

GoogleCodeExporter commented 9 years ago
See attached. You can edit the text it will display to Androids by editing the 
text on lines 571/572

Original comment by davidgri...@gmail.com on 15 Aug 2011 at 2:06

Attachments:

GoogleCodeExporter commented 9 years ago
thanks a lot it works perfectly!

Original comment by peterbo...@libero.it on 16 Aug 2011 at 9:45

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
This is interesting. This is my first time to use this code repository system 
(Google code?) so forgive my ignorance about basic things.

First, it did work. Both on my iPhone 4 and Android. But a few questions if it 
is ok (is this the right place to ask?)

1. On the iPhone, the first time it ran, the size of everything was blown up to 
about twice the normal size. It's hard to test a "first time" again, so I was 
wondering if this is normal behavior.

2 Next to the instruction (e.g. Install this web all on your phone) there is a 
white rounded-edge square with nothing in it. Is there supposed to be something 
in it? If so, what? The apple-touch-icon itself is there and gets correctly 
saved as the icon on the screen, but doesn't appear in that white square. Is it 
supposed to?

3. On the Android it also works, but the same rounded-edge white square is 
there. Plus, the quote bubble quote tail seems to inappropriately be at the 
bottom of the mobile browser screen. It seems on the Android maybe the quote 
tail isn't needed?

4. I can't get it to work again on the Android, even after deleting the home 
screen icon and all the bookmarks. Any ideas about that?

I'm using this with Jquery Mobile by the way.

Thanks,

doug

Original comment by dougler...@gmail.com on 28 Jan 2012 at 4:28

GoogleCodeExporter commented 9 years ago
How to dynamically show the android native menu items("Add shortcut to home") 
while displaying the bookmark bubble.

Original comment by priya_vi...@yahoo.co.in on 14 Feb 2012 at 6:55