GNOME Bugzilla – Bug 741392
Allow to access the URL bar in application mode
Last modified: 2015-04-25 18:53:27 UTC
To easily copy the current URL, for example.
Created attachment 292527 [details] [review] Patch
Review of attachment 292527 [details] [review]: ::: src/ephy-window.c @@ +3467,3 @@ if (mode == EPHY_EMBED_SHELL_MODE_APPLICATION) { + g_object_set(priv->location_controller, "editable", FALSE, NULL); Missing space
I've just pushed this to git master.
(In reply to comment #2) > Review of attachment 292527 [details] [review]: > > ::: src/ephy-window.c > @@ +3467,3 @@ > if (mode == EPHY_EMBED_SHELL_MODE_APPLICATION) > { > + g_object_set(priv->location_controller, "editable", FALSE, NULL); > > Missing space Oh, I forgot to address this, sorry, not a big deal anyway.
Maybe this commit isn't a good move for the project, I'm trying epiphany now because this app mode, and my surprise when I see the "app" looks like a web browser :/ or like web popup. The Android[1] and iPhone[2] has the same feature and Android hide location and toolbar by default and iPhone use a meta tag to hide or not the location and toolbar [1]: https://developer.chrome.com/multidevice/android/installtohomescreen [2]: https://developer.apple.com/library/ios/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html#//apple_ref/doc/uid/TP40002051-CH3-SW2