如何实现Google Phone置顶效果html?
Google 手机会在 Gmail 右侧打开一个小部件并停留在那里。即使在导航到其他电子邮件或撰写电子邮件时(我相信 Facebook 聊天也能达到类似的效果)。
他们使用框架吗?我希望不会。
当用户导航应用程序的其他部分时,我需要保持一些图像打开,因此使用谷歌的方法来放置我的图像持有者将是理想的。
Google phone opens up a small widget on the right of Gmail and stays there. Even when navigating to other emails or composing at email (similar effect is achieved I believe by Facebook chat).
Are they using frames? I hope not.
I need to keep some images open while the user navigates other parts of the application so using the approach of google to place my image holders would be ideal.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不熟悉谷歌手机,但也许 iframe 就是你想要的:
http:// www.w3schools.com/tags/tag_iframe.asp
这是对另一个文档的内联引用。
I'm not familiar with google phone, but maybe an iframe is what you are after:
http://www.w3schools.com/tags/tag_iframe.asp
It's an inline reference to another document.