Reza
Reza
I have commented line 44: ``` #mobile_emulation = { "userAgent": 'Mozilla/5.0 (Linux; Android 4.0.3; HTC One X Build/IML74K) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.133 Mobile Safari/535.19' } options.add_experimental_option("mobileEmulation", mobile_emulation) ``` and...
Hi, yes as I mentioned: i am using ionic 2.0.0.rc4 with cordova 6.X.
yes i copied and using ionic serve command
sure I will do and let you know.
I have tested, Icouldn't run application on android SDK emulator it shows a black screen and could not open Index.html from www/asset/index.html. Andy Android Emulator 46.16.48 open's application gets user...
> Can't help without seeing the code, post an example repo. This is not clear at all. please find the project here: [https://github.com/rsa408/lb4-test](https://github.com/rsa408/lb4-test) also, [test data.json](https://github.com/rsa408/lb4-test/blob/master/test%20data.json) is there.
Hi @dougal83 when I _exclude the id on creates request body_ with generated id, I receive 422 error: ``` { "error": { "statusCode": 422, "name": "UnprocessableEntityError", "message": "The request body...
> What is the request body you are submitting? I'll see if I can replicate the error on my end. If I guess correctly is : (low knowledge) ``` async...