如何让aspx网站兼容手机
我在 asp.net 中创建了一个登录网页,以 oracle 作为后端。这是一种门户网站的东西。
当我在笔记本电脑浏览器中加载网页时,它完全没问题。 当我在移动浏览器中加载网页时,它的加载正常,没有任何问题。
但我想在 iPhone/mobile 中浏览时加载带有自定义视图的页面。谁能告诉我该怎么做吗?
示例:当 facebook.com 在 iPhone 中加载时,它使用相同的数据库,但与桌面中的视图完全不同。
谢谢
I have created a Login webpage in asp.net with oracle as back end. Its kind of portal thing.
When I am loading the web page in laptop browser its completely fine.
When I am loading the web page in mobile browser its loading as normal with no problems.
But I want to load the page with a customized view when browsed in iPhone/mobile . Can anyone give me idea how to do it please?
Example: when facebbook.com loads in iphone it uses the same databse but completely different view than in desktop.
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我发现执行此操作的最佳方法是添加一个单独的移动网站 (egmdomain.com),并让移动浏览器重定向到此网站。
要添加单独的移动网站,本指南< /a> 似乎解释得很好。
The best way I find to do this is to add a separate mobile site (e.g. m.domain.com), and have mobile browsers redirect to this.
For adding a seperate mobile site, this guide seems to explain it very well.