How to create a WebView in Xcode (SwiftUI / iOS)

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ก.ย. 2024

ความคิดเห็น • 14

  • @ayman20002010
    @ayman20002010 2 ปีที่แล้ว +2

    Thanks for the useful video, can you tell me how to use the gesture left and right because in my website the left button did not shows in all pages

  • @salexkorsan8790
    @salexkorsan8790 ปีที่แล้ว +1

    Brother, tell me , Apple Paid Account is important for this ??

  • @marconcio
    @marconcio ปีที่แล้ว

    Brilliant. Thanks.

  • @marconcio
    @marconcio ปีที่แล้ว

    Thanks a lot.

  • @jangelGuerrero
    @jangelGuerrero 11 หลายเดือนก่อน

    Hi, great video thanks, but, Is it posible to upload to App Store only a launcher to show my webapp that es responsable? Thanks.

  • @salexkorsan8790
    @salexkorsan8790 ปีที่แล้ว

    Really Thanks i Build Following you, Brother, i need one More Help, How to Download and save image in iPhone.
    please Guide me. About it

  • @ericgarcia1912
    @ericgarcia1912 2 ปีที่แล้ว +3

    Does apple still accept webview ?

    • @jcservices2876
      @jcservices2876 2 ปีที่แล้ว +3

      yes they do but it must offer interactivity to the user, it cannot be just a website that simply shows information only

  • @katyuskaalvarado6259
    @katyuskaalvarado6259 8 หลายเดือนก่อน

    Github?

  • @ahmednajeeb8323
    @ahmednajeeb8323 ปีที่แล้ว

    This is a great tutorial but how to make it a full screen webview i don't want it to be a height of 300?

    • @homeroto
      @homeroto 11 หลายเดือนก่อน +1

      do it:
      .frame(width: .infinity, height: .infinity).ignoresSafeArea()

  • @mahmuttanrkolu7027
    @mahmuttanrkolu7027 2 ปีที่แล้ว

    Hello, Thank you for nice video.
    when I open the sheet, other links in the sheet are not clickable; Doesn't happen anything when I click on any link in sheet.
    Could you let me know if I should put any code there to be clickable all links in sheet
    Best vishes
    xcode 12.5

    • @Indently
      @Indently  2 ปีที่แล้ว +1

      Hey Mahmut!
      I'm still relatively new to iOS development and don't have much information about the issue.

    • @lolonolocom
      @lolonolocom 2 ปีที่แล้ว

      @@Indently I found the cause of my problem.
      It was due to target="_blank" in html.
      But I couldn't find how to solve it :)