开发者

obtain radio interface layer on mobile website not application

开发者 https://www.devze.com 2023-04-08 17:09 出处:网络
I was using IP2location dlls to g开发者_Go百科et the user\'s location but i realised that it doesn\'t work on mobile websites.

I was using IP2location dlls to g开发者_Go百科et the user's location but i realised that it doesn't work on mobile websites. I read about getting the users location through the cell ID information and i was wondering if this can be used through mobile website on a server level or it has to be on the device level in an application ?

http://dalelane.co.uk/blog/post-images/080312-rilcode.cs.txt

string cellid = RIL.GetCellTowerInfo();


As far as I know there is either

  1. mobile devices implementing the html5 location extensions (via javascript)
  2. Network operators sending through the cellid in some HTTP header to certain sites. (Either yours or some site you redirect to to return you the info)
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号