File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @rapidaai/react" ,
3- "version" : " 1.1.61 " ,
3+ "version" : " 1.1.62 " ,
44 "description" : " An easy to use react client for building generative ai application using Rapida platform." ,
55 "repository" : {
66 "type" : " git" ,
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ export function isIosDevice(): boolean {
2626 if ( typeof navigator === "undefined" ) return false ;
2727 return (
2828 / i P a d | i P h o n e | i P o d / . test ( navigator . userAgent ) ||
29+ / i P a d | i P h o n e | i P o d / . test ( navigator . platform ) ||
2930 // iPad on iOS 13+ reports as "MacIntel" with touch support
3031 ( navigator . platform === "MacIntel" && navigator . maxTouchPoints > 1 ) ||
3132 ( navigator . userAgent . includes ( "Mac" ) && "ontouchend" in document )
You can’t perform that action at this time.
0 commit comments