React Native WebView Component // Masterclass

  Рет қаралды 35,327

basarat

basarat

Күн бұрын

Пікірлер
@DanielAmenyenu
@DanielAmenyenu 7 ай бұрын
Wow bro God bless you. Wow i was just stack on how to preview my html for days man. God bless you soo much
@KennyFully
@KennyFully Жыл бұрын
This video alone has solved a ton of problems for me! Honestly, thank you very much!
@yaypu
@yaypu Жыл бұрын
For a beginner like me, i still need to build my foundation to fully understand this video. Thank you.
@s0226-n4e
@s0226-n4e Жыл бұрын
This is some quality content right here✔️
@basarat
@basarat Жыл бұрын
Thanks 🙏🏻 Comments like this make my day
@barisballi70
@barisballi70 Жыл бұрын
This content is pure gold, I hope you reach to more people
@Yayobyte
@Yayobyte 11 ай бұрын
Bro, you solved a lot of my issues with the video. Subbing to the channel
@Mahadev-x7u
@Mahadev-x7u 6 ай бұрын
That´s cool ...🔥
@MHonRomero
@MHonRomero 10 ай бұрын
This video is so damn good quick but resolved everything.
@dzengiztafa510
@dzengiztafa510 6 ай бұрын
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.
@Rob-x4h
@Rob-x4h 10 ай бұрын
Whoa. You just earned another subscriber :)
@basarat
@basarat 10 ай бұрын
Loved the “whoa”. Makes me think of the matrix 🙌🌹
@basarat
@basarat 10 ай бұрын
images.app.goo.gl/gzK9EiDBbxtcerTE7
@meysamnaeimy349
@meysamnaeimy349 5 ай бұрын
tnx it was very good for me 🙂
@kvothe1404
@kvothe1404 Жыл бұрын
Thank you very much, it is very easy to understand unlike their documentation
@jeetsule7846
@jeetsule7846 Жыл бұрын
Very nice way of teaching
@Bwana94
@Bwana94 5 ай бұрын
Se pueden realizar descargas dentro del webview?
@ansari3896
@ansari3896 Жыл бұрын
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
@muralikrishna6230
@muralikrishna6230 6 ай бұрын
can we use css , js from assets ?
@gleamofcolor
@gleamofcolor 7 ай бұрын
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.
@abhijeetshinde-p5w
@abhijeetshinde-p5w 9 ай бұрын
Hi, Thanks for the detailed info. Can you please let me know how can we ask permission for location within webview?
@codeaperture
@codeaperture Жыл бұрын
Love this
@basarat
@basarat Жыл бұрын
Thanks ☺️🌹
4 ай бұрын
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
@ujjalzaman2722
@ujjalzaman2722 7 ай бұрын
This video makes my day
@basarat
@basarat 7 ай бұрын
Thanks 🤘🏻🌹
@blank_7593
@blank_7593 9 ай бұрын
pdf doesnt show for me.. any suggesttion or how to fix it?
@sampawria
@sampawria 8 ай бұрын
can i access the value of input box from the webview where source is url instead of html?
@basarat
@basarat 8 ай бұрын
Best to post it back (from web view to native) explicitly. Less likely to break. All the best 🌹
@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 9 ай бұрын
webview is not woring in release mode, no errors, but it just show white screen on release mode
@shubhrajit2117
@shubhrajit2117 2 ай бұрын
Try it on a higher android version. I was running my expo app on pixel 6 (avd) and webview was not working. Then I tried it on my physical device (android 13) and it worked :)
@minhthien8651
@minhthien8651 Жыл бұрын
Hi @basarat, How can we upload image from user's gallery using react native webview ? Thanks.
@Pruthiviraj-e1h
@Pruthiviraj-e1h Жыл бұрын
how play drm video in webview
@ahmedjawad7350
@ahmedjawad7350 7 ай бұрын
Thanks man...
@currrojimenez
@currrojimenez Жыл бұрын
Man, you saved my life. Do you think you lose any capabilities compare with doing it in React Native right away?
@basarat
@basarat Жыл бұрын
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 🌹
@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 Жыл бұрын
Make sure your project setup is correct : kzbin.info/aero/PLYvdvJlnTOjG0qQM47lII5lirnObZCYT2 🌹
@vigneshlakshminarayanan3332
@vigneshlakshminarayanan3332 Жыл бұрын
@@basarat I have the same issue as above. It only shows a white blank screen.
@vigneshlakshminarayanan3332
@vigneshlakshminarayanan3332 Жыл бұрын
Hi, I am facing the same issue. Are you able to solve it?
@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 : kzbin.info/aero/PLYvdvJlnTOjG0qQM47lII5lirnObZCYT2
@waso5
@waso5 Жыл бұрын
@@basarat Thank you very much! I had an outdated version of react native
@MadhavMishra-is9gb
@MadhavMishra-is9gb Жыл бұрын
Noiceeeee
@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 Жыл бұрын
Add the “responsive meta tag” to your HTML 😉
@amiralikhan
@amiralikhan 5 ай бұрын
how did you create ios directory?!
@basarat
@basarat 5 ай бұрын
It was done as a part of the setup lesson (video is also on my channel for free) 🌹
@amiralikhan
@amiralikhan 5 ай бұрын
@@basaratthanks for your reply
@batorian03
@batorian03 10 ай бұрын
On Android SafeAreaView just doesn't work. The content just displays into the notch.
@MotorcyclesandZen
@MotorcyclesandZen 10 ай бұрын
Does this Component support cookies?
@milon27
@milon27 Жыл бұрын
show please how to run react native as web app
@Ekko-d7o
@Ekko-d7o Жыл бұрын
But how to pass data from react native to webview ? 😓
@philosopher1a
@philosopher1a Жыл бұрын
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
Create an Image Background in React Native // PRO Lesson
2:52
Using WebViews in React Native + Expo  | The Dev Environment
13:01
The Dev Environment
Рет қаралды 12 М.
UFC 287 : Перейра VS Адесанья 2
6:02
Setanta Sports UFC
Рет қаралды 486 М.
She wanted to set me up #shorts by Tsuriki Show
0:56
Tsuriki Show
Рет қаралды 8 МЛН
Top 9 React Native UI Component Libraries in 2023
10:12
Simon Grimm
Рет қаралды 98 М.
Understanding WebViews
15:32
KIRUPA
Рет қаралды 21 М.
React Native just dropped a MASSIVE update
15:06
Mehul - Codedamn
Рет қаралды 72 М.
How I integrated OpenLayers in React Native
8:33
PhanxDEV
Рет қаралды 4,1 М.
More proof you need to use Expo...
20:50
Theo - t3․gg
Рет қаралды 204 М.
1. The Ultimate Guide to React Native App Icons & Splash Screens
13:38
🔴 Convert an Expo App to Apk in React Native!
7:38
Sujan Anand
Рет қаралды 80 М.
Why does JavaScript's fetch make me wait TWICE?
6:23
Tom on the Internet
Рет қаралды 237 М.
What’s the Best React Native Storage Option? 🧐
12:53
Simon Grimm
Рет қаралды 51 М.
These CSS PRO Tips & Tricks Will Blow Your Mind!
8:48
Coding2GO
Рет қаралды 525 М.
UFC 287 : Перейра VS Адесанья 2
6:02
Setanta Sports UFC
Рет қаралды 486 М.