所有案件
        Arctic 的案件
   
    
        
            
    
    
        
    
    
        
    
    
    
    
        
            
            
                
                    
                    
                    
                    
                            
                            
                            
                            
                                
                            
                            
                            
                            
                            
                            
                    
                
            
            
                
            
                
                
                        
                        
            
            
                
                    
            
            
            
            
        
    
       
    
 
#134505: "When playing the game with an Iphone, there are no cards or tokens visible"
fixed: 錯誤已修復
            
            
                1 
                    
                
            
        這是關於哪方面的案件?
發生什麼事? 請從下方選擇
            
            在某個時間點,我無法讀取遊戲介面
            
            
            
        
    細節描述
- 
                            
• 當你不能動作時,螢幕上顯示什麼?(螢幕全黑?部份遊戲介面?錯誤訊息?)
The game page just shows the information „application loading“ and „connection to your game“ but nothing happens. This is the case both for turn -based and real-time games.
 • 你的瀏覽器是什麼?
Safari v15.8.3
案件沿革
                         
                            
                            2024年Aug20日 12:40 • Jiiru • 開發者需要更多資訊以重現這項錯誤:
                            
                        This subject could be a temporary problem with BGA platform since it concerns the game loading. 
Have you finished the game using your iPhone or using an other device?
Have you tried to play again (an other Arctic game) with your iPhone? If so, have you encountered the same issue?
Thank you for your help @Fienchen
                        Have you finished the game using your iPhone or using an other device?
Have you tried to play again (an other Arctic game) with your iPhone? If so, have you encountered the same issue?
Thank you for your help @Fienchen
                         
                            
                            2024年Aug20日 12:56 • Fienchen • 開發者需要更多資訊以重現這項錯誤:
                            
                        I was able to continue and finish the game using my iPad (browser: Safari v17.5). Therefore I would assume that it is either a problem when using my iPhone or concerning the Safari browser on my phone since other versions of Safari seem to work. I was able to play other games at BGA using my phone. 
I tried to play one more game of Arctic on my phone but immediately had to agree on abandonning the game collectively since I could only see the landscape for the tokens but the rest of the game was not loading. I don't have the number of that table anymore.
                        I tried to play one more game of Arctic on my phone but immediately had to agree on abandonning the game collectively since I could only see the landscape for the tokens but the rest of the game was not loading. I don't have the number of that table anymore.
                         
                            
                            2024年Aug20日 16:15 • Fienchen • 開發者需要更多資訊以重現這項錯誤:
                            
                        I just started another game and the problem occured again. My opponent is also playing with their iPhone but does not have any issues. They are using a more recent Safari browser. This is the table we are playing at boardgamearena.com/2/arctic?table=552281618
                        
                         
                            
                            2024年Aug28日 18:43 • Jiiru • 錯誤已修復:
                            
                        
                Hi! I think I figured out a solution for Safari old versions that are not compatible with latest screen orientation APIs. Fixed in Version 240828-1842.
@Fienchen Could you test it again with your iPhone and let me know if this is now functionnal?
In case a developper need the solution, here it is :
if (screen == undefined || screen.orientation == undefined) {
// iOS 15.5 hack
window.onorientationchange = this.onScreenWidthChange;
}
else {
screen.orientation.addEventListener("change", () => {
this.onScreenWidthChange;
});
}
                        @Fienchen Could you test it again with your iPhone and let me know if this is now functionnal?
In case a developper need the solution, here it is :
if (screen == undefined || screen.orientation == undefined) {
// iOS 15.5 hack
window.onorientationchange = this.onScreenWidthChange;
}
else {
screen.orientation.addEventListener("change", () => {
this.onScreenWidthChange;
});
}
為本案件添加內容
任何可能重現這項錯誤或了解你的建議之相關資訊,都請在此填寫:
                    
                    
                - 其他同樣狀況的桌號/步數
 - 按 F5 是否解決了這個問題?
 - 問題是否發生了好幾次?每次都發生?時好時壞?
 - 建議將此錯誤的螢幕截圖上傳到 Imgur.com 並轉貼連結。
 

