How can I control new tab action in react native WebView
Clash Royale CLAN TAG #URR8PPP How can I control new tab action in react native WebView I'm using react native WebView. there is a problem when specific web pages. 1. Normal behavior of mobile browser Clicking the Find Zip Code button will open a new tab, find and select an address, and the tab is automatically closed. The selected zip code is entered in a specific input box. 2. Error of react native WebView If I click the Find Zip Code button, page open to the next page instead of the new tab. Finding zip code page does not automatically closed when I select address. because It is not a tab. if I press Back button completely leaves the order page. I checked the function to call when clicking the Find Zip Code button on related homepage. function post_daum() { new daum.Postcode({ oncomplete: function(data) { // 팝업에서 검색결과 항목을 클릭했을때 실행할 코드를 작성하는 부분. // 각 주소의 노출 규칙에 따라 주소를 조합한다. // 내려오는 변수가 값이 없는 경우엔 공백(''...