ADVERTISEMENT

Trump says US has given Ukraine too many weapons in first public comments on pause in shipments

Published Jul 4, 2025 10:10 am
WASHINGTON (AP) — President Donald Trump complained Thursday that the United States provided too many weapons to Ukraine under the previous administration, his first public comments on the pause in some shipments as Russia escalates its latest offensive.
President Donald Trump gestures as he boards Air Force One, Thursday, July 3, 2025, at Joint Base Andrews, Md. (AP Photo/Alex Brandon)
President Donald Trump gestures as he boards Air Force One, Thursday, July 3, 2025, at Joint Base Andrews, Md. (AP Photo/Alex Brandon)
Speaking to reporters before boarding Air Force One for a flight to Iowa, Trump said former President Joe Biden “emptied out our whole country giving them weapons, and we have to make sure that we have enough for ourselves.”
Air defense missiles, precision-guided artillery and other weapons are among those being withheld from Ukraine. The country suffered a new barrage overnight, with warnings of ballistic missiles followed by explosions in Kyiv. The sound of machine gun fire and drone engines could be heard across the capital.
Trump, who also spoke to Russian President Vladimir Putin on Thursday, suggested he wasn't completely cutting off American assistance to Ukraine.
“We've given so many weapons,” he said, adding that we are working with them and trying to help them.”
Trump said he had a “pretty long call” with Putin that “didn't make any progress” in resolving the war, which the Republican president had promised to swiftly bring to a conclusion.
“I’m not happy about that, he said.
The Kremlin described the conversation as “frank and constructive” — the sixth publicly disclosed chat between the two leaders since Trump returned to the White House.
While discussing the situation around Iran and in the broader Middle East, Putin emphasized the need to resolve all differences “exclusively by political and diplomatic means,” said Yuri Ushakov, his foreign affairs adviser.
The leaders agreed that Russian and U.S. officials will maintain contact on the issue, he added.
The United States struck three sites in Iran on June 22, inserting itself into Israel’s war aimed at destroying Tehran's nuclear program.
On the conflict in Ukraine, Ushakov said Trump emphasized his push for a quick halt to the fighting, and Putin voiced Moscow’s readiness to pursue talks with Kyiv, noting the previous rounds in Turkey yielded humanitarian results.
At the same time, the Russian leader emphasized that Moscow will seek to achieve its goals in Ukraine and remove the “root causes” of the conflict, Ushakov said.
“Russia will not back down from these goals,” Ushakov told reporters after the call.
Putin has argued he sent troops into Ukraine in February 2022 to fend off a threat to Russia posed by Ukraine's push to join NATO and to protect Russian speakers in Ukraine — arguments rejected by Kyiv and its allies. He insisted that any prospective peace deal must see Ukraine abandon its NATO bid and recognize Russia's territorial gains.
Ushakov said a suspension of some U.S. weapons shipments to Ukraine wasn’t discussed in the Trump-Putin call.
Ukrainian President Volodymyr Zelenskyy said in Denmark after meeting with major European Union backers that he may talk to Trump in the coming days about the suspension.
“I hope that maybe tomorrow, or close days, these days, I will speak about it with President Trump,” he said.
The previous publicly known call between Trump and Putin came June 14, a day after Israel attacked Iran.
The resumed contact between Trump and Putin appeared to reflect their interest in mending U.S.-Russian ties that have plummeted to their lowest point since the Cold War.
Ushakov said the leaders discussed developments in Syria and expressed interest in pursuing bilateral projects in the energy sector and space exploration, during what he described as “frank, businesslike and concrete conversation.
The Kremlin adviser added that Putin even suggested that the U.S. and Russia could exchange movies promoting “traditional values shared by us and the Trump administration.”
On Tuesday, Putin and French President Emmanuel Macron held their first direct telephone call in almost three years.

Related Tags

WORLDNEWS
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.