Skip to content

Commit 57639f4

Browse files
committed
Videos
1 parent a43e669 commit 57639f4

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.md

+14-3
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,12 @@ Merge click and checks in one
157157
````
158158
<br/>
159159
<br/>
160-
<embed src="./screenshots/login_error_checks.mp4" autostart="false" height="500" width="500" />
160+
161+
<video width="500" controls>
162+
<source src="./screenshots/login_error_checks.mp4" type="video/mp4">
163+
Your browser does not support HTML5 video.
164+
</video>
165+
<br/>
161166

162167
Tutorial 4
163168
-------------------------------
@@ -204,8 +209,11 @@ Tutorial 5
204209
Responding to external intents like gallery picks
205210
It's hard to control external apps as with device applications can have different views so it's not steady like your UI. in this condition what you can do is develop dependency injected code where you can mock the intents results or you can give result of intents in testing.
206211
We are trying to archive this:
207-
<embed src="./screenshots/normal_gallery_pick.mp4" autostart="false" height="500" width="500" />
208212

213+
<video width="500" controls>
214+
<source src="./screenshots/normal_gallery_pick.mp4" type="video/mp4">
215+
Your browser does not support HTML5 video.
216+
</video>
209217

210218
Let's check without DI(Dependency Injection)
211219
-----------------
@@ -293,4 +301,7 @@ basically info window is drawn above marker icon and so i already got marker obj
293301

294302
If you do like the Tutorials please rate this repo and do share your own testing class or methodology.
295303
output:
296-
<embed src="./screenshots/google_marker_click.mp4" autostart="false" height="500" width="500" />
304+
<video width="500" controls>
305+
<source src="./screenshots/google_marker_click.mp4" type="video/mp4">
306+
Your browser does not support HTML5 video.
307+
</video>

0 commit comments

Comments
 (0)