React Native WebView Component // Masterclass

Поделиться
HTML-код
  • Опубликовано: 17 окт 2024

Комментарии • 54

  • @yaypu
    @yaypu 11 месяцев назад +1

    For a beginner like me, i still need to build my foundation to fully understand this video. Thank you.

  • @KennyFully
    @KennyFully Год назад +5

    This video alone has solved a ton of problems for me! Honestly, thank you very much!

  • @DanielAmenyenu
    @DanielAmenyenu 4 месяца назад +2

    Wow bro God bless you. Wow i was just stack on how to preview my html for days man. God bless you soo much

  • @barisballi70
    @barisballi70 11 месяцев назад

    This content is pure gold, I hope you reach to more people

  • @Yayobyte
    @Yayobyte 9 месяцев назад

    Bro, you solved a lot of my issues with the video. Subbing to the channel

  • @shub226
    @shub226 Год назад +4

    This is some quality content right here✔️

    • @basarat
      @basarat  Год назад +1

      Thanks 🙏🏻 Comments like this make my day

  • @MHonRomero
    @MHonRomero 7 месяцев назад

    This video is so damn good quick but resolved everything.

  • @abhijeetshinde-p5w
    @abhijeetshinde-p5w 6 месяцев назад

    Hi, Thanks for the detailed info. Can you please let me know how can we ask permission for location within webview?

  • @dzengiztafa510
    @dzengiztafa510 4 месяца назад

    having problems from the first thing you need to do. So this is a *Very happy path. I'm having all sorts of problems with pod install.

  •  2 месяца назад

    It was a very good tutorial, by the way WebView its not compatible with @web, only works on android and ios. But iFrame can display html and javascript on web. But I dont know how to inject javascript to interact it with it. With a Webview its posssible to interact with the innercode by using useRef.
    Do you know a way to do it? Thanks in advance

  • @gleamofcolor
    @gleamofcolor 4 месяца назад

    Nice explation bro, congratz. I just want to know that How to display localhost url ? How to get header property of the website after the successful login.

  • @blank_7593
    @blank_7593 7 месяцев назад

    pdf doesnt show for me.. any suggesttion or how to fix it?

  • @ansari3896
    @ansari3896 9 месяцев назад

    i have a WebRTC react website and i am using that inside the webview of my expo react native app but not getting the camera permission. how can i ask for

  • @andrejkling3886
    @andrejkling3886 4 месяца назад +1

    That´s cool ...🔥

  • @kvothe1404
    @kvothe1404 Год назад +1

    Thank you very much, it is very easy to understand unlike their documentation

  • @muralikrishna6230
    @muralikrishna6230 3 месяца назад

    can we use css , js from assets ?

  • @rashidtahakhan8644
    @rashidtahakhan8644 Год назад

    Hi I am trying to access google spreadsheet, I am already logging in the app with google sign in but I the webview still takes me to the login page. Can you give me any workaround?

  • @piyushsharma8566
    @piyushsharma8566 7 месяцев назад

    webview is not woring in release mode, no errors, but it just show white screen on release mode

  • @currrojimenez
    @currrojimenez 11 месяцев назад

    Man, you saved my life. Do you think you lose any capabilities compare with doing it in React Native right away?

    • @basarat
      @basarat  11 месяцев назад

      If you can do it with react native, do it with react native.
      But if the features you are looking for are only available in a React Library, this is an easy way to do that.
      FWIW, our company choose React web embedded this way for our charting solution as the features we needed (finance) where only available in web packages 🌹

  • @meysamnaeimy349
    @meysamnaeimy349 2 месяца назад

    tnx it was very good for me 🙂

  • @jeetsule7846
    @jeetsule7846 Год назад

    Very nice way of teaching

  • @Rob-x4h
    @Rob-x4h 7 месяцев назад

    Whoa. You just earned another subscriber :)

    • @basarat
      @basarat  7 месяцев назад +1

      Loved the “whoa”. Makes me think of the matrix 🙌🌹

    • @basarat
      @basarat  7 месяцев назад +1

      images.app.goo.gl/gzK9EiDBbxtcerTE7

  • @Bwana94
    @Bwana94 2 месяца назад

    Se pueden realizar descargas dentro del webview?

  • @minhthien8651
    @minhthien8651 Год назад

    Hi @basarat, How can we upload image from user's gallery using react native webview ? Thanks.

  • @MotorcyclesandZen
    @MotorcyclesandZen 8 месяцев назад

    Does this Component support cookies?

  • @sampawria
    @sampawria 5 месяцев назад

    can i access the value of input box from the webview where source is url instead of html?

    • @basarat
      @basarat  5 месяцев назад

      Best to post it back (from web view to native) explicitly. Less likely to break. All the best 🌹

  • @ujjalzaman2722
    @ujjalzaman2722 4 месяца назад

    This video makes my day

    • @basarat
      @basarat  4 месяца назад

      Thanks 🤘🏻🌹

  • @codeaperture
    @codeaperture Год назад +1

    Love this

    • @basarat
      @basarat  Год назад +1

      Thanks ☺️🌹

  • @waso5
    @waso5 Год назад

    I'm trying to follow your guide, but my project doesn't have an ios folder, and even if I create it manually, the pod install command fails "No podfile found in the project directory", what should I do?

    • @basarat
      @basarat  Год назад

      Make sure you have your project setup correctly. See the starting lessons : ruclips.net/p/PLYvdvJlnTOjG0qQM47lII5lirnObZCYT2

    • @waso5
      @waso5 Год назад

      @@basarat Thank you very much! I had an outdated version of react native

  • @batorian03
    @batorian03 7 месяцев назад

    On Android SafeAreaView just doesn't work. The content just displays into the notch.

  • @ahmedjawad7350
    @ahmedjawad7350 4 месяца назад

    Thanks man...

  • @DhruviShah-z6t
    @DhruviShah-z6t Год назад

    I've been refering your video to set up webview, I have done ditto as you did in this video but I'm not able to load any script js in my react-native project's webview element, any idea why ? (FYI: I have only created a basic project to load webView in ios xcode simulator). It shows blank screen

    • @basarat
      @basarat  Год назад +1

      Make sure your project setup is correct : ruclips.net/p/PLYvdvJlnTOjG0qQM47lII5lirnObZCYT2 🌹

    • @vigneshlakshminarayanan3332
      @vigneshlakshminarayanan3332 11 месяцев назад

      @@basarat I have the same issue as above. It only shows a white blank screen.

    • @vigneshlakshminarayanan3332
      @vigneshlakshminarayanan3332 11 месяцев назад

      Hi, I am facing the same issue. Are you able to solve it?

  • @juanpardo8551
    @juanpardo8551 Год назад

    I have to automatically adjust the height to the content of the html text. Do you know how to do it?

    • @basarat
      @basarat  Год назад +1

      Add the “responsive meta tag” to your HTML 😉

  • @philosopher1a
    @philosopher1a Год назад +2

    yeah they remove webview from react native ts so common m used by millions and they remove it from the core thanks for these videos

  • @amiralikhan
    @amiralikhan 2 месяца назад

    how did you create ios directory?!

    • @basarat
      @basarat  2 месяца назад +1

      It was done as a part of the setup lesson (video is also on my channel for free) 🌹

    • @amiralikhan
      @amiralikhan 2 месяца назад

      @@basaratthanks for your reply

  • @milon27
    @milon27 Год назад

    show please how to run react native as web app

  • @Ekko-d7o
    @Ekko-d7o 11 месяцев назад

    But how to pass data from react native to webview ? 😓

  • @MadhavMishra-is9gb
    @MadhavMishra-is9gb Год назад +1

    Noiceeeee

  • @Pruthiviraj-e1h
    @Pruthiviraj-e1h Год назад

    how play drm video in webview