up bump
any help guys ?
thank you
onesignal
easy, free, for both android and ios
compatible with cordova
Develop games in your browser. Powerful, performant & highly capable.
hi,
i'm using this condition to detect the ipad on ios
Browser.ExecJS("navigator.platform.toLowerCase().indexOf('ipad') > -1")
i would like to know how to done it on android for tablet ?
i got a black screen when i iframe my game wich is located on a website
(android)
not work on android
i want to made a button (image sprite) do the same thing when you click on the file plugin (access camera or gallery)
i would like to know how do i load and image or take photo from camera and then put it in image sprite on layout ? (ios)
> > > > > Here's a C2 capx that will show the result of the javascript Yura G posted: > > https://www.dropbox.com/s/9c14b2fvpv0me ... .capx?dl=1 > > > > hi > i did try it and it give me "iphone" result > any solution ? > Since that doesn't specify which version of iPhone it is, you might have to combine it with a comparison of something else, like resolution (WindowWidth and WindowHeight), which is different between iPhone versions.
>
> >
> > Here's a C2 capx that will show the result of the javascript Yura G posted:
> > https://www.dropbox.com/s/9c14b2fvpv0me ... .capx?dl=1
> hi
> i did try it and it give me "iphone" result
> any solution ?
Since that doesn't specify which version of iPhone it is, you might have to combine it with a comparison of something else, like resolution (WindowWidth and WindowHeight), which is different between iPhone versions.
Hi, thanks for reply
Screenheight and width ou WindowWidth and Windowheight ?
Here's a C2 capx that will show the result of the javascript Yura G posted: https://www.dropbox.com/s/9c14b2fvpv0me ... .capx?dl=1
Here's a C2 capx that will show the result of the javascript Yura G posted:
https://www.dropbox.com/s/9c14b2fvpv0me ... .capx?dl=1
hi
i did try it and it give me "iphone" result
any solution ?
> any help please ? > i can't find a way > thank you > Do you have an iphone X to test on? If so, check to see what the javascript call above returns for it.
> any help please ?
> i can't find a way
> thank you
Do you have an iphone X to test on? If so, check to see what the javascript call above returns for it.
yes ok but how to check what the javascript call above returns for it ?
any help please ?
i can't find a way
I already had that issue, I found a way to detect iOS - it works for me every time: If you want to be more specific to iPhone X, look what Navigator returns on iPhone X.
I already had that issue, I found a way to detect iOS - it works for me every time:
If you want to be more specific to iPhone X, look what Navigator returns on iPhone X.
?
thanks
can you be more specific ?