ionic-team / ionic-v1

The repo for Ionic 1.x. For the latest version of Ionic, please see https://github.com/ionic-team/ionic
Other
192 stars 187 forks source link

501 not implement error for android 6.0 bellow version #346

Open judhisahoo opened 6 years ago

judhisahoo commented 6 years ago

Short description of the problem:

I am getting bellow error when accessing rest api in php with bellow android 6.0.

ionic.bundle.js:19346 GET http://www.example.com/login/app_scripts/user_login.php?userid=userid&pass=1234567891 501 (Not Implemented)

i have tested it 6.0 and upper version… code is running fine.

i am using “ionic run android -l”

What behavior are you expecting?

need run from android 4.2 and above version.

Steps to reproduce:

  1. ionic run android -l
  2. getting ionic.bundle.js:19346 GET http://www.example.com/login/app_scripts/user_login.php?userid=userid&pass=1234567891 501 (Not Implemented) in chrome developer tool console.
judhisahoo commented 6 years ago

Can i got any suggestion ? My current development is stuck at this point.. and i am new to ionic..