4

Is it possible to automatically generate a bookmark within the Android home screen using Javascript or a meta tag?

p.campbell
  • 98,673
  • 67
  • 256
  • 322
Mike
  • 331
  • 4
  • 13

1 Answers1

2

This is really only possible if you write native code along with your mobile site. If you do, then you can write a webview inside of your native code that will allow your javascript to invoke your native code and add the shortcut by intent.

James
  • 2,346
  • 1
  • 16
  • 18