How to make a browser in sketchware
1. Go to Sketchware and make a new project.
2. Make a Signup/login (optional)
3. Add a edittext and a webview.
4. Go to on create event. Make intent component with name Jd.
5. In onCreate. Add Loadurl block for webview
6. In loadurl enter url www.Google.com/search
7. Go to event of ontext changed(edittext1)
8. Do same as done in 5th step.
9. In webview1 loadurl add edittext1 get text
2. Make a Signup/login (optional)
3. Add a edittext and a webview.
4. Go to on create event. Make intent component with name Jd.
5. In onCreate. Add Loadurl block for webview
6. In loadurl enter url www.Google.com/search
7. Go to event of ontext changed(edittext1)
8. Do same as done in 5th step.
9. In webview1 loadurl add edittext1 get text
Comments
Post a Comment