{"id":164235,"date":"2026-03-02T10:53:24","date_gmt":"2026-03-02T10:53:24","guid":{"rendered":"https:\/\/coinpoker.com\/pt\/help\/jogabilidade-tecnica\/"},"modified":"2026-03-02T10:53:26","modified_gmt":"2026-03-02T10:53:26","slug":"gameplay-technical","status":"publish","type":"help","link":"https:\/\/coinpoker.com\/pt\/help\/gameplay-technical\/","title":{"rendered":"Jogabilidade T\u00e9cnica"},"content":{"rendered":"\n<div class=\"coinpoker-simple-content-block\" id=\"simple-content-block_7a9c6f9364789577a8cc20e330568cc0\"\n     data-block-instance=\"block_7a9c6f9364789577a8cc20e330568cc0\">\n    <div class=\"simple-content-wrapper\">\n        <h4><b>Desconecto-me enquanto jogo, o que fa\u00e7o?<\/b><\/h4><p><span style=\"font-weight: 400\">Jogar poker online depende muito da qualidade e velocidade da sua internet. Sugerimos que utilize uma liga\u00e7\u00e3o \u00e0 internet est\u00e1vel para a melhor experi\u00eancia de jogo no CoinPokeri. Por favor, certifique-se de verificar os pontos mencionados abaixo:<\/span><\/p><ul><li style=\"font-weight: 400\"><span style=\"font-weight: 400\">Recomendamos uma liga\u00e7\u00e3o \u00e0 internet est\u00e1vel de pelo menos 256 Kbps ou mais, com pouca ou nenhuma perda de pacotes e baixa lat\u00eancia para os nossos servidores.<\/span><\/li><li style=\"font-weight: 400\"><span style=\"font-weight: 400\">Recomendamos que mude a sua liga\u00e7\u00e3o \u00e0 internet. Por exemplo, se estiveres a usar dados m\u00f3veis, ent\u00e3o muda para wifi.<\/span><\/li><li style=\"font-weight: 400\"><span style=\"font-weight: 400\">Se estiver a usar WiFi, pedimos que reinicie o seu router.<\/span><\/li><li style=\"font-weight: 400\"><span style=\"font-weight: 400\">Se estiver a usar dados m\u00f3veis, pedimos que ative e desligue o modo avi\u00e3o.<\/span><\/li><\/ul><p>Nota: Caso ainda esteja a ter este problema, por favor envie-nos um v\u00eddeo do mesmo para support@coinpoker.com. Vamos imediatamente verificar com a equipa t\u00e9cnica.<\/span><\/p><h4><b>N\u00e3o consigo abrir nenhuma tabela, como \u00e9 que resolvo isto?<\/b><\/h4><p><span style=\"font-weight: 400\">Isto pode acontecer devido \u00e0s raz\u00f5es mencionadas abaixo:<\/span><\/p><ul><li style=\"font-weight: 400\"><span style=\"font-weight: 400\">A sua localiza\u00e7\u00e3o n\u00e3o permite jogar no CoinPoker.\u00a0<\/span><\/li><li style=\"font-weight: 400\"><span style=\"font-weight: 400\">Est\u00e1s a tentar jogar usando uma VPN (Rede Privada Virtual)<\/span><\/li><li style=\"font-weight: 400\"><span style=\"font-weight: 400\">Est\u00e1s a jogar com um software HUD (Heads Up Display).<\/span><\/li><li style=\"font-weight: 400\"><span style=\"font-weight: 400\">Est\u00e1 a tentar abrir mais de 3 tabelas na Aplica\u00e7\u00e3o M\u00f3vel ou no navegador Mobile\/desktop.<\/span><\/li><li style=\"font-weight: 400\"><span style=\"font-weight: 400\">H\u00e1 um bloqueador de popups.<\/span><\/li><li style=\"font-weight: 400\"><span style=\"font-weight: 400\">H\u00e1 flutua\u00e7\u00e3o na Internet ao entrar em qualquer tabela.<\/span><\/li><\/ul><p><span style=\"font-weight: 400\">Recomendamos que limpe a cache e os cookies do navegador e\/ou cache da aplica\u00e7\u00e3o e depois volte a iniciar sess\u00e3o.<\/span><\/p><p>Nota: Caso todos os pontos acima estejam verificados e continue a ter problemas, por favor envie-nos uma captura de ecr\u00e3\/v\u00eddeo do mesmo por email para support@coinpoker.com.\u00a0<\/span><\/p><p><span style=\"font-weight: 400\">Vamos verificar com a equipa t\u00e9cnica.<\/span><\/p><h4><b>Quantas mesas posso jogar ao mesmo tempo?<\/b><\/h4><p><span style=\"font-weight: 400\">A partir do Browser, podes jogar em 3 mesas ao mesmo tempo.<\/span><\/p><p><span style=\"font-weight: 400\">Na App de Ambiente de Trabalho, n\u00e3o h\u00e1 restri\u00e7\u00f5es.<\/span><\/p><p><span style=\"font-weight: 400\">Na aplica\u00e7\u00e3o Android, pode jogar em 3 mesas em simult\u00e2neo.<\/span><\/p><p><span style=\"font-weight: 400\">Na aplica\u00e7\u00e3o iOS, podes jogar em 3 mesas em simult\u00e2neo.<\/span><\/p>    <\/div>\n<\/div>\n\n<script>\n    (function () {\n        'use strict';\n\n        const blockInstance = document.querySelector('[data-block-instance=\"block_7a9c6f9364789577a8cc20e330568cc0\"]');\n        if (!blockInstance) {\n            return;\n        }\n\n        const tabButtons = blockInstance.querySelectorAll('[data-bs-toggle=\"tab\"]');\n        if (tabButtons.length > 0 && typeof bootstrap !== 'undefined') {\n            tabButtons.forEach(function (button) {\n                button.addEventListener('click', function (e) {\n                    e.preventDefault();\n                    const targetId = this.getAttribute('data-bs-target');\n                    if (!targetId) return;\n\n                    const tabPanes = blockInstance.querySelectorAll('.tab-pane');\n                    tabPanes.forEach(function (pane) {\n                        pane.classList.remove('show', 'active');\n                    });\n\n                    const allButtons = blockInstance.querySelectorAll('[data-bs-toggle=\"tab\"]');\n                    allButtons.forEach(function (btn) {\n                        btn.classList.remove('active');\n                        btn.setAttribute('aria-selected', 'false');\n                    });\n\n                    const targetPane = blockInstance.querySelector(targetId);\n                    if (targetPane) {\n                        targetPane.classList.add('show', 'active');\n                    }\n\n                    this.classList.add('active');\n                    this.setAttribute('aria-selected', 'true');\n                });\n            });\n        }\n    })();\n<\/script>\n\n","protected":false},"featured_media":0,"template":"","meta":{"_acf_changed":false,"_seopress_robots_primary_cat":"","_seopress_titles_title":"","_seopress_titles_desc":"","_seopress_robots_index":"","_seopress_robots_follow":"","_seopress_redirections_enabled":"","_seopress_redirections_type":"","_seopress_redirections_value":"","_seopress_social_fb_title":"","_seopress_social_fb_desc":"","_seopress_social_fb_img":"","_seopress_social_twitter_title":"","_seopress_social_twitter_desc":"","_seopress_social_twitter_img":"","editor_notices":[],"_cpsm_do_not_sync":false,"_cpsm_partial_sync":false,"footnotes":""},"topic-category":[],"class_list":["post-164235","help","type-help","status-publish","hentry"],"acf":{"card_image":null,"help_view":["post_login"],"in_app_mode_link":""},"_links":{"self":[{"href":"https:\/\/coinpoker.com\/pt\/wp-json\/wp\/v2\/help\/164235","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/coinpoker.com\/pt\/wp-json\/wp\/v2\/help"}],"about":[{"href":"https:\/\/coinpoker.com\/pt\/wp-json\/wp\/v2\/types\/help"}],"version-history":[{"count":1,"href":"https:\/\/coinpoker.com\/pt\/wp-json\/wp\/v2\/help\/164235\/revisions"}],"predecessor-version":[{"id":164236,"href":"https:\/\/coinpoker.com\/pt\/wp-json\/wp\/v2\/help\/164235\/revisions\/164236"}],"wp:attachment":[{"href":"https:\/\/coinpoker.com\/pt\/wp-json\/wp\/v2\/media?parent=164235"}],"wp:term":[{"taxonomy":"topic-category","embeddable":true,"href":"https:\/\/coinpoker.com\/pt\/wp-json\/wp\/v2\/topic-category?post=164235"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}