Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
を使用してUIWebViewでWebページをロードします
- (void)connection:(NSURLConnection *)connection didReceiveResponse:(NSURLResponse *)response
うまく動作しますが、私の問題は、常にデスクトップ バージョンのビューで読み込まれることです。デスクトップ版のビューをロードしたくありません。私を助けてください 。いつもありがとうございます。
これは UIWebView とは関係ありません。Web サイトは、ユーザー エージェントがモバイル デバイスであることを検出し、モバイル バージョンに転送する必要があります。
So here's the object 'playerTurnObj'
function playerTurnObj(set_turn) { this.playerTurn=set_turn; function setTurn(turnToSet) { this.playerTurn=turnToS