ADVERTISEMENT

Zelensky wins Biden support but faces US skeptics

Published Sep 21, 2023 11:54 pm
33VX8F9-Preview.jpg
Ukrainian President Volodymyr Zelenksy departs for the US Senate after a meeting with members of the House of Representatives at the US Capitol in Washington, DC, in September 21, 2023. (Photo by Andrew Caballero-Reynolds / AFP)

WASHINGTON, United States -- Ukrainian President Volodymyr Zelensky visited Washington Thursday to appeal for help fighting Russia, winning warm words of support and weapons from Joe Biden but confronting skeptical Republicans who want to cut off aid.

"We're with you and we're staying with you," Biden told the Ukrainian leader after their top teams met at White House to thrash out Zelensky's demands for more arms to push back the Russian invasion.

Wearing his trademark olive green military-style shirt, Zelensky said Ukraine "has exactly what our soldiers need" after Biden announced a new package of US military aid, including sophisticated air defense weapons.

But behind the visuals -- firm handshakes across a grand cabinet table and shows of solidarity in the Oval Office -- lay the fact that Zelensky's second wartime trip to Washington was far tougher than the first.

Where Zelensky received a hero's welcome when he visited in December, this time he spent his closed-door meetings in the US Congress desperately trying to overcome growing war fatigue from Republicans.

Hardline Republicans are threatening to block Democrat Biden's request for a fresh $24 billion aid package for Ukraine, and it has now become caught up in a bitter spending battle that could spark a US government shutdown.

- 'No alternative' -

Biden said alongside Zelensky that there was "no alternative" to backing the Ukraine funding, adding that he was "counting on the good judgment of the United States Congress."

Speaking later at the National Archives, Zelensky said, "I assured President Biden that we in Ukraine will not give up and he assured me that America will be with us, as long as it takes."

The US president said the first US M1 Abrams tanks will arrive in Ukraine "next week," boosting Kyiv's forces as they battle Russian troops in a slow-moving counteroffensive.

The latest US package would also strengthen Ukraine's air defense capability, crucial at a time when the country faces repeated Russian missile and drone attacks.

The Ukrainian leader arrived right after another wave of Russian missile strikes,  hitting cities across the country and killing at least three people in Kherson and wounding many in other areas.

Zelensky thanked Biden for the "vital assistance provided by the United States to combat Russian terror, really terror."

As part of his bid to win over Washington, Zelensky went to the Pentagon where he laid a wreath at a memorial for victims of the September 11, 2001 attacks.

But in a blow to Zelensky, Biden rejected for now a request for longer-range ATACMS missiles that can strike up to 300 kilometers (190 miles) away, the White House said.

- 'Blank check' -

The key part of Zelensky's visit was arguably to a deeply divided Congress.

The hard-right faction dominating the Republican Party is increasingly adamant that the aid spigot should be turned off, with Congress having already approved $100 billion in aid to date, including $43 billion in weaponry.

On Capitol Hill, Zelensky got a notably discreet welcome from the Republican Speaker of the House of Representatives, Kevin McCarthy, who is having trouble keeping a lid on internal party squabbling over US spending in Ukraine.

Some Republicans say the money could be better spent on US border security, while there are also concerns about the pace of Kyiv's counteroffensive and that corruption in Ukraine means the money will go to waste.

The doubts are being fuelled by messaging from former president and likely 2024 candidate Donald Trump, who has opposed more funding and frequently expressed admiration for Russia's Vladimir Putin.

It's a trend that has also reached parts of the generally more pro-Ukraine Republicans in the Senate, where Senator Roger Marshall said Congress should not be "sending another blank check to Zelensky".

Democratic Senate leader Chuck Schumer, a major supporter of Biden's pro-Ukraine policies, said Zelensky had told him "if we don't get the aid, we will lose the war."

Kyiv is meanwhile trying to shore up international support, with Zelensky telling the UN General Assembly in New York this week that the world must stand firm with Ukrainians against Russia's "genocide."

But Zelensky played down a row with Poland, saying only that he was "grateful" for Warsaw's support after the Polish prime minister said he would no longer arm Ukraine in a mounting row over grain exports.

The Polish premier later said he had been "misinterpreted."

 

 

Related Tags

world news
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.